7 Commits

Author SHA1 Message Date
335b73aa87 Update src/app/page.tsx 2026-03-03 12:37:03 +00:00
c024aecbec Merge version_3 into main
Merge version_3 into main
2026-03-03 06:53:20 +00:00
85c575bac1 Update src/app/page.tsx 2026-03-03 06:53:15 +00:00
a293bedb74 Merge version_2 into main
Merge version_2 into main
2026-03-03 06:50:59 +00:00
e297d1fafe Update src/app/page.tsx 2026-03-03 06:50:54 +00:00
a1ea5f484d Update src/app/layout.tsx 2026-03-03 06:50:54 +00:00
a6d15e9bf3 Merge version_1 into main
Merge version_1 into main
2026-03-03 05:20:15 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1419,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -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>
); );
} }