Merge version_1 into main #1
221
src/app/page.tsx
221
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { CheckCircle, Globe, Zap } from "lucide-react";
|
||||
import { CheckCircle, Globe, Zap, Truck, Settings, Leaf } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="PrintifyPro"
|
||||
/>
|
||||
@@ -61,10 +46,7 @@ export default function LandingPage() {
|
||||
logoText="PrintifyProPOD"
|
||||
description="Transform your designs into high-quality merchandise with our seamless print-on-demand integration. Scalable, fast, and built for your brand."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Selling",
|
||||
href: "#products",
|
||||
},
|
||||
{ text: "Start Selling", href: "#products" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/international-people-autumn-city_1157-31487.jpg"
|
||||
imageAlt="Hero product display"
|
||||
@@ -76,21 +58,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Why Choose Us?"
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Product Catalog",
|
||||
value: "1000+",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Average Fulfillment",
|
||||
value: "24h",
|
||||
},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Global Shipping",
|
||||
value: "150+",
|
||||
},
|
||||
{ icon: CheckCircle, label: "Product Catalog", value: "1000+" },
|
||||
{ icon: Zap, label: "Average Fulfillment", value: "24h" },
|
||||
{ icon: Globe, label: "Global Shipping", value: "150+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -103,42 +73,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic T-Shirt",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478971.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ceramic Mug",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1190.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Premium Hoodie",
|
||||
price: "$39.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clothes-search-bar-box-banner-badge_53876-121020.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Canvas Wall Art",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shadow-leaves-wall_23-2151988760.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Phone Case",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-case-abstract-pattern-product-showcase_53876-96812.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Tote Bag",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-journey-elements-arrangement_23-2148634200.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Classic T-Shirt", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478971.jpg" },
|
||||
{ id: "p2", name: "Ceramic Mug", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-1190.jpg" },
|
||||
{ id: "p3", name: "Premium Hoodie", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/clothes-search-bar-box-banner-badge_53876-121020.jpg" },
|
||||
{ id: "p4", name: "Canvas Wall Art", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/shadow-leaves-wall_23-2151988760.jpg" },
|
||||
{ id: "p5", name: "Phone Case", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-case-abstract-pattern-product-showcase_53876-96812.jpg" },
|
||||
{ id: "p6", name: "Tote Bag", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/autumn-journey-elements-arrangement_23-2148634200.jpg" },
|
||||
]}
|
||||
title="Premium Merchandise"
|
||||
description="Choose from our catalog of high-quality products ready for your designs."
|
||||
@@ -151,28 +91,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Print Quality",
|
||||
description: "Crisp, durable prints using state-of-the-art technology.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893931.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Premium Print Quality", description: "Crisp, durable prints using state-of-the-art technology.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-darkroom-side-view_23-2149893931.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Rapid Fulfillment",
|
||||
description: "Fast turnarounds for global shipping needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-with-box_23-2148538569.jpg",
|
||||
buttonIcon: "Truck",
|
||||
title: "Rapid Fulfillment", description: "Fast turnarounds for global shipping needs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-man-with-box_23-2148538569.jpg", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Easy Automation",
|
||||
description: "Automate order syncing and tracking effortlessly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-125580.jpg",
|
||||
buttonIcon: "Settings",
|
||||
title: "Easy Automation", description: "Automate order syncing and tracking effortlessly.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-125580.jpg", buttonIcon: Settings,
|
||||
},
|
||||
{
|
||||
title: "Eco-Friendly",
|
||||
description: "Committed to sustainable printing practices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/managers-office-reviewing-solar-technology-reports-green-screen-monitor_482257-126707.jpg",
|
||||
buttonIcon: "Leaf",
|
||||
title: "Eco-Friendly", description: "Committed to sustainable printing practices.", imageSrc: "http://img.b2bpic.net/free-photo/managers-office-reviewing-solar-technology-reports-green-screen-monitor_482257-126707.jpg", buttonIcon: Leaf,
|
||||
},
|
||||
]}
|
||||
title="Engineered for Growth"
|
||||
@@ -187,46 +115,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
company: "DesignsCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-caucasian-girl-looks-up_141793-103526.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Creative Lead",
|
||||
company: "ArtBox",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-baker-standing-by-counter-talking-phone_1303-32313.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rose",
|
||||
role: "Owner",
|
||||
company: "CreativeShop",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-artist-chair_23-2148002491.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John Doe",
|
||||
role: "Artist",
|
||||
company: "GalleryX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Smith",
|
||||
role: "Brand Mgr",
|
||||
company: "StyleCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-businessman-desk_23-2149270979.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", role: "CEO", company: "DesignsCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-brunette-caucasian-girl-looks-up_141793-103526.jpg" },
|
||||
{ id: "2", name: "David Chen", role: "Creative Lead", company: "ArtBox", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-baker-standing-by-counter-talking-phone_1303-32313.jpg" },
|
||||
{ id: "3", name: "Emily Rose", role: "Owner", company: "CreativeShop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-artist-chair_23-2148002491.jpg" },
|
||||
{ id: "4", name: "John Doe", role: "Artist", company: "GalleryX", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg" },
|
||||
{ id: "5", name: "Anna Smith", role: "Brand Mgr", company: "StyleCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-businessman-desk_23-2149270979.jpg" },
|
||||
]}
|
||||
title="Trusted by Creatives"
|
||||
description="Hear what our community says about their experience."
|
||||
@@ -238,26 +131,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does shipping take?",
|
||||
content: "Domestic shipping typically takes 3-5 business days.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer branding?",
|
||||
content: "Yes, we support custom packaging and branding options.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is there a minimum order?",
|
||||
content: "No minimum order quantities required.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I return items?",
|
||||
content: "Returns are processed for defects or damage.",
|
||||
},
|
||||
{ id: "1", title: "How long does shipping take?", content: "Domestic shipping typically takes 3-5 business days." },
|
||||
{ id: "2", title: "Do you offer branding?", content: "Yes, we support custom packaging and branding options." },
|
||||
{ id: "3", title: "Is there a minimum order?", content: "No minimum order quantities required." },
|
||||
{ id: "4", title: "Can I return items?", content: "Returns are processed for defects or damage." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get quick answers to all your questions about print-on-demand."
|
||||
@@ -271,18 +148,8 @@ export default function LandingPage() {
|
||||
title="Get Started Today"
|
||||
description="Ready to launch your POD store? Contact our team for onboarding."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-businesswoman-typing-documents-keyboard-laptop-hold-cup-coffee-business-people-working-background-selective-view-film-effect-sun-glare-effect_1253-797.jpg"
|
||||
/>
|
||||
@@ -291,30 +158,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }] },
|
||||
{ items: [{ label: "Legal", href: "#" }, { label: "Privacy", href: "#" }] },
|
||||
]}
|
||||
logoText="PrintifyPro"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user