Merge version_1 into main #1
189
src/app/page.tsx
189
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Explore",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Explore", id: "#products" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
]}
|
||||
brandName="ArtPrint"
|
||||
/>
|
||||
@@ -55,15 +43,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Design Once, Sell Forever"
|
||||
description="Create stunning custom posters and earn from every sale. No inventory, no upfront costs—just your art, our print, their walls."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Selling Today",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Start Selling Today", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320706.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -77,17 +62,11 @@ export default function LandingPage() {
|
||||
description="We bridge the gap between imagination and physical form. Our platform handles everything from production to shipping, leaving you free to focus on what you do best—designing."
|
||||
metrics={[
|
||||
{
|
||||
value: "50K+",
|
||||
title: "Artists Joined",
|
||||
},
|
||||
value: "50K+", title: "Artists Joined"},
|
||||
{
|
||||
value: "1M+",
|
||||
title: "Posters Shipped",
|
||||
},
|
||||
value: "1M+", title: "Posters Shipped"},
|
||||
{
|
||||
value: "150+",
|
||||
title: "Countries Served",
|
||||
},
|
||||
value: "150+", title: "Countries Served"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885657.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -101,26 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Process",
|
||||
title: "Simplified Creation",
|
||||
subtitle: "Upload in seconds",
|
||||
description: "Just upload your high-res files, choose your poster finish, and your store is live. We handle the technical side.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laptop-digital-graphic-tablet-with-headphone-pink-backdrop_23-2147880583.jpg",
|
||||
},
|
||||
tag: "Process", title: "Simplified Creation", subtitle: "Upload in seconds", description: "Just upload your high-res files, choose your poster finish, and your store is live. We handle the technical side.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-digital-graphic-tablet-with-headphone-pink-backdrop_23-2147880583.jpg"},
|
||||
{
|
||||
tag: "Fulfillment",
|
||||
title: "Zero Inventory Risk",
|
||||
subtitle: "Print-on-demand magic",
|
||||
description: "We print and ship orders on demand, so you never hold unsold stock. High-quality paper, premium inks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516447.jpg",
|
||||
},
|
||||
tag: "Fulfillment", title: "Zero Inventory Risk", subtitle: "Print-on-demand magic", description: "We print and ship orders on demand, so you never hold unsold stock. High-quality paper, premium inks.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mystery-box-concept_23-2149516447.jpg"},
|
||||
{
|
||||
tag: "Network",
|
||||
title: "Global Reach",
|
||||
subtitle: "Worldwide distribution",
|
||||
description: "Our printing partners are strategically located across the globe to reach customers faster and cheaper.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/identity-copyright-branding-product-marketing-concept_53876-15829.jpg",
|
||||
},
|
||||
tag: "Network", title: "Global Reach", subtitle: "Worldwide distribution", description: "Our printing partners are strategically located across the globe to reach customers faster and cheaper.", imageSrc: "http://img.b2bpic.net/free-photo/identity-copyright-branding-product-marketing-concept_53876-15829.jpg"},
|
||||
]}
|
||||
title="Why Artists Choose ArtPrint"
|
||||
description="Everything you need to turn your digital art into tangible assets without the risk of traditional inventory."
|
||||
@@ -135,47 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Geometric Abstract",
|
||||
price: "$29",
|
||||
variant: "Premium Matte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-colored-organic-shapes_24972-1923.jpg",
|
||||
},
|
||||
id: "p1", name: "Geometric Abstract", price: "$29", variant: "Premium Matte", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-colored-organic-shapes_24972-1923.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Botanical Bliss",
|
||||
price: "$34",
|
||||
variant: "Gallery Fine Art",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spring-floral-background-with-spanish-iris-illustration-remixed-from-public-domain-artworks_53876-104145.jpg",
|
||||
},
|
||||
id: "p2", name: "Botanical Bliss", price: "$34", variant: "Gallery Fine Art", imageSrc: "http://img.b2bpic.net/free-photo/spring-floral-background-with-spanish-iris-illustration-remixed-from-public-domain-artworks_53876-104145.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Urban Typography",
|
||||
price: "$25",
|
||||
variant: "Standard Silk",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-card-with-black-lives-matter-copy-space_23-2148802419.jpg",
|
||||
},
|
||||
id: "p3", name: "Urban Typography", price: "$25", variant: "Standard Silk", imageSrc: "http://img.b2bpic.net/free-photo/top-view-card-with-black-lives-matter-copy-space_23-2148802419.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cosmic Voyager",
|
||||
price: "$39",
|
||||
variant: "Heavy Gloss",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896366.jpg",
|
||||
},
|
||||
id: "p4", name: "Cosmic Voyager", price: "$39", variant: "Heavy Gloss", imageSrc: "http://img.b2bpic.net/free-photo/minimal-surrealistic-abstract-background_23-2151896366.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Architectural Sketch",
|
||||
price: "$32",
|
||||
variant: "Premium Matte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011486.jpg",
|
||||
},
|
||||
id: "p5", name: "Architectural Sketch", price: "$32", variant: "Premium Matte", imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151011486.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Pop Art Essence",
|
||||
price: "$27",
|
||||
variant: "Gallery Fine Art",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-pop-art_23-2150032175.jpg",
|
||||
},
|
||||
id: "p6", name: "Pop Art Essence", price: "$27", variant: "Gallery Fine Art", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-pop-art_23-2150032175.jpg"},
|
||||
]}
|
||||
title="Featured Poster Collections"
|
||||
description="Explore the diverse styles currently trending in our marketplace."
|
||||
@@ -189,26 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Print Accuracy",
|
||||
description: "High fidelity color matching",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-pouring_23-2148469393.jpg",
|
||||
},
|
||||
id: "m1", value: "99.9%", title: "Print Accuracy", description: "High fidelity color matching", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-acrylic-pouring_23-2148469393.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24h",
|
||||
title: "Processing Time",
|
||||
description: "Orders printed on demand",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-tray-with-epoxy-resin-art-with-blue-inks_181624-23957.jpg",
|
||||
},
|
||||
id: "m2", value: "24h", title: "Processing Time", description: "Orders printed on demand", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-tray-with-epoxy-resin-art-with-blue-inks_181624-23957.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Quality Assured",
|
||||
description: "Satisfaction guaranteed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-with-colorful-fluorescent-make-up_23-2148410108.jpg",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Quality Assured", description: "Satisfaction guaranteed", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-with-colorful-fluorescent-make-up_23-2148410108.jpg"},
|
||||
]}
|
||||
title="Quality Built In"
|
||||
description="Professional output standard across every single order."
|
||||
@@ -217,44 +136,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahdraws",
|
||||
testimonial: "ArtPrint changed everything. My designs are now global and I haven't paid a cent for inventory.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-brush-paints-black_114579-63524.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", handle: "@sarahdraws", testimonial: "ArtPrint changed everything. My designs are now global and I haven't paid a cent for inventory.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-brush-paints-black_114579-63524.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Leo Vance",
|
||||
handle: "@leovance",
|
||||
testimonial: "The print quality is incredible. My customers often message me to thank me for the premium paper feel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-glasses-smiling_176420-8501.jpg",
|
||||
},
|
||||
id: "t2", name: "Leo Vance", handle: "@leovance", testimonial: "The print quality is incredible. My customers often message me to thank me for the premium paper feel.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-brunette-girl-glasses-smiling_176420-8501.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maya Singh",
|
||||
handle: "@maya_art",
|
||||
testimonial: "Finally, a platform that understands what artists need to grow without the headache of warehouse management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-couch_23-2148415931.jpg",
|
||||
},
|
||||
id: "t3", name: "Maya Singh", handle: "@maya_art", testimonial: "Finally, a platform that understands what artists need to grow without the headache of warehouse management.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sitting-couch_23-2148415931.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James Cook",
|
||||
handle: "@cookdesign",
|
||||
testimonial: "Professional, fast, and easy. I've sold over 500 prints in my first month of launching.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-16033.jpg",
|
||||
},
|
||||
id: "t4", name: "James Cook", handle: "@cookdesign", testimonial: "Professional, fast, and easy. I've sold over 500 prints in my first month of launching.", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-16033.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena Ross",
|
||||
handle: "@ross_prints",
|
||||
testimonial: "The integration into my workflow is seamless. I create, upload, and ArtPrint handles the rest. Simply perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-glad-funny-businessman-sitting-office-desk_273609-31796.jpg",
|
||||
},
|
||||
id: "t5", name: "Elena Ross", handle: "@ross_prints", testimonial: "The integration into my workflow is seamless. I create, upload, and ArtPrint handles the rest. Simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-glad-funny-businessman-sitting-office-desk_273609-31796.jpg"},
|
||||
]}
|
||||
title="Artist Success Stories"
|
||||
description="Hear what the community has to say about our platform."
|
||||
@@ -267,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How much does it cost?",
|
||||
content: "Zero. Our marketplace model is free for artists. You earn a percentage on every sale we facilitate.",
|
||||
},
|
||||
id: "f1", title: "How much does it cost?", content: "Zero. Our marketplace model is free for artists. You earn a percentage on every sale we facilitate."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Who sets the price?",
|
||||
content: "Artists have full control over the markup. We provide a base cost for production and you decide your retail price.",
|
||||
},
|
||||
id: "f2", title: "Who sets the price?", content: "Artists have full control over the markup. We provide a base cost for production and you decide your retail price."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What poster sizes do you support?",
|
||||
content: "We support all standard sizes including A4, A3, A2, and large format posters up to A0.",
|
||||
},
|
||||
id: "f3", title: "What poster sizes do you support?", content: "We support all standard sizes including A4, A3, A2, and large format posters up to A0."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about starting your poster shop."
|
||||
@@ -292,14 +178,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to turn your art into a global business? Start your journey with ArtPrint today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,13 +191,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="ArtPrint"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user