Merge version_1 into main #2
382
src/app/page.tsx
382
src/app/page.tsx
@@ -13,281 +13,129 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="medium"
|
||||
background="aurora"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Artisana"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Artisana"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Timeless Art, Handcrafted for Your Home"
|
||||
description="Discover a curated collection of artisanal creations designed to bring soul and elegance to every living space."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoors-colorful-children-playground-background_23-2149587753.jpg?_wi=1"
|
||||
imageAlt="Art Gallery Interior"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-expressive-young-woman-holding-map_1258-28216.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-spinning-with-bags_23-2147652075.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-fashion-designer-holding-sketchbook_171337-14499.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-man-enjoying-morning-hiome-with-cup-tea-standing-pan-window_1098-19234.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 2,000+ art collectors"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Gallery",
|
||||
href: "#gallery",
|
||||
},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Timeless Art, Handcrafted for Your Home"
|
||||
description="Discover a curated collection of artisanal creations designed to bring soul and elegance to every living space."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoors-colorful-children-playground-background_23-2149587753.jpg"
|
||||
imageAlt="Art Gallery Interior"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-expressive-young-woman-holding-map_1258-28216.jpg", alt: "Customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.jpg", alt: "Customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-spinning-with-bags_23-2147652075.jpg", alt: "Customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-fashion-designer-holding-sketchbook_171337-14499.jpg", alt: "Customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-young-man-enjoying-morning-hiome-with-cup-tea-standing-pan-window_1098-19234.jpg", alt: "Customer profile" },
|
||||
]}
|
||||
avatarText="Trusted by 2,000+ art collectors"
|
||||
buttons={[
|
||||
{ text: "Explore Gallery", href: "#gallery" },
|
||||
{ text: "Our Story", href: "#about" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="The Soul of Artisana"
|
||||
description="Every item in our collection is a labor of love, crafted by hand to ensure that each piece tells a unique story. We connect talented artisans with art lovers globally."
|
||||
metrics={[
|
||||
{
|
||||
value: "150+",
|
||||
title: "Artisans Partnered",
|
||||
},
|
||||
{
|
||||
value: "2000+",
|
||||
title: "Pieces Sold",
|
||||
},
|
||||
{
|
||||
value: "12",
|
||||
title: "Countries Supported",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-photoshoot-working-process-with-clay-by-diligent-man_613910-20912.jpg"
|
||||
imageAlt="Artist at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="The Soul of Artisana"
|
||||
description="Every item in our collection is a labor of love, crafted by hand to ensure that each piece tells a unique story. We connect talented artisans with art lovers globally."
|
||||
metrics={[
|
||||
{ value: "150+", title: "Artisans Partnered" },
|
||||
{ value: "2000+", title: "Pieces Sold" },
|
||||
{ value: "12", title: "Countries Supported" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-photoshoot-working-process-with-clay-by-diligent-man_613910-20912.jpg"
|
||||
imageAlt="Artist at work"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Ceramic Vessel",
|
||||
price: "$120",
|
||||
variant: "Ceramic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529782.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Glass Sphere",
|
||||
price: "$85",
|
||||
variant: "Glass",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-space-composition-with-astronaut_23-2149101790.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Texture Relief",
|
||||
price: "$210",
|
||||
variant: "Mixed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/textured-background-wallpaper-abstract-acrylic-painting_53876-133240.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Oak Abstract",
|
||||
price: "$180",
|
||||
variant: "Wood",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rusty-metal-surface-with-peeling-paint_23-2148796597.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Woven Tapestry",
|
||||
price: "$155",
|
||||
variant: "Textile",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dreamcatcher_23-2149281488.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Bronze Statuette",
|
||||
price: "$295",
|
||||
variant: "Bronze",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-view_23-2150096487.jpg",
|
||||
},
|
||||
]}
|
||||
title="Selected Artworks"
|
||||
description="Browse our latest arrivals from independent artisans, ready to find a new home."
|
||||
/>
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Ceramic Vessel", price: "$120", variant: "Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529782.jpg" },
|
||||
{ id: "p2", name: "Glass Sphere", price: "$85", variant: "Glass", imageSrc: "http://img.b2bpic.net/free-photo/still-life-space-composition-with-astronaut_23-2149101790.jpg" },
|
||||
{ id: "p3", name: "Texture Relief", price: "$210", variant: "Mixed", imageSrc: "http://img.b2bpic.net/free-photo/textured-background-wallpaper-abstract-acrylic-painting_53876-133240.jpg" },
|
||||
{ id: "p4", name: "Oak Abstract", price: "$180", variant: "Wood", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-rusty-metal-surface-with-peeling-paint_23-2148796597.jpg" },
|
||||
{ id: "p5", name: "Woven Tapestry", price: "$155", variant: "Textile", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-dreamcatcher_23-2149281488.jpg" },
|
||||
{ id: "p6", name: "Bronze Statuette", price: "$295", variant: "Bronze", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools-view_23-2150096487.jpg" },
|
||||
]}
|
||||
title="Selected Artworks"
|
||||
description="Browse our latest arrivals from independent artisans, ready to find a new home."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahmiller",
|
||||
testimonial: "The quality of the ceramic work is unparalleled. It truly is a piece of art.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-young-woman-holding-map_1258-28216.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
handle: "@dchen",
|
||||
testimonial: "A wonderful way to support local artists while finding unique decor for my office.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma & Paul",
|
||||
handle: "@emmaandpaul",
|
||||
testimonial: "We found the perfect centerpiece for our living room. Simply beautiful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-spinning-with-bags_23-2147652075.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Justin K.",
|
||||
handle: "@jk_design",
|
||||
testimonial: "Seamless shopping experience and fast delivery. I will definitely buy again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-fashion-designer-holding-sketchbook_171337-14499.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wang",
|
||||
handle: "@lisa.wang",
|
||||
testimonial: "Supporting artisans makes a world of difference. Thank you for this platform.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-enjoying-morning-hiome-with-cup-tea-standing-pan-window_1098-19234.jpg",
|
||||
},
|
||||
]}
|
||||
title="Voices of Our Community"
|
||||
description="Hear what our collectors have to say about the pieces they've invited into their homes."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Miller", handle: "@sarahmiller", testimonial: "The quality of the ceramic work is unparalleled. It truly is a piece of art.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-expressive-young-woman-holding-map_1258-28216.jpg" },
|
||||
{ id: "2", name: "David Chen", handle: "@dchen", testimonial: "A wonderful way to support local artists while finding unique decor for my office.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149050497.jpg" },
|
||||
{ id: "3", name: "Emma & Paul", handle: "@emmaandpaul", testimonial: "We found the perfect centerpiece for our living room. Simply beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/woman-spinning-with-bags_23-2147652075.jpg" },
|
||||
{ id: "4", name: "Justin K.", handle: "@jk_design", testimonial: "Seamless shopping experience and fast delivery. I will definitely buy again.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-fashion-designer-holding-sketchbook_171337-14499.jpg" },
|
||||
{ id: "5", name: "Lisa Wang", handle: "@lisa.wang", testimonial: "Supporting artisans makes a world of difference. Thank you for this platform.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-enjoying-morning-hiome-with-cup-tea-standing-pan-window_1098-19234.jpg" },
|
||||
]}
|
||||
title="Voices of Our Community"
|
||||
description="Hear what our collectors have to say about the pieces they've invited into their homes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Stay Inspired"
|
||||
title="Join Our Newsletter"
|
||||
description="Receive early access to new collections and stories behind the craft, directly in your inbox."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoors-colorful-children-playground-background_23-2149587753.jpg?_wi=2"
|
||||
imageAlt="Minimalist gallery space"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Stay Inspired"
|
||||
title="Join Our Newsletter"
|
||||
description="Receive early access to new collections and stories behind the craft, directly in your inbox."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/outdoors-colorful-children-playground-background_23-2149587753.jpg"
|
||||
imageAlt="Minimalist gallery space"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Artisana"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Ceramics",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Glass Art",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Textiles",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Artisana"
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "Ceramics", href: "#" }, { label: "Glass Art", href: "#" }, { label: "Textiles", href: "#" }] },
|
||||
{ title: "Support", items: [{ label: "About Us", href: "#about" }, { label: "FAQ", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Company", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user