Update src/app/page.tsx
This commit is contained in:
@@ -17,14 +17,14 @@ export default function LandingPage() {
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{ variant: "gradient-bars" }}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Luxury Performance, Curated for You."
|
||||
description="Private Selection Motorsports brings you elite sports cars and trucks—from Camaros and Mustangs to Shelby performance and rugged TRX trucks. Experience professional service and secure, nationwide shipping."
|
||||
testimonials={[]}
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
tag="Inquire"
|
||||
title="Find Your Performance Machine"
|
||||
description="Contact our team today to discuss your next car or truck purchase."
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,4 +135,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user