From 870c18b6363aa69b375f49d2158a42bf1f3033cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 09:56:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acbc4a2..356a5d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635269.jpg" imagePosition="right" textboxLayout="split" + useInvertedBackground={false} /> @@ -77,6 +78,7 @@ export default function LandingPage() { animationType="slide-up" gridVariant="three-columns-all-equal-width" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", brand: "Luxury", name: "Velvet Ring Box", price: "₹45", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-box_1339-384.jpg" }, { id: "p2", brand: "Premium", name: "Necklace Case", price: "₹120", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/display-shiny-luxurious-golden-chain_23-2149635269.jpg" }, @@ -93,7 +95,7 @@ export default function LandingPage() { { tag: "Value", title: "Wholesale Price", subtitle: "Unmatched rates", description: "Economical pricing without sacrificing luxury.", imageSrc: "http://img.b2bpic.net/free-photo/valentines-day-still-life-design_23-2149246350.jpg" } ]} textboxLayout="split" - animationType="slide-up" + useInvertedBackground={false} /> @@ -104,7 +106,7 @@ export default function LandingPage() { { tag: "Portfolio", title: "Luxury Finish", subtitle: "In detail", description: "High-quality velvet texture detail.", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-luxurious-wedding-stationery-planner-resources_23-2150166937.jpg" } ]} textboxLayout="split" - animationType="blur-reveal" + useInvertedBackground={false} /> @@ -112,6 +114,7 @@ export default function LandingPage() {