diff --git a/src/app/page.tsx b/src/app/page.tsx index 694cde7..c7f5a12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { title="Exquisite Jewelry Crafted with Care" description="Discover our premium collection of handcrafted jewelry featuring fine gold, precious stones, and timeless designs that celebrate elegance and tradition." tag="Luxury Jewelry" - background={{ variant: "plain" }} + background={{ variant: "blurBottom" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-metal-accessories_23-2148264335.jpg" imageAlt="Luxury jewelry collection display" buttons={[ @@ -91,9 +91,11 @@ export default function LandingPage() { id: "4", title: "Earrings", content: "From delicate studs to ornate chandelier earrings, our collection offers versatile designs in premium gold. Perfect for daily wear or special celebrations." } ]} - videoSrc="https://example.com/video.mp4" + imageSrc="http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635260.jpg" + imageAlt="Premium gold necklace collection" mediaPosition="left" useInvertedBackground={false} + mediaAnimation="slide-up" buttons={[ { text: "View All Collections", href: "#products" } ]}