Merge version_4 into main #5

Merged
bender merged 2 commits from version_4 into main 2026-04-26 18:59:38 +00:00
2 changed files with 13 additions and 13 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #000000;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #535353;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);