Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee847535b7 | |||
| 087f6984f0 |
224
src/app/page.tsx
224
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Support",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Support", id: "faq"},
|
||||
]}
|
||||
brandName="WholesalePro"
|
||||
/>
|
||||
@@ -55,41 +47,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Streamline Your Wholesale Operations"
|
||||
description="Unlock seamless inventory management and scalable reselling solutions tailored for the modern enterprise."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Catalog", href: "#products"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-employee-searching-parcel-using-checklist-digital-tablet-preparing-cardboard-boxes-shipping-entrepreneur-wearing-overalls-scanning-cardboard-box-using-store-scanner_482257-62536.jpg",
|
||||
imageAlt: "Inventory Management",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMsnqPIQK5P5N7zU15aZMyvAf7/uploaded-1778103799807-jgf07o33.jpg?_wi=1", imageAlt: "Inventory Management"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stressed-angry-business-partners-yelling-each-other-fight_482257-123956.jpg",
|
||||
imageAlt: "Strategy Meeting",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMsnqPIQK5P5N7zU15aZMyvAf7/uploaded-1778103799807-jgf07o33.jpg?_wi=2", imageAlt: "Strategy Meeting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg",
|
||||
imageAlt: "Analytics Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-supervisor-fulfills-purchases_482257-75304.jpg",
|
||||
imageAlt: "Retail Quality",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172310.jpg",
|
||||
imageAlt: "Shipping Logistics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-using-tablet-test-solar-panel-designs_482257-119461.jpg",
|
||||
imageAlt: "Growth Statistics",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DMsnqPIQK5P5N7zU15aZMyvAf7/uploaded-1778103799807-jgf07o33.jpg?_wi=3", imageAlt: "Analytics Dashboard"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,26 +71,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Speed",
|
||||
title: "Rapid Fulfillment",
|
||||
subtitle: "Same-day processing",
|
||||
description: "Get your stock moved faster with our prioritized shipping network.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-aigenerated-software-order-processing-automation_482257-129882.jpg",
|
||||
},
|
||||
tag: "Speed", title: "Rapid Fulfillment", subtitle: "Same-day processing", description: "Get your stock moved faster with our prioritized shipping network.", imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-aigenerated-software-order-processing-automation_482257-129882.jpg"},
|
||||
{
|
||||
tag: "Reach",
|
||||
title: "Global Logistics",
|
||||
subtitle: "Seamless connectivity",
|
||||
description: "Manage your distribution chain across continents from one unified interface.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-white_53876-89030.jpg",
|
||||
},
|
||||
tag: "Reach", title: "Global Logistics", subtitle: "Seamless connectivity", description: "Manage your distribution chain across continents from one unified interface.", imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-white_53876-89030.jpg"},
|
||||
{
|
||||
tag: "Safety",
|
||||
title: "Verified Security",
|
||||
subtitle: "Encrypted transactions",
|
||||
description: "Rest easy with our industry-leading transaction security protocols.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/credit-card-security-financial-technology_53876-104204.jpg",
|
||||
},
|
||||
tag: "Safety", title: "Verified Security", subtitle: "Encrypted transactions", description: "Rest easy with our industry-leading transaction security protocols.", imageSrc: "http://img.b2bpic.net/free-photo/credit-card-security-financial-technology_53876-104204.jpg"},
|
||||
]}
|
||||
title="Why Partner With Us?"
|
||||
description="Providing end-to-end efficiency for your reselling journey."
|
||||
@@ -134,41 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Office Hardware",
|
||||
price: "$450.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970256.jpg",
|
||||
},
|
||||
id: "p1", name: "Premium Office Hardware", price: "$450.00", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970256.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pro Sound Equipment",
|
||||
price: "$890.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-student-using-sound-mixer_107420-64843.jpg",
|
||||
},
|
||||
id: "p2", name: "Pro Sound Equipment", price: "$890.00", imageSrc: "http://img.b2bpic.net/free-photo/female-student-using-sound-mixer_107420-64843.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Advanced Tablet Pro",
|
||||
price: "$620.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-with-tablet-pencil_23-2147717381.jpg",
|
||||
},
|
||||
id: "p3", name: "Advanced Tablet Pro", price: "$620.00", imageSrc: "http://img.b2bpic.net/free-photo/crop-employee-with-tablet-pencil_23-2147717381.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Network Switch Gear",
|
||||
price: "$1,250.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-129232.jpg",
|
||||
},
|
||||
id: "p4", name: "Network Switch Gear", price: "$1,250.00", imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-129232.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Industrial Camera Gear",
|
||||
price: "$2,100.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-photo-cameras-arrangement_23-2148913996.jpg",
|
||||
},
|
||||
id: "p5", name: "Industrial Camera Gear", price: "$2,100.00", imageSrc: "http://img.b2bpic.net/free-photo/vintage-photo-cameras-arrangement_23-2148913996.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Smart Home Automation",
|
||||
price: "$340.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-ordinary-mall-america_23-2151564092.jpg",
|
||||
},
|
||||
id: "p6", name: "Smart Home Automation", price: "$340.00", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-ordinary-mall-america_23-2151564092.jpg"},
|
||||
]}
|
||||
title="Available Wholesale Inventory"
|
||||
description="Discover high-quality electronics and hardware at competitive reseller prices."
|
||||
@@ -183,25 +115,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
title: "Products Shipped",
|
||||
description: "Verified wholesale orders fulfilled.",
|
||||
icon: CheckCircle,
|
||||
id: "m1", value: "15k+", title: "Products Shipped", description: "Verified wholesale orders fulfilled.", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Order Accuracy",
|
||||
description: "High standards for procurement.",
|
||||
icon: Shield,
|
||||
id: "m2", value: "98%", title: "Order Accuracy", description: "High standards for procurement.", icon: Shield,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support Availability",
|
||||
description: "Always ready to assist.",
|
||||
icon: Zap,
|
||||
id: "m3", value: "24/7", title: "Support Availability", description: "Always ready to assist.", icon: Zap,
|
||||
},
|
||||
]}
|
||||
title="Business Performance"
|
||||
@@ -216,45 +136,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best logistics partner I've worked with. Their inventory is always reliable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "The best logistics partner I've worked with. Their inventory is always reliable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Scaling my reseller business was made simple by their automation tools.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-african-american-man-spending-time-shop-smiling-man-standing-near-hangers-with-male-clothes-having-free-time-looking-camera-leisure-activity-fashion-shopping-concept_74855-21489.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Scaling my reseller business was made simple by their automation tools.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-african-american-man-spending-time-shop-smiling-man-standing-near-hangers-with-male-clothes-having-free-time-looking-camera-leisure-activity-fashion-shopping-concept_74855-21489.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "Unmatched shipping speeds and very competitive wholesale pricing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman_1098-16854.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Unmatched shipping speeds and very competitive wholesale pricing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman_1098-16854.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "The platform interface is clean and extremely user-friendly for inventory.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-holding-laptop-looking-camera_23-2148187211.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", handle: "@dkim", testimonial: "The platform interface is clean and extremely user-friendly for inventory.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-holding-laptop-looking-camera_23-2148187211.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Top-notch product quality consistently keeps my customers satisfied.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12844.jpg",
|
||||
},
|
||||
id: "t5", name: "Jane Doe", handle: "@jdoe", testimonial: "Top-notch product quality consistently keeps my customers satisfied.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12844.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Partner Feedback"
|
||||
@@ -267,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I become a partner?",
|
||||
content: "Simply fill out our business registration form and get approved within 24 hours.",
|
||||
},
|
||||
id: "f1", title: "How do I become a partner?", content: "Simply fill out our business registration form and get approved within 24 hours."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is there a minimum order?",
|
||||
content: "Yes, our wholesale minimum order quantity starts at $500 per transaction.",
|
||||
},
|
||||
id: "f2", title: "Is there a minimum order?", content: "Yes, our wholesale minimum order quantity starts at $500 per transaction."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Absolutely, we support global logistics coverage for our verified resellers.",
|
||||
},
|
||||
id: "f3", title: "Do you ship internationally?", content: "Absolutely, we support global logistics coverage for our verified resellers."},
|
||||
]}
|
||||
sideTitle="Common Inquiries"
|
||||
sideDescription="Everything you need to know about our wholesale process."
|
||||
@@ -292,14 +178,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to scale your business? Let's connect."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Sales", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -310,42 +193,27 @@ export default function LandingPage() {
|
||||
logoText="WholesalePro"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pricing", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -354,4 +222,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user