diff --git a/src/app/page.tsx b/src/app/page.tsx index e671890..782abcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Shield, Zap } from "lucide-react"; +import { Zap, Shield, Award, Gauge, BatteryCharging, Zap as Power } from "lucide-react"; export default function LandingPage() { return ( @@ -22,32 +22,20 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmall" - background="floatingGradient" - cardStyle="gradient-radial" - primaryButtonStyle="double-inset" - secondaryButtonStyle="glass" - headingFontWeight="normal" + background="noise" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" + secondaryButtonStyle="solid" + headingFontWeight="semibold" > @@ -109,64 +77,13 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" useInvertedBackground={true} + title="The Signature Fleet" + description="Discover our precision-engineered electric sports cars." products={[ - { - id: "1", - brand: "Vertex", - name: "V-Sport", - price: "$120,000", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg", - }, - { - id: "2", - brand: "Vertex", - name: "V-Aerotech", - price: "$150,000", - rating: 5, - reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg", - }, - { - id: "3", - brand: "Vertex", - name: "V-Coupe", - price: "$180,000", - rating: 4, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-rear-light-new-silver-automobile_23-2147963009.jpg", - }, - { - id: "4", - brand: "Vertex", - name: "V-SUV", - price: "$135,000", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/family-with-cute-daughter-choosing-car-car-showroom_1303-26825.jpg", - }, - { - id: "5", - brand: "Vertex", - name: "V-Sedan", - price: "$110,000", - rating: 4, - reviewCount: "55", - imageSrc: "http://img.b2bpic.net/free-photo/hands-wheel-when-driving-high-speed-from-inside-car_169016-39107.jpg", - }, - { - id: "6", - brand: "Vertex", - name: "V-Chassis", - price: "$250,000", - rating: 5, - reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-people-talking-about-car_23-2150171274.jpg", - }, + { id: "1", brand: "Vertex", name: "Hyperion", price: "$280k", rating: 5, reviewCount: "45", imageSrc: "https://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg" }, + { id: "2", brand: "Vertex", name: "V-Racer", price: "$190k", rating: 5, reviewCount: "62", imageSrc: "https://img.b2bpic.net/free-photo/luxury-car-speeds-by-modern-building-dusk-generative-ai_188544-8048.jpg" }, + { id: "3", brand: "Vertex", name: "Aerodyn", price: "$210k", rating: 5, reviewCount: "38", imageSrc: "https://img.b2bpic.net/free-photo/stylish-rear-light-new-silver-automobile_23-2147963009.jpg" } ]} - title="Our Signature Series" - description="Explore the collection of our latest high-performance vehicles." /> @@ -175,194 +92,76 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + title="Performance Stats" + description="The core metrics of our latest engineering breakthrough." metrics={[ - { - id: "m1", - icon: Zap, - title: "HP Output", - value: "1,200+", - }, - { - id: "m2", - icon: Shield, - title: "Safety Rating", - value: "5 Stars", - }, - { - id: "m3", - icon: Award, - title: "Design Awards", - value: "45+", - }, + { id: "m1", icon: Gauge, title: "Top Speed", value: "240mph" }, + { id: "m2", icon: BatteryCharging, title: "Range", value: "600 miles" }, + { id: "m3", icon: Power, title: "Peak Torque", value: "1,500Nm" }, ]} - title="Performance at a Glance" - description="The numbers behind our revolutionary automotive technology." />
@@ -370,32 +169,8 @@ export default function LandingPage() { diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index dbdbc9e..c5881fb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #511f1f; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffff; + --primary-cta: #1f7cff; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #010101; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #1f7cff; + --background-accent: #f96b2f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);