Update src/app/page.tsx

This commit is contained in:
2026-03-23 05:14:39 +00:00
parent d229719fbc
commit 67e1d4a887

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
},
]}
avatarText="Join thousands of happy riders!"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/a-futuristic-ride-sharing-app-interface--1774242857229-5c166130.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/a-futuristic-ride-sharing-app-interface--1774242857229-5c166130.png?_wi=1"
imageAlt="Ride booking app interface on a smartphone"
mediaAnimation="slide-up"
/>
@@ -129,21 +129,21 @@ export default function LandingPage() {
id: 1,
title: "Request a Ride",
description: "Open the app, enter your destination, and choose your preferred ride type. Get an instant fare estimate.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-hand-holding-a-smar-1774242855926-911a9587.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-hand-holding-a-smar-1774242855926-911a9587.png?_wi=1",
imageAlt: "Hand holding smartphone with ride request screen",
},
{
id: 2,
title: "Enjoy Your Ride",
description: "A nearby driver will accept your request. Track your driver's arrival and enjoy a comfortable journey to your destination.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-comfortable-interio-1774242855299-fa38a449.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-comfortable-interio-1774242855299-fa38a449.png?_wi=1",
imageAlt: "Interior of a modern car during a ride",
},
{
id: 3,
title: "Pay with Ease",
description: "Securely pay through the app using various payment methods. Rate your driver and provide feedback on your experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-secure-mobile-payme-1774242855753-d94bf0a6.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-secure-mobile-payme-1774242855753-d94bf0a6.png?_wi=1",
imageAlt: "Mobile payment interface on a smartphone",
},
]}
@@ -188,21 +188,21 @@ export default function LandingPage() {
id: 1,
title: "Request a Ride",
description: "Open the app, enter your destination, and choose your preferred ride type. Get an instant fare estimate.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-hand-holding-a-smar-1774242855926-911a9587.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-hand-holding-a-smar-1774242855926-911a9587.png?_wi=2",
imageAlt: "Hand holding smartphone with ride request screen",
},
{
id: 2,
title: "Enjoy Your Ride",
description: "A nearby driver will accept your request. Track your driver's arrival and enjoy a comfortable journey to your destination.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-comfortable-interio-1774242855299-fa38a449.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-comfortable-interio-1774242855299-fa38a449.png?_wi=2",
imageAlt: "Interior of a modern car during a ride",
},
{
id: 3,
title: "Pay with Ease",
description: "Securely pay through the app using various payment methods. Rate your driver and provide feedback on your experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-secure-mobile-payme-1774242855753-d94bf0a6.png",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BKff17coHlcXqmygbowlBlEBUI/an-illustration-of-a-secure-mobile-payme-1774242855753-d94bf0a6.png?_wi=2",
imageAlt: "Mobile payment interface on a smartphone",
},
]}