1 Commits

Author SHA1 Message Date
07111b61b3 Update src/app/page.tsx 2026-04-18 00:55:02 +00:00

View File

@@ -33,94 +33,59 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "FAQ", name: "FAQ", id: "faq"},
id: "faq",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="BulkStore" brandName="BulkStore"
button={{ button={{
text: "Shop Now", text: "Shop Now", href: "#products"}}
href: "#products",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
background={{ background={{
variant: "plain", variant: "plain"}}
}} title="Bulk Ordering Made Simple: 1 to 1000+ Units"
title="Purchase 1 to 1000 Units Efficiently"
description="Streamlined bulk ordering for your business needs. Choose your quantity and scale your supply with ease." description="Streamlined bulk ordering for your business needs. Choose your quantity and scale your supply with ease."
buttons={[ buttons={[
{ {
text: "Shop Now", text: "Shop Now", href: "#products"},
href: "#products",
},
{ {
text: "Learn More", text: "Learn More", href: "#features"},
href: "#features",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop-city-background_53876-104034.jpg" imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-laptop-city-background_53876-104034.jpg"
imageAlt="Bulk purchasing dashboard" imageAlt="Bulk purchasing dashboard"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/woman-walking-with-laptop_1098-1840.jpg", src: "http://img.b2bpic.net/free-photo/woman-walking-with-laptop_1098-1840.jpg", alt: "Woman walking with a laptop"},
alt: "Woman walking with a laptop",
},
{ {
src: "http://img.b2bpic.net/free-photo/bearded-man-stylish-jacket-is-posing-photographer-blue-red-lights_613910-6047.jpg", src: "http://img.b2bpic.net/free-photo/bearded-man-stylish-jacket-is-posing-photographer-blue-red-lights_613910-6047.jpg", alt: "Bearded man in stylish jacket"},
alt: "Bearded man in stylish jacket",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-laptop_1098-1842.jpg", src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-laptop_1098-1842.jpg", alt: "Smiling woman holding a laptop"},
alt: "Smiling woman holding a laptop",
},
{ {
src: "http://img.b2bpic.net/free-photo/businessman-interacting-with-futuristic-technology-smartphone_23-2151997017.jpg", src: "http://img.b2bpic.net/free-photo/businessman-interacting-with-futuristic-technology-smartphone_23-2151997017.jpg", alt: "Businessman interacting with technology"},
alt: "Businessman interacting with technology",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Smiling businessman standing at airport"},
alt: "Smiling businessman standing at airport",
},
]} ]}
avatarText="Trusted by 1000+ industry leaders" avatarText="Trusted by 1000+ industry leaders"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Enterprise Ready"},
text: "Enterprise Ready",
},
{ {
type: "text", type: "text", text: "Bulk Discounts"},
text: "Bulk Discounts",
},
{ {
type: "text", type: "text", text: "Priority Shipping"},
text: "Priority Shipping",
},
{ {
type: "text", type: "text", text: "Verified Quality"},
text: "Verified Quality",
},
{ {
type: "text", type: "text", text: "24/7 Support"},
text: "24/7 Support",
},
]} ]}
/> />
</div> </div>
@@ -131,9 +96,7 @@ export default function LandingPage() {
title="Reliable Supply Chain at Scale" title="Reliable Supply Chain at Scale"
buttons={[ buttons={[
{ {
text: "Contact Sales", text: "Contact Sales", href: "#contact"},
href: "#contact",
},
]} ]}
/> />
</div> </div>
@@ -146,41 +109,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "High-Efficiency Module", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309698.jpg"},
name: "High-Efficiency Module",
price: "$120",
imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309698.jpg",
},
{ {
id: "p2", id: "p2", name: "Premium Interface", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263194.jpg"},
name: "Premium Interface",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263194.jpg",
},
{ {
id: "p3", id: "p3", name: "Advanced Sensor", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-arrangement_23-2149080516.jpg"},
name: "Advanced Sensor",
price: "$210",
imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-arrangement_23-2149080516.jpg",
},
{ {
id: "p4", id: "p4", name: "Robust Connector", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg"},
name: "Robust Connector",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/desk-gadgets_181624-23300.jpg",
},
{ {
id: "p5", id: "p5", name: "Smart Controller", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-notebook-camera-table_23-2148036928.jpg"},
name: "Smart Controller",
price: "$350",
imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-notebook-camera-table_23-2148036928.jpg",
},
{ {
id: "p6", id: "p6", name: "Standard Base Unit", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861962.jpg"},
name: "Standard Base Unit",
price: "$95",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861962.jpg",
},
]} ]}
title="Our Featured Products" title="Our Featured Products"
description="Select from our range of professional-grade items." description="Select from our range of professional-grade items."
@@ -194,21 +133,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
negativeCard={{ negativeCard={{
items: [ items: [
"Manual ordering overhead", "Manual ordering overhead", "Long waiting times", "Unpredictable delivery dates", "Lack of bulk pricing", "Limited stock visibility"],
"Long waiting times",
"Unpredictable delivery dates",
"Lack of bulk pricing",
"Limited stock visibility",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Automated volume pricing", "Automated volume pricing", "Predictable logistics", "Priority supply handling", "Real-time inventory tracking", "Dedicated account management"],
"Predictable logistics",
"Priority supply handling",
"Real-time inventory tracking",
"Dedicated account management",
],
}} }}
title="Why Choose BulkStore?" title="Why Choose BulkStore?"
description="Optimized logistics and simplified procurement." description="Optimized logistics and simplified procurement."
@@ -220,14 +149,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"TechCorp", "TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DataSystems", "StreamlineInc", "ModernLogistics"]}
"InnovateLab",
"GrowthCo",
"StartupXYZ",
"DataSystems",
"StreamlineInc",
"ModernLogistics",
]}
title="Trusted by Growing Businesses" title="Trusted by Growing Businesses"
description="Scale with a partner you can count on." description="Scale with a partner you can count on."
/> />
@@ -241,20 +163,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "1000+", description: "Global Clients"},
value: "1000+",
description: "Global Clients",
},
{ {
id: "m2", id: "m2", value: "99.9%", description: "Delivery Success Rate"},
value: "99.9%",
description: "Delivery Success Rate",
},
{ {
id: "m3", id: "m3", value: "24/7", description: "Order Processing"},
value: "24/7",
description: "Order Processing",
},
]} ]}
title="Proven Performance at Scale" title="Proven Performance at Scale"
description="Key stats on our commitment to delivery excellence." description="Key stats on our commitment to delivery excellence."
@@ -266,30 +179,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg"},
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman_23-2147837532.jpg",
},
{ {
id: "t2", id: "t2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg"},
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-with-enthusiastic-face-expression-smiling-looking-confident-standing-s_1258-88087.jpg",
},
{ {
id: "t3", id: "t3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg"},
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
},
{ {
id: "t4", id: "t4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-holding-meeting-office_1262-1610.jpg"},
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-holding-meeting-office_1262-1610.jpg",
},
{ {
id: "t5", id: "t5", name: "Alex Smith", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg"},
name: "Alex Smith",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
},
]} ]}
cardTitle="Client Experiences" cardTitle="Client Experiences"
cardTag="Testimonials" cardTag="Testimonials"
@@ -302,30 +200,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How does volume pricing work?", content: "Our pricing scales automatically based on your order quantity from 1 to 1000+ units."},
title: "How does volume pricing work?",
content: "Our pricing scales automatically based on your order quantity from 1 to 1000+ units.",
},
{ {
id: "f2", id: "f2", title: "What are the shipping options?", content: "We offer standard, expedited, and bulk freight options for all volume levels."},
title: "What are the shipping options?",
content: "We offer standard, expedited, and bulk freight options for all volume levels.",
},
{ {
id: "f3", id: "f3", title: "Can I track my bulk shipment?", content: "Yes, real-time tracking is provided for every order regardless of quantity."},
title: "Can I track my bulk shipment?",
content: "Yes, real-time tracking is provided for every order regardless of quantity.",
},
{ {
id: "f4", id: "f4", title: "Is there a minimum order quantity?", content: "We handle single units up to 1000+, but volume discounts start at 50 units."},
title: "Is there a minimum order quantity?",
content: "We handle single units up to 1000+, but volume discounts start at 50 units.",
},
{ {
id: "f5", id: "f5", title: "Do you provide custom quotes?", content: "Yes, for orders exceeding 1000 units, please contact our enterprise sales team."},
title: "Do you provide custom quotes?",
content: "Yes, for orders exceeding 1000 units, please contact our enterprise sales team.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -336,8 +219,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in Touch" tag="Get in Touch"
title="Ready to Start Your Bulk Order?" title="Ready to Start Your Bulk Order?"
description="Speak with our sales team for custom volume quotes." description="Speak with our sales team for custom volume quotes."
@@ -349,42 +231,27 @@ export default function LandingPage() {
logoText="BulkStore" logoText="BulkStore"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#"},
href: "#",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ {
label: "Blog", label: "Blog", href: "#"},
href: "#",
},
{ {
label: "Support", label: "Support", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -393,4 +260,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }