Update src/app/page.tsx

This commit is contained in:
2026-06-10 19:46:40 +00:00
parent 5f9e1f3852
commit 42f37511fb

View File

@@ -63,6 +63,9 @@ export default function LandingPage() {
text: "Schedule a Test Drive", href: "#contact"}, text: "Schedule a Test Drive", href: "#contact"},
]} ]}
slides={[ 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"}, 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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }