Merge version_1 into main #1
223
src/app/page.tsx
223
src/app/page.tsx
@@ -31,32 +31,19 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Collections",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Story", id: "about" },
|
||||
{ name: "Collections", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Nefer Jewelers"
|
||||
button={{ text: "Shop Now", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Timeless Elegance of the Nile"
|
||||
description="Exquisite handcrafted jewelry merging pharaonic tradition with modern luxury."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bride-pink-robe-puts-eing-her-finger_8353-394.jpg"
|
||||
@@ -69,9 +56,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Crafted by History"
|
||||
description={[
|
||||
"For generations, our artisans have drawn inspiration from the treasures of ancient Egypt, blending traditional filigree techniques with contemporary design aesthetics.",
|
||||
"Every piece we create is a testament to the enduring beauty and unmatched craftsmanship of our cultural heritage.",
|
||||
]}
|
||||
"For generations, our artisans have drawn inspiration from the treasures of ancient Egypt, blending traditional filigree techniques with contemporary design aesthetics.", "Every piece we create is a testament to the enduring beauty and unmatched craftsmanship of our cultural heritage."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,48 +67,12 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lotus Ring",
|
||||
price: "$1,200",
|
||||
variant: "Gold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-golden-ring_52683-111776.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Nile Bracelet",
|
||||
price: "$1,850",
|
||||
variant: "Emerald",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-arrangement_23-2149846558.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sun Earrings",
|
||||
price: "$950",
|
||||
variant: "Gold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-ring-isolated-white-background_181624-31331.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pharaonic Cuff",
|
||||
price: "$2,100",
|
||||
variant: "Gold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329681.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Desert Sands Necklace",
|
||||
price: "$2,500",
|
||||
variant: "Diamond",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creeping-forget-me-insect-planthopper-joris-hoefnagel_53876-127850.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Sphinx Ring",
|
||||
price: "$1,100",
|
||||
variant: "Gold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347037.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Lotus Ring", price: "$1,200", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-golden-ring_52683-111776.jpg" },
|
||||
{ id: "p2", name: "Nile Bracelet", price: "$1,850", variant: "Emerald", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-aesthetic-golden-earrings-arrangement_23-2149846558.jpg" },
|
||||
{ id: "p3", name: "Sun Earrings", price: "$950", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-golden-ring-isolated-white-background_181624-31331.jpg" },
|
||||
{ id: "p4", name: "Pharaonic Cuff", price: "$2,100", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-transparent-glass_23-2150329681.jpg" },
|
||||
{ id: "p5", name: "Desert Sands Necklace", price: "$2,500", variant: "Diamond", imageSrc: "http://img.b2bpic.net/free-vector/creeping-forget-me-insect-planthopper-joris-hoefnagel_53876-127850.jpg" },
|
||||
{ id: "p6", name: "Sphinx Ring", price: "$1,100", variant: "Gold", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347037.jpg" }
|
||||
]}
|
||||
title="Our Collections"
|
||||
description="Explore our curated selection of rings, necklaces, and bespoke pieces."
|
||||
@@ -137,27 +86,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "50+",
|
||||
title: "Artisans",
|
||||
description: "Masters of the craft.",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1200+",
|
||||
title: "Unique Designs",
|
||||
description: "Celebrating every story.",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "3",
|
||||
title: "Generations",
|
||||
description: "Tradition passed down.",
|
||||
icon: Clock,
|
||||
},
|
||||
{ id: "m1", value: "50+", title: "Artisans", description: "Masters of the craft.", icon: Users },
|
||||
{ id: "m2", value: "1200+", title: "Unique Designs", description: "Celebrating every story.", icon: Award },
|
||||
{ id: "m3", value: "3", title: "Generations", description: "Tradition passed down.", icon: Clock }
|
||||
]}
|
||||
title="Our Legacy"
|
||||
description="The numbers behind our dedication."
|
||||
@@ -168,47 +99,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Amira H.",
|
||||
handle: "@amira_jewelry",
|
||||
testimonial: "The craftsmanship is unparalleled. My ring is truly a piece of art.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-confident-way_23-2148974038.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Layla K.",
|
||||
handle: "@layla_design",
|
||||
testimonial: "Wearing these pieces makes me feel so connected to my Egyptian heritage.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623388.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Omar S.",
|
||||
handle: "@omar_luxury",
|
||||
testimonial: "An exquisite blend of tradition and modern aesthetics.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11533.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah M.",
|
||||
handle: "@sarah_style",
|
||||
testimonial: "Customer service was incredible. The packaging was beautiful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-perfect-skin-makeup-after-beauty-salon_132075-13810.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Nour Z.",
|
||||
handle: "@nour_gems",
|
||||
testimonial: "Simply stunning. I have never seen such detailed filigree work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-woman-showing-her-engagement-ring-receive-marriage-proposal-saying-yes-standing-ove_1258-157532.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Amira H.", handle: "@amira_jewelry", testimonial: "The craftsmanship is unparalleled. My ring is truly a piece of art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-confident-way_23-2148974038.jpg" },
|
||||
{ id: "t2", name: "Layla K.", handle: "@layla_design", testimonial: "Wearing these pieces makes me feel so connected to my Egyptian heritage.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623388.jpg" },
|
||||
{ id: "t3", name: "Omar S.", handle: "@omar_luxury", testimonial: "An exquisite blend of tradition and modern aesthetics.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-fashion-stylish-brunette-woman-model-with-evening-makeup-red-lips-white-jacket_158538-11533.jpg" },
|
||||
{ id: "t4", name: "Sarah M.", handle: "@sarah_style", testimonial: "Customer service was incredible. The packaging was beautiful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-woman-with-perfect-skin-makeup-after-beauty-salon_132075-13810.jpg" },
|
||||
{ id: "t5", name: "Nour Z.", handle: "@nour_gems", testimonial: "Simply stunning. I have never seen such detailed filigree work.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-woman-showing-her-engagement-ring-receive-marriage-proposal-saying-yes-standing-ove_1258-157532.jpg" }
|
||||
]}
|
||||
showRating={true}
|
||||
title="Voices of Elegance"
|
||||
@@ -221,21 +118,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I care for my gold jewelry?",
|
||||
content: "Keep it stored in a cool, dry place and polish regularly with a soft cloth.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we ship our jewelry worldwide with secure insured carriers.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I request a custom design?",
|
||||
content: "Absolutely. Contact our concierge to discuss a bespoke piece tailored to your story.",
|
||||
},
|
||||
{ id: "f1", title: "How do I care for my gold jewelry?", content: "Keep it stored in a cool, dry place and polish regularly with a soft cloth." },
|
||||
{ id: "f2", title: "Do you offer international shipping?", content: "Yes, we ship our jewelry worldwide with secure insured carriers." },
|
||||
{ id: "f3", title: "Can I request a custom design?", content: "Absolutely. Contact our concierge to discuss a bespoke piece tailored to your story." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our jewelry and care."
|
||||
@@ -246,18 +131,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Cairo Atelier"
|
||||
description="Visit our flagship studio in Cairo to experience the collection in person."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Concierge",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Concierge", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -265,44 +143,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Story",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Story", href: "#about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Care",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
title: "Support", items: [
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Care", href: "#faq" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms", href: "#" },
|
||||
{ label: "Privacy", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 Nefer Jewelers"
|
||||
bottomRightText="Cairo, Egypt"
|
||||
|
||||
Reference in New Issue
Block a user