Update src/app/page.tsx

This commit is contained in:
2026-06-10 06:58:48 +00:00
parent be5594212a
commit 4fcef8669f

View File

@@ -91,11 +91,11 @@ export default function LandingPage() {
buttonAnimation="none" buttonAnimation="none"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-with-high-tech-mobility-social-welfare_23-2151065331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-with-high-tech-mobility-social-welfare_23-2151065331.jpg?_wi=1",
imageAlt: "Electric shuttle on a city road", imageAlt: "Electric shuttle on a city road",
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-city-bus-with-surgical-mask_23-2148958114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-city-bus-with-surgical-mask_23-2148958114.jpg?_wi=1",
imageAlt: "Spacious electric shuttle interior", imageAlt: "Spacious electric shuttle interior",
}, },
{ {
@@ -162,7 +162,7 @@ export default function LandingPage() {
description: "Our intuitive platform allows you to book your ride in seconds, offering transparent pricing and real-time tracking for ultimate peace of mind.", description: "Our intuitive platform allows you to book your ride in seconds, offering transparent pricing and real-time tracking for ultimate peace of mind.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: CalendarCheck, icon: CalendarCheck,
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-with-high-tech-mobility-social-welfare_23-2151065331.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-with-high-tech-mobility-social-welfare_23-2151065331.jpg?_wi=2",
imageAlt: "eco friendly electric icon", imageAlt: "eco friendly electric icon",
}, },
{ {
@@ -170,7 +170,7 @@ export default function LandingPage() {
description: "Travel with confidence knowing you're in the hands of experienced, courteous, and highly trained professional drivers.", description: "Travel with confidence knowing you're in the hands of experienced, courteous, and highly trained professional drivers.",
bentoComponent: "reveal-icon", bentoComponent: "reveal-icon",
icon: UserCheck, icon: UserCheck,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-city-bus-with-surgical-mask_23-2148958114.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-travelling-by-city-bus-with-surgical-mask_23-2148958114.jpg?_wi=2",
imageAlt: "eco friendly electric icon", imageAlt: "eco friendly electric icon",
}, },
]} ]}