Update src/app/page.tsx

This commit is contained in:
2026-03-02 23:17:30 +00:00
parent 553830fd5a
commit b00fa23138

View File

@@ -74,12 +74,12 @@ export default function HomePage() {
}, },
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png?_wi=1",
imageAlt: "Audi Q7 Performance SUV", imageAlt: "Audi Q7 Performance SUV",
}, },
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png?_wi=1",
imageAlt: "Mustang Premium Sedan", imageAlt: "Mustang Premium Sedan",
}, },
]} ]}
@@ -98,7 +98,7 @@ export default function HomePage() {
name: "Audi Q7", name: "Audi Q7",
price: "€89,500", price: "€89,500",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-0w9aqhtf.png?_wi=2",
imageAlt: "Audi Q7 Premium SUV", imageAlt: "Audi Q7 Premium SUV",
}, },
{ {
@@ -106,7 +106,7 @@ export default function HomePage() {
name: "Mustang GT", name: "Mustang GT",
price: "€78,900", price: "€78,900",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-bpenzi4u.png?_wi=2",
imageAlt: "Mustang GT Performance", imageAlt: "Mustang GT Performance",
}, },
{ {
@@ -114,7 +114,7 @@ export default function HomePage() {
name: "Ferrari 812 Superfast", name: "Ferrari 812 Superfast",
price: "€289,000", price: "€289,000",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-z9mhdsyb.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-z9mhdsyb.png?_wi=1",
imageAlt: "Ferrari 812 Superfast", imageAlt: "Ferrari 812 Superfast",
}, },
{ {
@@ -122,7 +122,7 @@ export default function HomePage() {
name: "BMW M5 Competition", name: "BMW M5 Competition",
price: "€125,600", price: "€125,600",
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-is9xyszk.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APMOF2j7NyxhWnJr297eoLE6AD/uploaded-1772493374437-is9xyszk.png?_wi=1",
imageAlt: "BMW M5 Competition", imageAlt: "BMW M5 Competition",
}, },
]} ]}
@@ -142,7 +142,7 @@ export default function HomePage() {
{ value: "15+", title: "Years of Excellence" }, { value: "15+", title: "Years of Excellence" },
{ value: "100%", title: "Inspection Standard" }, { value: "100%", title: "Inspection Standard" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=1"
imageAlt="Premium automotive facility" imageAlt="Premium automotive facility"
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="none" mediaAnimation="none"
@@ -175,7 +175,7 @@ export default function HomePage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg?_wi=2"
imageAlt="Premium automotive facility" imageAlt="Premium automotive facility"
logoText="KingCars" logoText="KingCars"
copyrightText="© 2025 KingCars. All rights reserved." copyrightText="© 2025 KingCars. All rights reserved."