4 Commits

Author SHA1 Message Date
21bef82d77 Update src/app/page.tsx 2026-04-04 06:35:59 +00:00
e114c2821a Update src/app/page.tsx 2026-04-04 06:35:33 +00:00
8160592be2 Update src/app/page.tsx 2026-04-04 06:35:04 +00:00
83286d103b Merge version_1 into main
Merge version_1 into main
2026-04-04 06:29:52 +00:00

View File

@@ -16,36 +16,24 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
defaultTextAnimation="reveal-blur"
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="aurora"
cardStyle="layered-gradient"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
sizing="mediumLargeSizeLargeTitles"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Collections",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Collections", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Jerusalem Jewelry"
/>
@@ -53,103 +41,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Timeless Luxury, Crafted in Gold"
description="Discover our exquisite collection of 21K gold and certified diamonds. From heritage designs to modern masterpieces, find the piece that celebrates your story."
title="Jerusalem Jewelry: Timeless Luxury"
description="Exquisite 21K gold and certified diamonds. Blending heritage craftsmanship with modern elegance in the heart of Paterson."
testimonials={[
{
name: "Sarah J.",
handle: "@sarahjewelry",
testimonial: "The best jewelry store in Paterson. Beautiful designs and excellent prices.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-fashionable-beautiful-young-woman-posing_1301-6415.jpg?_wi=1",
},
{
name: "Ahmad M.",
handle: "@ahmadgold",
testimonial: "High quality gold and very professional staff. Truly trusted by the community.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-present-out-paper-bag-suit_176474-11051.jpg?_wi=1",
},
{
name: "Layla K.",
handle: "@laylak_design",
testimonial: "Exquisite attention to detail. My wedding set is absolutely stunning.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-proposing-woman_23-2149417433.jpg?_wi=1",
},
{
name: "Omar F.",
handle: "@omar_f",
testimonial: "Unmatched 21K gold purity. A true gem in New Jersey.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-store-choosing-ring-together_1303-30660.jpg?_wi=1",
},
{
name: "Nadia R.",
handle: "@nadiarose",
testimonial: "I trust them with all my custom pieces. Professional and fair.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-pinecone-red-wall_114579-55965.jpg?_wi=1",
},
{ name: "Sarah J.", handle: "@patersonclient", testimonial: "The gold quality is simply unmatched. My pieces look brand new after years.", rating: 5 },
{ name: "Ahmad M.", handle: "@loyalpatron", testimonial: "Truly trusted jeweler for our family's most important milestones.", rating: 5 }
]}
buttons={[
{
text: "Shop Now",
href: "#products",
},
{
text: "Visit Store",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/quail-eggs-edge-table-blackness_23-2148073860.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/studio-portrait-fashionable-beautiful-young-woman-posing_1301-6415.jpg",
alt: "Client profile",
},
{
src: "http://img.b2bpic.net/free-photo/young-man-taking-present-out-paper-bag-suit_176474-11051.jpg",
alt: "Client profile",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-man-proposing-woman_23-2149417433.jpg",
alt: "Client profile",
},
{
src: "http://img.b2bpic.net/free-photo/couple-jewelry-store-choosing-ring-together_1303-30660.jpg",
alt: "Client profile",
},
{
src: "http://img.b2bpic.net/free-photo/young-woman-holding-pinecone-red-wall_114579-55965.jpg",
alt: "Client profile",
},
]}
avatarText="Trusted by 5,000+ Happy Customers"
imageSrc="http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=1"
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={false}
title="A Legacy of Elegance"
description="Jerusalem Jewelry began our journey in 2014, blending traditional craftsmanship from Palestine with modern elegance. Since expanding to Paterson, NJ, we have dedicated ourselves to providing premium 21K gold and unique diamond designs for our cherished community."
title="Crafting Elegance Since 2014"
description="Rooted in tradition and refined by contemporary design, we bring the best of international craftsmanship to Paterson, New Jersey. Every piece reflects our commitment to purity and excellence."
metrics={[
{
value: "10+",
title: "Years Experience",
},
{
value: "21K",
title: "Premium Quality",
},
{
value: "100%",
title: "Customer Trust",
},
{ value: "10+", title: "Years Excellence" },
{ value: "21K", title: "Gold Purity" },
{ value: "100%", title: "Satisfaction" }
]}
imageSrc="http://img.b2bpic.net/free-photo/brunette-girl-red-buy-flowers-flower-store_627829-9122.jpg"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/master-making-jewelry-from-metallic-thread_114579-13033.jpg"
useInvertedBackground={false}
/>
</div>
@@ -157,208 +69,74 @@ export default function LandingPage() {
<FeatureCardTwentySeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Custom Design",
descriptions: [
"Bring your dream piece to life with our expert goldsmiths.",
],
imageSrc: "http://img.b2bpic.net/free-photo/craftswoman-lighting-blow-torch_107420-65287.jpg",
},
{
id: "2",
title: "Certified Diamonds",
descriptions: [
"Rest easy knowing your diamonds are verified and genuine.",
],
imageSrc: "http://img.b2bpic.net/free-photo/master-making-jewelry-from-metallic-thread_114579-13033.jpg",
},
{
id: "3",
title: "Expert Repair",
descriptions: [
"Comprehensive restoration and custom resizing services.",
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-jeweler-making-jewellery_23-2150931418.jpg",
},
]}
title="Our Artisan Services"
description="Beyond just jewelry, we offer personalized services to ensure every piece you own is truly your own."
description="We offer personalized care to ensure your jewelry remains a lifelong companion."
features={[
{ id: "c1", title: "Custom Design", descriptions: ["Bring your vision to life with our master goldsmiths." ]},
{ 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>
<div id="products" data-section="products">
<ProductCardOne
title="Precious Collections"
description="Explore our curated selection of 21K gold jewelry and fine diamond pieces."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Diamond Ring 21K",
price: "$1,200",
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg",
},
{
id: "p2",
name: "Luxury Gold Bangle",
price: "$850",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg",
},
{
id: "p3",
name: "Filigree Gold Necklace",
price: "$1,500",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-arrangement_23-2149836419.jpg",
},
{
id: "p4",
name: "Investment Gold Coin",
price: "$400",
imageSrc: "http://img.b2bpic.net/free-photo/concept-wealth-retirement-golden-eggs_185193-109671.jpg",
},
{
id: "p5",
name: "Gold Diamond Earrings",
price: "$950",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-arrangement_23-2149846599.jpg",
},
{
id: "p6",
name: "Bridal Jewelry Set",
price: "$2,200",
imageSrc: "http://img.b2bpic.net/free-photo/bust-showcase-jewelry-display-necklace-pendant-jewelry-lifestyle-fashion-accessories-mockup_460848-14341.jpg",
},
{ id: "1", name: "Signature Bangle", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg" },
{ 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?_wi=2" }
]}
title="Featured Collections"
description="Explore our curated selection of 21K gold, rings, and investment pieces."
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Stories of Elegance"
description="Hear from our valued clients in the Paterson community."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Great Service",
quote: "Stunning collection and very fair pricing.",
name: "Amira H.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-fashionable-beautiful-young-woman-posing_1301-6415.jpg?_wi=2",
},
{
id: "t2",
title: "Exceptional Quality",
quote: "The gold quality is unmatched in New Jersey.",
name: "Omar F.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-present-out-paper-bag-suit_176474-11051.jpg?_wi=2",
},
{
id: "t3",
title: "My Favorite Store",
quote: "I've been coming here for years. Always friendly.",
name: "Layla K.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-proposing-woman_23-2149417433.jpg?_wi=2",
},
{
id: "t4",
title: "Expert Repair",
quote: "They fixed my heirloom ring perfectly.",
name: "Samir D.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/couple-jewelry-store-choosing-ring-together_1303-30660.jpg?_wi=2",
},
{
id: "t5",
title: "Beautiful Sets",
quote: "Bought my wedding set here, gorgeous designs.",
name: "Nadia R.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-pinecone-red-wall_114579-55965.jpg?_wi=2",
},
{ 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" }
]}
title="Voices of Jerusalem Jewelry"
description="What our clients say about their experience with us."
useInvertedBackground={false}
/>
</div>
<div id="social" data-section="social">
<SocialProofOne
title="Trusted Standards"
description="Our commitment to quality excellence."
textboxLayout="default"
useInvertedBackground={false}
names={[
"Dubai Luxury Standards",
"Istanbul Craftsmanship",
"Verified Diamond Dealer",
"Local Community Trusted",
"Custom Design Specialists",
"21K Gold Experts",
"Investment Grade Quality",
]}
title="Trusted by the Community"
description="Jerusalem Jewelry stands for quality, authenticity, and lifelong customer relationships."
names={["21K Purity Certified", "Custom Design Expertise", "Lifetime Care", "Paterson Legacy"]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
tag="Visit Us"
title="Let's Find Your Treasure"
description="Come visit our showroom in Paterson or give us a call to book an appointment."
description="We are located at 1089 Main St, Paterson, NJ. Our team is here to assist you."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Information",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Featured Products",
href: "#products",
},
{
label: "Visit Us",
href: "#contact",
},
],
},
{
title: "Services",
items: [
{
label: "Custom Jewelry",
href: "#features",
},
{
label: "Jewelry Repair",
href: "#features",
},
{
label: "Engagement Jewelry",
href: "#products",
},
],
},
{ title: "Location", items: [{ label: "1089 Main St, Paterson, NJ" }] },
{ title: "Hours", items: [{ label: "Mon-Sat: 10am-7pm" }] }
]}
bottomLeftText="© 2024 Jerusalem Jewelry. All rights reserved."
bottomRightText="1089 Main St, Paterson, NJ 07503 | +1 973-225-0005"
bottomLeftText="© 2025 Jerusalem Jewelry"
bottomRightText="Designed for Elegance"
/>
</div>
</ReactLenis>