diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd90d6..f3b1406 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,9 @@ export default function LandingPage() { text: "Schedule a Test Drive", href: "#contact"}, ]} slides={[ + { + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ExVmDtezFh1hS7j2zxDOP6jKQZ/uploaded-1781120774196-fngsoyet.png", imageAlt: "Facade of the Auto Vilanovense building" + }, { imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-3041.jpg", imageAlt: "Luxury car in a modern showroom"}, { @@ -305,4 +308,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file