From 8fe69cca6d645c08b663d0a8c1fd749bb8a596a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:16:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" } ]} -- 2.49.1