diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b6c833..7196c9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,35 +47,21 @@ export default function LandingPage() { description="Redefining urban mobility with intelligent, high-performance electric scooters designed for the future." buttons={[ { - text: "Explore Models", - href: "#models", - }, + text: "Explore Models", href: "#models"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=1", - imageAlt: "Hero Scene 1", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=1", imageAlt: "Hero Scene 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=2", - imageAlt: "Hero Scene 2", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=2", imageAlt: "Hero Scene 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=3", - imageAlt: "Hero Scene 3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=3", imageAlt: "Hero Scene 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=4", - imageAlt: "Hero Scene 4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=4", imageAlt: "Hero Scene 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=5", - imageAlt: "Hero Scene 5", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=5", imageAlt: "Hero Scene 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=6", - imageAlt: "Hero Scene 6", - }, + imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=6", imageAlt: "Hero Scene 6"}, ]} /> @@ -91,29 +69,16 @@ export default function LandingPage() {
); -} +} \ No newline at end of file