Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-04 06:35:39 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
<div id="social" data-section="social">
<SocialProofOne
title="Trusted Standards"
description="Our commitment to quality excellence."
textboxLayout="default"
useInvertedBackground={false}
names={["21K Purity Certified", "Custom Design Expertise", "Lifetime Care", "Paterson Legacy"]}
/>
</div>
@@ -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}
/>
</div>
@@ -128,6 +136,7 @@ export default function LandingPage() {
{ title: "Hours", items: [{ label: "Mon-Sat: 10am-7pm" }] }
]}
bottomLeftText="© 2025 Jerusalem Jewelry"
bottomRightText="Designed for Elegance"
/>
</div>
</ReactLenis>