Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-23 16:16:31 +00:00
2 changed files with 79 additions and 262 deletions

View File

@@ -28,30 +28,22 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
name: "Home", id: "home",
},
{
name: "Products",
id: "products",
name: "Products", id: "products",
},
{
name: "Features",
id: "features",
name: "Features", id: "features",
},
{
name: "About",
id: "about",
name: "About", id: "about",
},
{
name: "Contact",
id: "contact",
name: "Contact", id: "contact",
},
{
name: "Webild", id: "https://www.webild.com"},
]}
brandName="E-Volt Hub"
/>
@@ -65,17 +57,11 @@ export default function LandingPage() {
description="At E-Volt Hub, we believe in a future where personal transportation is eco-friendly, efficient, and accessible to everyone. We are dedicated to offering a curated selection of the best electric mobility solutions, ensuring quality, innovation, and customer satisfaction."
bulletPoints={[
{
title: "Innovation & Quality",
description: "Curating cutting-edge electric bikes, scooters, and more from trusted manufacturers.",
},
title: "Innovation & Quality", description: "Curating cutting-edge electric bikes, scooters, and more from trusted manufacturers."},
{
title: "Sustainable Future",
description: "Promoting eco-friendly commuting options to reduce carbon footprint.",
},
title: "Sustainable Future", description: "Promoting eco-friendly commuting options to reduce carbon footprint."},
{
title: "Global Accessibility",
description: "Providing worldwide drop shipping, bringing green mobility to your doorstep.",
},
title: "Global Accessibility", description: "Providing worldwide drop shipping, bringing green mobility to your doorstep."},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg?_wi=1"
imageAlt="Man riding an electric scooter in an urban setting, representing modern eco-friendly transport."
@@ -90,17 +76,11 @@ export default function LandingPage() {
description="E-Volt Hub is rapidly expanding its reach, committed to customer satisfaction and environmental stewardship. See how we're making a tangible difference in the world of personal electric mobility."
metrics={[
{
value: "100K+",
title: "Happy Riders",
},
value: "100K+", title: "Happy Riders"},
{
value: "50+",
title: "Countries Served",
},
value: "50+", title: "Countries Served"},
{
value: "200%+",
title: "Growth Last Year",
},
value: "200%+", title: "Growth Last Year"},
]}
imageSrc="http://img.b2bpic.net/free-photo/handsome-man-scooter-shopping-online-phone_1303-21247.jpg?_wi=1"
imageAlt="Electric bike on a scenic mountain trail, symbolizing adventure and eco-friendly exploration."
@@ -116,26 +96,11 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1",
name: "Alex Chen",
role: "CEO & Founder",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg?_wi=1",
imageAlt: "Portrait of Alex Chen",
},
id: "1", name: "Alex Chen", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg?_wi=1", imageAlt: "Portrait of Alex Chen"},
{
id: "2",
name: "Maria Rodriguez",
role: "Chief Operations Officer",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg?_wi=1",
imageAlt: "Portrait of Maria Rodriguez",
},
id: "2", name: "Maria Rodriguez", role: "Chief Operations Officer", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg?_wi=1", imageAlt: "Portrait of Maria Rodriguez"},
{
id: "3",
name: "David Lee",
role: "Head of Product Development",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg?_wi=1",
imageAlt: "Portrait of David Lee",
},
id: "3", name: "David Lee", role: "Head of Product Development", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg?_wi=1", imageAlt: "Portrait of David Lee"},
]}
title="Meet the Innovators Behind E-Volt Hub"
description="Our passionate team is dedicated to bringing you the best in electric mobility. We're united by a vision for a greener, more efficient world and a commitment to exceptional service."
@@ -148,25 +113,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What types of electric vehicles do you offer?",
content: "E-Volt Hub specializes in electric bikes, scooters, and other personal mobility devices from leading global brands. Our selection is carefully curated for quality and performance.",
},
id: "1", title: "What types of electric vehicles do you offer?", content: "E-Volt Hub specializes in electric bikes, scooters, and other personal mobility devices from leading global brands. Our selection is carefully curated for quality and performance."},
{
id: "2",
title: "How does drop shipping work?",
content: "We partner directly with manufacturers to ship products straight from their warehouses to your doorstep. This allows us to offer competitive pricing and a wide selection without maintaining large inventories.",
},
id: "2", title: "How does drop shipping work?", content: "We partner directly with manufacturers to ship products straight from their warehouses to your doorstep. This allows us to offer competitive pricing and a wide selection without maintaining large inventories."},
{
id: "3",
title: "What is your shipping policy?",
content: "We offer worldwide shipping. Delivery times vary based on product availability and destination. You can find detailed shipping estimates on each product page and during checkout.",
},
id: "3", title: "What is your shipping policy?", content: "We offer worldwide shipping. Delivery times vary based on product availability and destination. You can find detailed shipping estimates on each product page and during checkout."},
{
id: "4",
title: "Do you offer customer support?",
content: "Yes, our dedicated customer support team is available 24/7 to assist with any inquiries, from product questions to order tracking and technical support. Contact us via live chat, email, or phone.",
},
id: "4", title: "Do you offer customer support?", content: "Yes, our dedicated customer support team is available 24/7 to assist with any inquiries, from product questions to order tracking and technical support. Contact us via live chat, email, or phone."},
]}
title="Your Questions, Our Answers"
description="Have questions about E-Volt Hub, our products, shipping, or support? We've compiled a list of frequently asked questions to help you find the information you need quickly."
@@ -178,54 +131,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Electric Bikes",
href: "/products#bikes",
},
label: "Electric Bikes", href: "/products#bikes"},
{
label: "Electric Scooters",
href: "/products#scooters",
},
label: "Electric Scooters", href: "/products#scooters"},
{
label: "Accessories",
href: "/products#accessories",
},
label: "Accessories", href: "/products#accessories"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Features",
href: "/features",
},
label: "Features", href: "/features"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/faq",
},
label: "FAQ", href: "/faq"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Shipping & Returns",
href: "/shipping",
},
label: "Shipping & Returns", href: "/shipping"},
],
},
]}

View File

@@ -32,30 +32,22 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
name: "Home", id: "home",
},
{
name: "Products",
id: "products",
name: "Products", id: "products",
},
{
name: "Features",
id: "features",
name: "Features", id: "features",
},
{
name: "About",
id: "about",
name: "About", id: "about",
},
{
name: "Contact",
id: "contact",
name: "Contact", id: "contact",
},
{
name: "Webild", id: "https://www.webild.com"},
]}
brandName="E-Volt Hub"
/>
@@ -64,19 +56,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
logoText="E-Volt Hub"
description="Your premier destination for cutting-edge electric mobility solutions. Explore our curated selection of electric vehicles and accessories designed for the modern urban explorer."
buttons={[
{
text: "Explore Products",
href: "/products",
},
text: "Explore Products", href: "/products"},
{
text: "Learn More",
href: "/about",
},
text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg?_wi=2"
@@ -92,19 +79,13 @@ export default function LandingPage() {
metrics={[
{
icon: Flashlight,
label: "Sustainable Rides",
value: "10K+",
},
label: "Sustainable Rides", value: "10K+"},
{
icon: Users,
label: "Happy Customers",
value: "5K+",
},
label: "Happy Customers", value: "5K+"},
{
icon: Globe,
label: "Worldwide Shipping",
value: "100+",
},
label: "Worldwide Shipping", value: "100+"},
]}
metricsAnimation="slide-up"
/>
@@ -118,45 +99,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
brand: "SwiftGlide",
name: "Electric Commuter Bike Pro",
price: "$1,499",
rating: 4.8,
reviewCount: "245 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-scooter-shopping-online-phone_1303-21247.jpg?_wi=2",
imageAlt: "Electric Commuter Bike Pro",
},
id: "1", brand: "SwiftGlide", name: "Electric Commuter Bike Pro", price: "$1,499", rating: 4.8,
reviewCount: "245 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-scooter-shopping-online-phone_1303-21247.jpg?_wi=2", imageAlt: "Electric Commuter Bike Pro"},
{
id: "2",
brand: "UrbanFlow",
name: "High-Performance Electric Skateboard",
price: "$899",
rating: 4.7,
reviewCount: "180 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-with-skateboarding_329181-12953.jpg",
imageAlt: "High-Performance Electric Skateboard",
},
id: "2", brand: "UrbanFlow", name: "High-Performance Electric Skateboard", price: "$899", rating: 4.7,
reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-with-skateboarding_329181-12953.jpg", imageAlt: "High-Performance Electric Skateboard"},
{
id: "3",
brand: "EcoRide",
name: "Compact Electric Unicycle",
price: "$1,199",
rating: 4.5,
reviewCount: "112 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-drinking-coffee_23-2149530034.jpg",
imageAlt: "Compact Electric Unicycle",
},
id: "3", brand: "EcoRide", name: "Compact Electric Unicycle", price: "$1,199", rating: 4.5,
reviewCount: "112 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-drinking-coffee_23-2149530034.jpg", imageAlt: "Compact Electric Unicycle"},
{
id: "4",
brand: "GlideTech",
name: "Folding Electric Scooter Elite",
price: "$999",
rating: 4.9,
reviewCount: "320 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg?_wi=3",
imageAlt: "Folding Electric Scooter Elite",
},
id: "4", brand: "GlideTech", name: "Folding Electric Scooter Elite", price: "$999", rating: 4.9,
reviewCount: "320 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/man-with-scooter-sitting-bench_23-2149019581.jpg?_wi=3", imageAlt: "Folding Electric Scooter Elite"},
]}
title="Our Latest Electric Mobility Gear"
description="Discover a diverse range of electric vehicles designed for performance, style, and sustainability. From city commutes to adventure trails, find your perfect ride."
@@ -170,47 +123,35 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fast & Reliable Shipping",
description: "We ensure your electric ride reaches you quickly and safely, wherever you are. Our logistics partners are chosen for their speed and reliability.",
icon: Truck,
title: "Fast & Reliable Shipping", description: "We ensure your electric ride reaches you quickly and safely, wherever you are. Our logistics partners are chosen for their speed and reliability.", icon: Truck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/delivery-logo-template-with-truck_23-2147880954.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/delivery-logo-template-with-truck_23-2147880954.jpg?_wi=2",
},
],
},
{
title: "24/7 Customer Support",
description: "Our dedicated support team is always ready to assist you with any queries or concerns, ensuring a smooth and enjoyable experience.",
icon: Headphones,
title: "24/7 Customer Support", description: "Our dedicated support team is always ready to assist you with any queries or concerns, ensuring a smooth and enjoyable experience.", icon: Headphones,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000808.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-our-services-label-collection_23-2150000808.jpg?_wi=2",
},
],
},
{
title: "Eco-Friendly Products",
description: "We handpick electric vehicles that are not only high-performing but also contribute to a sustainable and cleaner environment.",
icon: Droplet,
title: "Eco-Friendly Products", description: "We handpick electric vehicles that are not only high-performing but also contribute to a sustainable and cleaner environment.", icon: Droplet,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-vector/organic-natural-product-label-set_1284-8525.jpg?_wi=1",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/organic-natural-product-label-set_1284-8525.jpg?_wi=2",
},
],
},
@@ -225,29 +166,13 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg?_wi=2",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-window-shows-different-emotions-mood_78826-2785.jpg?_wi=2", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael T.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg?_wi=2",
imageAlt: "Michael Thompson",
},
id: "2", name: "Michael T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-looking_176420-16061.jpg?_wi=2", imageAlt: "Michael Thompson"},
{
id: "3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-coffee_23-2148953560.jpg",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-coffee_23-2148953560.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg?_wi=2",
imageAlt: "David Kim",
},
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-azure-jacket-sunglasses-posing-studio_613910-11843.jpg?_wi=2", imageAlt: "David Kim"},
]}
cardTitle="What Our Riders Say"
cardTag="Customer Stories"
@@ -261,35 +186,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What types of electric vehicles do you offer?",
content: "We offer a wide range of electric vehicles including e-bikes, electric scooters, electric skateboards, and electric unicycles from various trusted brands. Our selection is curated to ensure quality and performance.",
},
id: "1", title: "What types of electric vehicles do you offer?", content: "We offer a wide range of electric vehicles including e-bikes, electric scooters, electric skateboards, and electric unicycles from various trusted brands. Our selection is curated to ensure quality and performance."},
{
id: "2",
title: "How long does shipping take?",
content: "Shipping times vary depending on your location and the product. Generally, orders are processed within 1-2 business days, and delivery can take anywhere from 5-10 business days. Expedited shipping options are available at checkout.",
},
id: "2", title: "How long does shipping take?", content: "Shipping times vary depending on your location and the product. Generally, orders are processed within 1-2 business days, and delivery can take anywhere from 5-10 business days. Expedited shipping options are available at checkout."},
{
id: "3",
title: "Do you offer international shipping?",
content: "Yes, we offer international shipping to over 100 countries worldwide. Please note that international shipping rates and customs duties may apply, which will be calculated at checkout.",
},
id: "3", title: "Do you offer international shipping?", content: "Yes, we offer international shipping to over 100 countries worldwide. Please note that international shipping rates and customs duties may apply, which will be calculated at checkout."},
{
id: "4",
title: "What is your return policy?",
content: "We offer a 30-day return policy for unused products in their original packaging. Please refer to our detailed 'Returns & Refunds' page for more information and instructions on how to initiate a return.",
},
id: "4", title: "What is your return policy?", content: "We offer a 30-day return policy for unused products in their original packaging. Please refer to our detailed 'Returns & Refunds' page for more information and instructions on how to initiate a return."},
{
id: "5",
title: "How can I contact customer support?",
content: "You can reach our customer support team via email at support@evolthub.com or through our live chat feature on the website. Our team is available 24/7 to assist you.",
},
id: "5", title: "How can I contact customer support?", content: "You can reach our customer support team via email at support@evolthub.com or through our live chat feature on the website. Our team is available 24/7 to assist you."},
{
id: "6",
title: "Are your products covered by a warranty?",
content: "Yes, all our electric vehicles come with a manufacturer's warranty. The specific warranty period and terms vary by product and brand. Details can be found on each product's page.",
},
id: "6", title: "Are your products covered by a warranty?", content: "Yes, all our electric vehicles come with a manufacturer's warranty. The specific warranty period and terms vary by product and brand. Details can be found on each product's page."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our products, shipping, and services."
@@ -301,8 +208,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="We're Here to Help Your Electric Journey"
description="Have questions or need assistance? Our team is ready to provide you with the support you need. Contact us today!"
@@ -316,54 +222,33 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Features",
href: "/features",
},
label: "Features", href: "/features"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Products",
items: [
title: "Products", items: [
{
label: "E-Bikes",
href: "/products#e-bikes",
},
label: "E-Bikes", href: "/products#e-bikes"},
{
label: "Scooters",
href: "/products#scooters",
},
label: "Scooters", href: "/products#scooters"},
{
label: "Skateboards",
href: "/products#skateboards",
},
label: "Skateboards", href: "/products#skateboards"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Return Policy",
href: "#",
},
label: "Return Policy", href: "#"},
],
},
]}