Update src/app/page.tsx

This commit is contained in:
2026-04-18 09:29:20 +00:00
parent 18910d5b5c
commit 5f15ca95f7

View File

@@ -46,6 +46,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
tag="NEW 2025 MODEL"
tagAnimation="blur-reveal"
background={{
variant: "gradient-bars"}}
title="The Ultimate Driving Machine."
@@ -80,6 +82,7 @@ export default function LandingPage() {
{
text: "View Specs", href: "#performance"},
]}
buttonAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-handsome-laughing-man_158595-4245.jpg", alt: "User 1"},
@@ -247,4 +250,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}