2 Commits

Author SHA1 Message Date
59fd41eca5 Update src/app/page.tsx 2026-04-04 16:29:40 +00:00
ca5a4179e3 Update src/app/page.tsx 2026-04-04 16:27:40 +00:00
2 changed files with 9 additions and 16 deletions

View File

@@ -69,8 +69,6 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardNineteen <FeatureCardNineteen
textboxLayout="split" textboxLayout="split"
tagAnimation="slide-up"
buttonAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
@@ -87,7 +85,7 @@ export default function LandingPage() {
<div id="models" data-section="models"> <div id="models" data-section="models">
<ProductCardFour <ProductCardFour
animationType="scale-rotate" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
@@ -112,17 +110,12 @@ export default function LandingPage() {
<div id="product" data-section="product"> <div id="product" data-section="product">
<ProductCardTwo <ProductCardTwo
title="Latest Additions" animationType="slide-up"
description="Check out our newest arrivals in high-performance scooters."
textboxLayout="default" textboxLayout="default"
animationType="blur-reveal"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
products={[ title="Featured Product"
{ id: "p1", brand: "Volt", name: "Volt Zen", price: "$1,199", rating: 4.8, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=1" }, description="Discover our latest flagship scooter."
{ id: "p2", brand: "Volt", name: "Volt Pro", price: "$1,399", rating: 4.9, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=2" },
{ id: "p3", brand: "Volt", name: "Volt Max", price: "$1,599", rating: 4.7, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-futuristic-road_23-2151021131.jpg?_wi=3" }
]}
/> />
</div> </div>
@@ -170,4 +163,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -12,13 +12,13 @@
--background: #0a0a0a; --background: #0a0a0a;
--card: #1a1a1a; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #f0f8ffe6;
--primary-cta: #106efb; --primary-cta: #cee7ff;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a; --secondary-cta: #1a1a1a;
--secondary-cta-text: #f0f8ffe6; --secondary-cta-text: #f0f8ffe6;
--accent: #106efb; --accent: #737373;
--background-accent: #1a1a1a; --background-accent: #737373;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);