Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 21bef82d77 | |||
| e114c2821a | |||
| 8160592be2 | |||
| 83286d103b |
326
src/app/page.tsx
326
src/app/page.tsx
@@ -16,36 +16,24 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="hover-magnetic"
|
defaultButtonVariant="hover-magnetic"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="soft"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="largeSmall"
|
sizing="mediumLargeSizeLargeTitles"
|
||||||
background="aurora"
|
background="none"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="flat"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Collections", id: "products" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Collections",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Jerusalem Jewelry"
|
brandName="Jerusalem Jewelry"
|
||||||
/>
|
/>
|
||||||
@@ -53,103 +41,27 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlayTestimonial
|
<HeroOverlayTestimonial
|
||||||
title="Timeless Luxury, Crafted in Gold"
|
title="Jerusalem Jewelry: Timeless Luxury"
|
||||||
description="Discover our exquisite collection of 21K gold and certified diamonds. From heritage designs to modern masterpieces, find the piece that celebrates your story."
|
description="Exquisite 21K gold and certified diamonds. Blending heritage craftsmanship with modern elegance in the heart of Paterson."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ name: "Sarah J.", handle: "@patersonclient", testimonial: "The gold quality is simply unmatched. My pieces look brand new after years.", rating: 5 },
|
||||||
name: "Sarah J.",
|
{ name: "Ahmad M.", handle: "@loyalpatron", testimonial: "Truly trusted jeweler for our family's most important milestones.", rating: 5 }
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
imageSrc="http://img.b2bpic.net/free-photo/jewelry-bright-studio-luxury-love-vintage_1400-30.jpg?_wi=1"
|
||||||
{
|
|
||||||
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
useInvertedBackground={false}
|
title="Crafting Elegance Since 2014"
|
||||||
title="A Legacy of Elegance"
|
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."
|
||||||
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."
|
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ value: "10+", title: "Years Excellence" },
|
||||||
value: "10+",
|
{ value: "21K", title: "Gold Purity" },
|
||||||
title: "Years Experience",
|
{ value: "100%", title: "Satisfaction" }
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "21K",
|
|
||||||
title: "Premium Quality",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
value: "100%",
|
|
||||||
title: "Customer Trust",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/brunette-girl-red-buy-flowers-flower-store_627829-9122.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/master-making-jewelry-from-metallic-thread_114579-13033.jpg"
|
||||||
mediaAnimation="slide-up"
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -157,208 +69,74 @@ export default function LandingPage() {
|
|||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
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"
|
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>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<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"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
products={[
|
||||||
{
|
{ 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: "p1",
|
{ id: "2", name: "Diamond Necklace", price: "$1,500", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gold-chains-arrangement_23-2149836419.jpg" },
|
||||||
name: "Diamond Ring 21K",
|
{ 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" }
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Featured Collections"
|
useInvertedBackground={false}
|
||||||
description="Explore our curated selection of 21K gold, rings, and investment pieces."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTen
|
<TestimonialCardTen
|
||||||
|
title="Stories of Elegance"
|
||||||
|
description="Hear from our valued clients in the Paterson community."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", title: "Exquisite", quote: "Perfect craftsmanship.", name: "Amira H.", role: "Client" },
|
||||||
id: "t1",
|
{ id: "t2", title: "Trusted", quote: "The only place I go for gold.", name: "Omar F.", role: "Client" }
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Voices of Jerusalem Jewelry"
|
useInvertedBackground={false}
|
||||||
description="What our clients say about their experience with us."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="social" data-section="social">
|
<div id="social" data-section="social">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
|
title="Trusted Standards"
|
||||||
|
description="Our commitment to quality excellence."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={["21K Purity Certified", "Custom Design Expertise", "Lifetime Care", "Paterson Legacy"]}
|
||||||
"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."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
|
||||||
background={{
|
|
||||||
variant: "animated-grid",
|
|
||||||
}}
|
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Let's Find Your Treasure"
|
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>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Location", items: [{ label: "1089 Main St, Paterson, NJ" }] },
|
||||||
title: "Information",
|
{ title: "Hours", items: [{ label: "Mon-Sat: 10am-7pm" }] }
|
||||||
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",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Jerusalem Jewelry. All rights reserved."
|
bottomLeftText="© 2025 Jerusalem Jewelry"
|
||||||
bottomRightText="1089 Main St, Paterson, NJ 07503 | +1 973-225-0005"
|
bottomRightText="Designed for Elegance"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user