From 3016187ea75b7514fee2ef758c31167475c52b45 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:16:27 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 132 ++++++++++------------------------------- 1 file changed, 32 insertions(+), 100 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5dd8235..75ba5c9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,30 +28,22 @@ export default function LandingPage() { @@ -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() { Date: Mon, 23 Mar 2026 16:16:27 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 209 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 162 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4d3db5..23fa38c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,30 +32,22 @@ export default function LandingPage() { @@ -64,19 +56,14 @@ export default function LandingPage() {
@@ -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() {