Update src/app/page.tsx

This commit is contained in:
2026-05-07 13:00:31 +00:00
parent 3feaf84458
commit a1f74560d8

View File

@@ -106,7 +106,7 @@ export default function LandingPage() {
href: "#fleet",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/white-gray-coupe_417767-16.jpg"
imageSrc="http://img.b2bpic.net/free-photo/white-gray-coupe_417767-16.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-happy-man-posing_23-2148563434.jpg",
@@ -183,13 +183,13 @@ export default function LandingPage() {
id: "1",
name: "Economy Hatchback",
price: "4,500 DZD/day",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22211.jpg?_wi=1",
},
{
id: "2",
name: "Family Sedan",
price: "7,000 DZD/day",
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg?_wi=1",
},
{
id: "3",
@@ -237,21 +237,21 @@ export default function LandingPage() {
title: "Fair Pricing",
description: "No hidden costs. Transparent deals from start to finish.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/white-gray-coupe_417767-16.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-gray-coupe_417767-16.jpg?_wi=2",
imageAlt: "Yellow sport car Render 3d Illustration",
},
{
title: "Trusted Service",
description: "Many customers return every time they visit Algeria.",
buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22211.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22211.jpg?_wi=2",
imageAlt: "Yellow sport car Render 3d Illustration",
},
{
title: "Friendly Team",
description: "Dedicated support team available 24/7 for your needs.",
buttonIcon: "Star",
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17805.jpg?_wi=2",
imageAlt: "Yellow sport car Render 3d Illustration",
},
]}