From e114c2821a9d1a3fa58c68eb7c2185c453244b3d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:35:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d89efd..bb99f56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,6 +61,7 @@ export default function LandingPage() { { value: "100%", title: "Satisfaction" } ]} imageSrc="http://img.b2bpic.net/free-photo/master-making-jewelry-from-metallic-thread_114579-13033.jpg" + useInvertedBackground={false} /> @@ -75,6 +76,7 @@ export default function LandingPage() { { id: "c2", title: "Certified Diamonds", descriptions: ["Ethically sourced diamonds with full certification." ]}, { id: "c3", title: "Expert Repair", descriptions: ["Resizing, restoration, and professional cleaning services." ]} ]} + useInvertedBackground={false} /> @@ -90,6 +92,7 @@ export default function LandingPage() { { id: "2", name: "Diamond Necklace", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-arrangement_23-2149836419.jpg" }, { id: "3", name: "Bridal Ring Set", price: "$2,200", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg" } ]} + useInvertedBackground={false} /> @@ -102,12 +105,16 @@ export default function LandingPage() { { id: "t1", title: "Exquisite", quote: "Perfect craftsmanship.", name: "Amira H.", role: "Client" }, { id: "t2", title: "Trusted", quote: "The only place I go for gold.", name: "Omar F.", role: "Client" } ]} + useInvertedBackground={false} />
@@ -118,6 +125,7 @@ export default function LandingPage() { title="Let's Find Your Treasure" description="We are located at 1089 Main St, Paterson, NJ. Our team is here to assist you." background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> @@ -128,6 +136,7 @@ export default function LandingPage() { { title: "Hours", items: [{ label: "Mon-Sat: 10am-7pm" }] } ]} bottomLeftText="© 2025 Jerusalem Jewelry" + bottomRightText="Designed for Elegance" /> -- 2.49.1