|
|
|
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
|
|
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ4zSiuS8npxkU9Zl0WQj2x1Be/a-stunning-full-screen-shot-of-a-lamborg-1772515172920-40deeb14.png"
|
|
|
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQ4zSiuS8npxkU9Zl0WQj2x1Be/a-stunning-full-screen-shot-of-a-lamborg-1772515172920-40deeb14.png"
|
|
|
|
imageAlt="Lamborghini Aventador SVJ in action"
|
|
|
|
imageAlt="Lamborghini Aventador SVJ in action"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Explore Performance", href: "#metrics" },
|
|
|
|
{ text: "View Specifications", href: "#metrics" },
|
|
|
|
{ text: "Configure Your Beast", href: "#contact" }
|
|
|
|
{ text: "Configure Your Beast", href: "#contact" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
@@ -200,8 +200,8 @@ export default function LandingPage() {
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
background={{ variant: "rotated-rays-animated" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
inputPlaceholder="Your Email Address"
|
|
|
|
inputPlaceholder="Your Email Address"
|
|
|
|
buttonText="Reserve Now"
|
|
|
|
buttonText="Schedule Test Drive"
|
|
|
|
termsText="By reserving, you agree to our Terms and will receive exclusive Aventador SVJ updates and configurations."
|
|
|
|
termsText="Join our elite owners club. Your data is protected and never shared."
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -218,4 +218,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|