Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-09 08:33:46 +00:00
4 changed files with 228 additions and 537 deletions

View File

@@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() { export default function AboutPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="elastic-effect" defaultButtonVariant="elastic-effect"
@@ -22,103 +22,50 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", { name: "Shop", id: "/shop" },
id: "/", { name: "About", id: "/about" },
}, { name: "Affiliate", id: "/affiliate" },
{ ]}
name: "Shop", brandName="Noor Arte"
id: "/shop", button={{ text: "Contact", href: "/affiliate" }}
}, />
{ </div>
name: "About",
id: "/about",
},
{
name: "Affiliate",
id: "/affiliate",
},
]}
brandName="Noor Arte"
/>
</div>
<div id="about-content" data-section="about-content"> <div id="about-content" data-section="about-content">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="The Soul of Noor Arte" title="The Soul of Noor Arte"
/> />
</div> </div>
<div id="about-faq" data-section="about-faq"> <div id="about-faq" data-section="about-faq">
<FaqDouble <FaqDouble
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "f1", title: "Are materials genuine?", content: "Yes, we use solid silver and authentic enamels." },
id: "f1", { id: "f2", title: "Where is it made?", content: "Every piece is crafted by masters." },
title: "Are materials genuine?", { id: "f3", title: "Care instructions?", content: "Polish softly and avoid chemicals." },
content: "Yes, we use solid silver and authentic enamels.", ]}
}, title="Heritage & Questions"
{ faqsAnimation="slide-up"
id: "f2", description="Learn more about our materials, craft, and care guidelines."
title: "Where is it made?", />
content: "Every piece is crafted by masters.", </div>
},
{
id: "f3",
title: "Care instructions?",
content: "Polish softly and avoid chemicals.",
},
]}
title="Heritage & Questions"
faqsAnimation="slide-up"
description="Learn more about our materials, craft, and care guidelines."
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Shop All", href: "/shop" }, { label: "About", href: "/about" }, { label: "Affiliate", href: "/affiliate" }] },
items: [ { items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }, { label: "Shipping", href: "/shipping" }] },
{ ]}
label: "Shop All", logoText="Noor Arte"
href: "/shop", />
}, </div>
{
label: "About",
href: "/about",
},
{
label: "Affiliate",
href: "/affiliate",
},
],
},
{
items: [
{
label: "Terms",
href: "/terms",
},
{
label: "Privacy",
href: "/privacy",
},
{
label: "Shipping",
href: "/shipping",
},
],
},
]}
logoText="Noor Arte"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -8,7 +8,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import { Shield, Sparkles, Zap } from "lucide-react"; import { Shield, Sparkles, Zap } from "lucide-react";
export default function LandingPage() { export default function AffiliatePage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="elastic-effect" defaultButtonVariant="elastic-effect"
@@ -23,110 +23,55 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", { name: "Shop", id: "/shop" },
id: "/", { name: "About", id: "/about" },
}, { name: "Affiliate", id: "/affiliate" },
{ ]}
name: "Shop", brandName="Noor Arte"
id: "/shop", button={{ text: "Contact", href: "/affiliate" }}
}, />
{ </div>
name: "About",
id: "/about",
},
{
name: "Affiliate",
id: "/affiliate",
},
]}
brandName="Noor Arte"
/>
</div>
<div id="affiliate-signup" data-section="affiliate-signup"> <div id="affiliate-signup" data-section="affiliate-signup">
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars", tag="Partner with us"
}} title="Join Our Affiliate Program"
tag="Partner with us" description="Collaborate with Noor Arte and share the story of Persian art with your audience."
title="Join Our Affiliate Program" mediaAnimation="slide-up"
description="Collaborate with Noor Arte and share the story of Persian art with your audience." imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-white-shirt-delicate-silver-charm-necklace_181624-24736.jpg"
mediaAnimation="slide-up" />
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-female-wearing-white-shirt-delicate-silver-charm-necklace_181624-24736.jpg" </div>
/>
</div>
<div id="affiliate-features" data-section="affiliate-features"> <div id="affiliate-features" data-section="affiliate-features">
<FeatureBorderGlow <FeatureBorderGlow
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { icon: Sparkles, title: "High Commission", description: "Earn on every sale." },
icon: Sparkles, { icon: Shield, title: "Secure Tracking", description: "Accurate reporting portal." },
title: "High Commission", { icon: Zap, title: "Creative Support", description: "Exclusive assets and content." },
description: "Earn on every sale.", ]}
}, title="Why Collaborate?"
{ description="Benefits for our influencers and partners."
icon: Shield, />
title: "Secure Tracking", </div>
description: "Accurate reporting portal.",
},
{
icon: Zap,
title: "Creative Support",
description: "Exclusive assets and content.",
},
]}
title="Why Collaborate?"
description="Benefits for our influencers and partners."
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Shop All", href: "/shop" }, { label: "About", href: "/about" }, { label: "Affiliate", href: "/affiliate" }] },
items: [ { items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }, { label: "Shipping", href: "/shipping" }] },
{ ]}
label: "Shop All", logoText="Noor Arte"
href: "/shop", />
}, </div>
{
label: "About",
href: "/about",
},
{
label: "Affiliate",
href: "/affiliate",
},
],
},
{
items: [
{
label: "Terms",
href: "/terms",
},
{
label: "Privacy",
href: "/privacy",
},
{
label: "Shipping",
href: "/shipping",
},
],
},
]}
logoText="Noor Arte"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -25,222 +25,98 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", { name: "Shop", id: "/shop" },
id: "/", { name: "About", id: "/about" },
}, { name: "Affiliate", id: "/affiliate" },
{ ]}
name: "Shop", brandName="Noor Arte"
id: "/shop", button={{ text: "Contact", href: "/affiliate" }}
}, />
{ </div>
name: "About",
id: "/about",
},
{
name: "Affiliate",
id: "/affiliate",
},
]}
brandName="Noor Arte"
/>
</div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlay <HeroOverlay
title="Timeless Persian Craftsmanship" title="Timeless Persian Craftsmanship"
description="Silver and enamel jewelry telling stories of history, symbolism, and refined beauty." description="Silver and enamel jewelry telling stories of history, symbolism, and refined beauty."
buttons={[ buttons={[{ text: "Shop Collection", href: "/shop" }]}
{ imageSrc="http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg"
text: "Shop Collection", showDimOverlay={true}
href: "/shop", avatars={[
}, { src: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", alt: "Portrait of a patron" },
]} { src: "http://img.b2bpic.net/free-photo/portrait-pleasant-looking-woman-with-curly-hair-being-good-mood-smiles-satisfied-wears-casual-turtleneck-earrings_273609-46782.jpg", alt: "Portrait of a patron" },
imageSrc="http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg" { src: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-woman-with-appealing-smile-having-pinkish-hair-bun-tattoo-wearing-casual-clothes_273609-307.jpg", alt: "Portrait of a patron" },
showDimOverlay={true} { src: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-woman-with-trendy-hairdo-having-dark-charming-eyes-engaging-smile-people-happiness-emotions-lifestyle-concept_273609-7343.jpg", alt: "Portrait of a patron" },
avatars={[ { src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg", alt: "Portrait of a patron" },
{ ]}
src: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", avatarText="Loved by over 500+ collectors worldwide."
alt: "Portrait of a patron", />
}, </div>
{
src: "http://img.b2bpic.net/free-photo/portrait-pleasant-looking-woman-with-curly-hair-being-good-mood-smiles-satisfied-wears-casual-turtleneck-earrings_273609-46782.jpg",
alt: "Portrait of a patron",
},
{
src: "http://img.b2bpic.net/free-photo/horizontal-portrait-cheerful-woman-with-appealing-smile-having-pinkish-hair-bun-tattoo-wearing-casual-clothes_273609-307.jpg",
alt: "Portrait of a patron",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-beautiful-woman-with-trendy-hairdo-having-dark-charming-eyes-engaging-smile-people-happiness-emotions-lifestyle-concept_273609-7343.jpg",
alt: "Portrait of a patron",
},
{
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-846.jpg",
alt: "Portrait of a patron",
},
]}
avatarText="Loved by over 500+ collectors worldwide."
/>
</div>
<div id="about-snippet" data-section="about-snippet"> <div id="about-snippet" data-section="about-snippet">
<TextAbout <TextAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Artistic Legacy Redefined" title="Artistic Legacy Redefined"
/> />
</div> </div>
<div id="featured-products" data-section="featured-products"> <div id="featured-products" data-section="featured-products">
<ProductCardThree <ProductCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "p1", name: "Enamel Lotus Pendant", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12595.jpg" },
id: "p1", { id: "p2", name: "Silver Filigree Cuff", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12584.jpg" },
name: "Enamel Lotus Pendant", { id: "p3", name: "Sun & Moon Earrings", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649134.jpg" },
price: "$120", { id: "p4", name: "Antique Coin Ring", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347038.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12595.jpg", { id: "p5", name: "Turquoise Inlay Necklace", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-inside-red-craft-gift-box-high-quality-photo_114579-12182.jpg" },
}, { id: "p6", name: "Calligraphy Brooch", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/painted-white-rose-with-brush-small-keys_23-2148017946.jpg" },
{ ]}
id: "p2", title="Curated Collections"
name: "Silver Filigree Cuff", description="Discover our signature pieces blending traditional Persian motifs with modern elegance."
price: "$180", />
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12584.jpg", </div>
},
{
id: "p3",
name: "Sun & Moon Earrings",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-aesthetic-earrings_23-2149649134.jpg",
},
{
id: "p4",
name: "Antique Coin Ring",
price: "$140",
imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-with-white-powder-background_23-2150347038.jpg",
},
{
id: "p5",
name: "Turquoise Inlay Necklace",
price: "$210",
imageSrc: "http://img.b2bpic.net/free-photo/jewelry-inside-red-craft-gift-box-high-quality-photo_114579-12182.jpg",
},
{
id: "p6",
name: "Calligraphy Brooch",
price: "$110",
imageSrc: "http://img.b2bpic.net/free-photo/painted-white-rose-with-brush-small-keys_23-2148017946.jpg",
},
]}
title="Curated Collections"
description="Discover our signature pieces blending traditional Persian motifs with modern elegance."
/>
</div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTen <TestimonialCardTen
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", title: "Exquisite Detail", quote: "The craftsmanship is unparalleled.", name: "Aria K.", role: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/closeup-joyful-beautiful-africanamerican-woman-laughing-looking-happy-standing-yello_1258-130860.jpg" },
id: "1", { id: "2", title: "Stunning Beauty", quote: "Every piece has a beautiful story.", name: "Samira B.", role: "Stylist", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
title: "Exquisite Detail", { id: "3", title: "Cultural Gem", quote: "Wearing history every single day.", name: "Rohan D.", role: "Curator", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg" },
quote: "The craftsmanship is unparalleled.", { id: "4", title: "Unique Design", quote: "Absolutely adore the intricate enamel.", name: "Elena M.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" },
name: "Aria K.", { id: "5", title: "Perfect Gift", quote: "The packaging and quality are top notch.", name: "Liam P.", role: "Art Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg" },
role: "Collector", ]}
imageSrc: "http://img.b2bpic.net/free-photo/closeup-joyful-beautiful-africanamerican-woman-laughing-looking-happy-standing-yello_1258-130860.jpg", title="Stories from our patrons"
}, description="Heartfelt words from those who treasure our craft."
{ />
id: "2", </div>
title: "Stunning Beauty",
quote: "Every piece has a beautiful story.",
name: "Samira B.",
role: "Stylist",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
},
{
id: "3",
title: "Cultural Gem",
quote: "Wearing history every single day.",
name: "Rohan D.",
role: "Curator",
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg",
},
{
id: "4",
title: "Unique Design",
quote: "Absolutely adore the intricate enamel.",
name: "Elena M.",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
},
{
id: "5",
title: "Perfect Gift",
quote: "The packaging and quality are top notch.",
name: "Liam P.",
role: "Art Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
},
]}
title="Stories from our patrons"
description="Heartfelt words from those who treasure our craft."
/>
</div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<MediaAbout <MediaAbout
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/gold-chain-pomegranate_23-2149836417.jpg" title="The Art of Noor"
imageAlt="Gold chain and pomegranate" description="Handcrafted legacy redefined."
/> imageSrc="http://img.b2bpic.net/free-photo/gold-chain-pomegranate_23-2149836417.jpg"
</div> imageAlt="Gold chain and pomegranate"
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Shop All", href: "/shop" }, { label: "About", href: "/about" }, { label: "Affiliate", href: "/affiliate" }] },
items: [ { items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }, { label: "Shipping", href: "/shipping" }] },
{ ]}
label: "Shop All", logoText="Noor Arte"
href: "/shop", />
}, </div>
{
label: "About",
href: "/about",
},
{
label: "Affiliate",
href: "/affiliate",
},
],
},
{
items: [
{
label: "Terms",
href: "/terms",
},
{
label: "Privacy",
href: "/privacy",
},
{
label: "Shipping",
href: "/shipping",
},
],
},
]}
logoText="Noor Arte"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() { export default function ShopPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="elastic-effect" defaultButtonVariant="elastic-effect"
@@ -22,134 +22,57 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "/" },
name: "Home", { name: "Shop", id: "/shop" },
id: "/", { name: "About", id: "/about" },
}, { name: "Affiliate", id: "/affiliate" },
{ ]}
name: "Shop", brandName="Noor Arte"
id: "/shop", button={{ text: "Contact", href: "/affiliate" }}
}, />
{ </div>
name: "About",
id: "/about",
},
{
name: "Affiliate",
id: "/affiliate",
},
]}
brandName="Noor Arte"
/>
</div>
<div id="shop-list" data-section="shop-list"> <div id="shop-list" data-section="shop-list">
<ProductCardThree <ProductCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "a1", name: "Persian Flower Ring", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/emerald-rings-hands_23-2151934147.jpg" },
id: "a1", { id: "a2", name: "Modern Ziggurat Pendant", price: "$135", imageSrc: "http://img.b2bpic.net/free-photo/front-view-holy-book-with-kippah-hamsa_23-2148629965.jpg" },
name: "Persian Flower Ring", { id: "a3", name: "Poetry Script Cuff", price: "$190", imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2270.jpg" },
price: "$85", { id: "a4", name: "Symbolism Drop Earrings", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-christmas-globes-with-ornaments_23-2148721334.jpg" },
imageSrc: "http://img.b2bpic.net/free-photo/emerald-rings-hands_23-2151934147.jpg", { id: "a5", name: "Royal Enamel Belt", price: "$295", imageSrc: "http://img.b2bpic.net/free-vector/coloured-mandala-design_1175-66.jpg" },
}, { id: "a6", name: "Artisanal Silver Links", price: "$160", imageSrc: "http://img.b2bpic.net/free-photo/wedding-glass-precious-gold-luxury-golden_1400-35.jpg" },
{ ]}
id: "a2", title="Jewelry Catalog"
name: "Modern Ziggurat Pendant", description="Explore our full range of handcrafted silver and enamel treasures."
price: "$135", />
imageSrc: "http://img.b2bpic.net/free-photo/front-view-holy-book-with-kippah-hamsa_23-2148629965.jpg", </div>
},
{
id: "a3",
name: "Poetry Script Cuff",
price: "$190",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2270.jpg",
},
{
id: "a4",
name: "Symbolism Drop Earrings",
price: "$75",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-christmas-globes-with-ornaments_23-2148721334.jpg",
},
{
id: "a5",
name: "Royal Enamel Belt",
price: "$295",
imageSrc: "http://img.b2bpic.net/free-vector/coloured-mandala-design_1175-66.jpg",
},
{
id: "a6",
name: "Artisanal Silver Links",
price: "$160",
imageSrc: "http://img.b2bpic.net/free-photo/wedding-glass-precious-gold-luxury-golden_1400-35.jpg",
},
]}
title="Jewelry Catalog"
description="Explore our full range of handcrafted silver and enamel treasures."
/>
</div>
<div id="socialProof" data-section="socialProof"> <div id="socialProof" data-section="socialProof">
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Featured In" title="Featured In"
description="Trusted by leading fashion curators." description="Trusted by leading fashion curators."
names={[ names={["Vogue Artisan", "Persian Style Digest", "Global Heritage Weekly", "Modern Jeweller Daily", "Cultural Trends"]}
"Vogue Artisan", />
"Persian Style Digest", </div>
"Global Heritage Weekly",
"Modern Jeweller Daily",
"Cultural Trends",
]}
/>
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Shop All", href: "/shop" }, { label: "About", href: "/about" }, { label: "Affiliate", href: "/affiliate" }] },
items: [ { items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }, { label: "Shipping", href: "/shipping" }] },
{ ]}
label: "Shop All", logoText="Noor Arte"
href: "/shop", />
}, </div>
{
label: "About",
href: "/about",
},
{
label: "Affiliate",
href: "/affiliate",
},
],
},
{
items: [
{
label: "Terms",
href: "/terms",
},
{
label: "Privacy",
href: "/privacy",
},
{
label: "Shipping",
href: "/shipping",
},
],
},
]}
logoText="Noor Arte"
/>
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );