{{ define "main" }}
{{ partial "partials/image/responsive-bg-pager.html" (dict "page" .Page "overlayStyles" "grid" "contentStyles" "text-xl sm:text-2xl text-center flex justify-center" "name" (lower (replace .Page.Title " " "-")) "dimensions" "min-h-[24rem]" ) }}
{{/* Add product details including: - Media Carousel - Amazon Details Widget - Images/Videos - Product Description - Product Features - Product Price - Relevant Products Add a semantic sidebar element to contain the following: - Product Review - Top 3 Product Posts */}}
{{ .Content }}
{{ end }}