diff --git a/src/app/page.tsx b/src/app/page.tsx index d369825..2f034a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,145 +32,54 @@ export default function LandingPage() {
@@ -180,26 +89,10 @@ export default function LandingPage() { useInvertedBackground={true} title="Performance at a Glance" metrics={[ - { - icon: Zap, - label: "Top Speed", - value: "45 km/h", - }, - { - icon: Gauge, - label: "Range", - value: "80 km", - }, - { - icon: Timer, - label: "Charge Time", - value: "3h", - }, - { - icon: Shield, - label: "Warranty", - value: "24 mo", - }, + { icon: Zap, label: "Top Speed", value: "45 km/h" }, + { icon: Gauge, label: "Range", value: "80 km" }, + { icon: Timer, label: "Charge Time", value: "3h" }, + { icon: Shield, label: "Warranty", value: "24 mo" }, ]} metricsAnimation="slide-up" /> @@ -212,28 +105,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Smart Connectivity", - description: "Sync with our app for GPS tracking and locking.", - bentoComponent: "reveal-icon", - icon: Smartphone, - imageSrc: "http://img.b2bpic.net/free-photo/arrow-with-bright-neon-colors_23-2151205014.jpg", - imageAlt: "e-mobility logo design tech", + title: "Smart Connectivity", description: "Sync with our app for GPS tracking and locking.", bentoComponent: "reveal-icon", icon: Smartphone }, { - title: "High-Efficiency Battery", - description: "Premium lithium-ion cells for long-distance riding.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-positive-business-person-electric-scooter-holding-arm-straight-forward_342744-409.jpg?_wi=2", - imageAlt: "e-mobility logo design tech", + title: "High-Efficiency Battery", description: "Premium lithium-ion cells for long-distance riding.", bentoComponent: "reveal-icon", icon: Zap }, { - title: "Robust Build", - description: "Aircraft-grade aluminum for maximum durability.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-belarus-person-city_23-2149372937.jpg?_wi=2", - imageAlt: "e-mobility logo design tech", + title: "Robust Build", description: "Aircraft-grade aluminum for maximum durability.", bentoComponent: "reveal-icon", icon: ShieldCheck }, ]} title="Built for the Future" @@ -248,60 +126,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "ProRide", - name: "Urban Scooter X1", - price: "$899", - rating: 5, - reviewCount: "128", - imageSrc: "http://img.b2bpic.net/free-photo/wall-handsome-business-person-man-using-tablet-computer-leaning-black-business-building_342744-406.jpg", - }, - { - id: "p2", - brand: "TrailTech", - name: "Mountain E-Bike M5", - price: "$2,499", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-e-bike-bicycle-store_23-2148225836.jpg", - }, - { - id: "p3", - brand: "CompactGo", - name: "Folding Commuter S2", - price: "$699", - rating: 4, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/close-shot-parked-electric-scooter-near-road-with-moving-cars-wet-cloudy-weather-bucharest-romania_1268-16754.jpg", - }, - { - id: "p4", - brand: "TrailTech", - name: "Extreme Enduro E-MTB", - price: "$3,299", - rating: 5, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-battery-motor-wheel-with-pedal-rear-shock-absorber_114579-347.jpg", - }, - { - id: "p5", - brand: "CitySwift", - name: "City Cruiser Pro", - price: "$1,899", - rating: 4, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-street_1303-25974.jpg", - }, - { - id: "p6", - brand: "ProRide", - name: "Cargo Hauler XL", - price: "$1,499", - rating: 5, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/casual-male-posing-with-electric-scooter_23-2148779903.jpg", - }, + { id: "p1", brand: "ProRide", name: "Urban Scooter X1", price: "$899", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/wall-handsome-business-person-man-using-tablet-computer-leaning-black-business-building_342744-406.jpg" }, + { id: "p2", brand: "TrailTech", name: "Mountain E-Bike M5", price: "$2,499", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-e-bike-bicycle-store_23-2148225836.jpg" }, + { id: "p3", brand: "CompactGo", name: "Folding Commuter S2", price: "$699", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-parked-electric-scooter-near-road-with-moving-cars-wet-cloudy-weather-bucharest-romania_1268-16754.jpg" }, + { id: "p4", brand: "TrailTech", name: "Extreme Enduro E-MTB", price: "$3,299", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/electric-bike-battery-motor-wheel-with-pedal-rear-shock-absorber_114579-347.jpg" }, + { id: "p5", brand: "CitySwift", name: "City Cruiser Pro", price: "$1,899", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-street_1303-25974.jpg" }, + { id: "p6", brand: "ProRide", name: "Cargo Hauler XL", price: "$1,499", rating: 5, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/casual-male-posing-with-electric-scooter_23-2148779903.jpg" }, ]} title="Our Latest Models" description="Choose the ride that matches your pace." @@ -313,46 +143,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Amazing range!", - quote: "The battery life is incredible. I can ride to work and back twice without a charge.", - name: "Alex Johnson", - role: "Engineer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-sunglasses-taking-selfie_171337-18162.jpg", - }, - { - id: "t2", - title: "Sturdy and fast", - quote: "Best build quality I've ever seen on a scooter. Smooth ride every time.", - name: "Sarah Miller", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-step-electric-scooter-background_613910-3396.jpg", - }, - { - id: "t3", - title: "Perfect for city life", - quote: "I don't need a car anymore. This E-bike is all I need for my city commute.", - name: "David Smith", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-bicycle-frame-with-tools_482257-114871.jpg", - }, - { - id: "t4", - title: "Exceptional service", - quote: "Responsive support and great bike quality. Highly recommended.", - name: "Elena Ross", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-man-riding-electric-scooter-man-with-curly-hair-with-sunglasses-spending-time-outdoors-technology-activity-concept_74855-25564.jpg", - }, - { - id: "t5", - title: "Smooth commute", - quote: "The suspension is perfect for bumpy streets. Love the comfort.", - name: "Kevin Hart", - role: "Developer", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-break-after-riding-his-scooter_23-2149019549.jpg", - }, + { id: "t1", title: "Amazing range!", quote: "The battery life is incredible. I can ride to work and back twice without a charge.", name: "Alex Johnson", role: "Engineer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-girl-sunglasses-taking-selfie_171337-18162.jpg" }, + { id: "t2", title: "Sturdy and fast", quote: "Best build quality I've ever seen on a scooter. Smooth ride every time.", name: "Sarah Miller", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/stylish-bearded-male-step-electric-scooter-background_613910-3396.jpg" }, + { id: "t3", title: "Perfect for city life", quote: "I don't need a car anymore. This E-bike is all I need for my city commute.", name: "David Smith", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/man-working-bicycle-frame-with-tools_482257-114871.jpg" }, + { id: "t4", title: "Exceptional service", quote: "Responsive support and great bike quality. Highly recommended.", name: "Elena Ross", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-man-riding-electric-scooter-man-with-curly-hair-with-sunglasses-spending-time-outdoors-technology-activity-concept_74855-25564.jpg" }, + { id: "t5", title: "Smooth commute", quote: "The suspension is perfect for bumpy streets. Love the comfort.", name: "Kevin Hart", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/young-man-taking-break-after-riding-his-scooter_23-2149019549.jpg" }, ]} title="Loved by Riders Worldwide" description="See why thousands trust us with their commute." @@ -363,15 +158,7 @@ export default function LandingPage() { @@ -382,21 +169,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do I need a license?", - content: "Most of our models don't require a license, but check your local regulations.", - }, - { - id: "f2", - title: "How long is the warranty?", - content: "We offer a 2-year warranty on all electric motors and batteries.", - }, - { - id: "f3", - title: "Is charging easy?", - content: "Yes, just plug it into any standard wall outlet with the provided charger.", - }, + { id: "f1", title: "Do I need a license?", content: "Most of our models don't require a license, but check your local regulations." }, + { id: "f2", title: "How long is the warranty?", content: "We offer a 2-year warranty on all electric motors and batteries." }, + { id: "f3", title: "Is charging easy?", content: "Yes, just plug it into any standard wall outlet with the provided charger." }, ]} title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -407,63 +182,20 @@ export default function LandingPage() {