diff --git a/src/app/page.tsx b/src/app/page.tsx index a25453a..b6c522e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,9 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Shield, Star, Zap } from "lucide-react"; +import CardStack from '@/components/cardStack/CardStack'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import { Award, Shield, Star, Zap, Info, Camera, DollarSign, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -32,6 +34,10 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Features", id: "features" }, { name: "Cars", id: "products" }, + { name: "Tech", id: "tech" }, + { name: "Events", id: "events" }, + { name: "Costs", id: "costs" }, + { name: "Community", id: "community" }, { name: "FAQ", id: "faq" }, ]} brandName="Velocity Motors" @@ -44,22 +50,8 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title="Unleash Your Performance" description="Engineered for speed, designed for excellence. Experience the thrill of true driving dynamics with our latest collection of world-class sports cars." - testimonials={[ - { name: "John Doe", handle: "@john.drive", testimonial: "The performance is unmatched. Truly a masterclass in automotive engineering.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/a-stunning-high-performance-sports-car-p-1774894201942-5c1bb158.png", imageAlt: "A stunning, high-performance sports car parked on a dark, wet reflective asphalt surface at night. C" }, - { name: "Anna Smith", handle: "@anna.racer", testimonial: "Finally found a car that matches my expectations. Velocity Motors delivered.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/a-close-up-of-a-carbon-fiber-engine-part-1774894203427-19ed9ec6.png", imageAlt: "A close-up of a carbon fiber engine part, high tech, engineering focus, sharp details, blue accent l" }, - { name: "Mark Wilson", handle: "@mark.speed", testimonial: "An incredible experience from start to finish. Highly recommended.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/detailed-interior-of-a-luxury-sports-car-1774894202258-1bd0fdd6.png", imageAlt: "Detailed interior of a luxury sports car, carbon fiber steering wheel, leather dashboard, modern tec" }, - { name: "Sarah Miller", handle: "@sarah.cars", testimonial: "Responsive, fast, and incredibly beautiful. Simply perfect.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/aerodynamic-exterior-body-lines-of-a-spo-1774894204770-eb862acf.png", imageAlt: "Aerodynamic exterior body lines of a sports car, futuristic design, dark studio lighting." }, - { name: "David Chen", handle: "@david.speed", testimonial: "The pinnacle of modern engineering. Absolutely stunning performance.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/sleek-blue-sports-car-professional-photo-1774894203401-97129edd.png", imageAlt: "Sleek blue sports car, professional photography, front view, dramatic shadows." } - ]} + testimonials={[]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/a-stunning-high-performance-sports-car-p-1774894201942-5c1bb158.png" - mediaAnimation="slide-up" - avatars={[ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/professional-portrait-of-a-happy-male-cl-1774894201785-6e02d7ce.png", alt: "John" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/professional-portrait-of-a-happy-female--1774894201745-0255f8b8.png", alt: "Anna" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/professional-portrait-of-a-smiling-male--1774894201757-ca1ef5cc.png", alt: "Mark" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/professional-portrait-of-a-young-female--1774894202906-84c2099b.png", alt: "Sarah" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/professional-portrait-of-a-happy-male-cl-1774894201785-6e02d7ce.png", alt: "David" } - ]} /> @@ -68,11 +60,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} - features={[ - { id: "f1", title: "Precision Engineering", description: "Every component optimized for peak performance.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/a-close-up-of-a-carbon-fiber-engine-part-1774894203427-19ed9ec6.png" }, items: [{ icon: Zap, text: "Ultra-lightweight" }, { icon: Shield, text: "Safety first" }], reverse: false }, - { id: "f2", title: "Luxury Interior", description: "Crafted with the finest materials for ultimate comfort.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/detailed-interior-of-a-luxury-sports-car-1774894202258-1bd0fdd6.png" }, items: [{ icon: Star, text: "Premium leather" }, { icon: Award, text: "Ergonomic design" }], reverse: true }, - { id: "f3", title: "Aerodynamic Power", description: "Cutting edge designs for maximum velocity.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/aerodynamic-exterior-body-lines-of-a-spo-1774894204770-eb862acf.png" }, items: [{ icon: Zap, text: "Drag reduction" }, { icon: Star, text: "Wind-tunnel tested" }], reverse: false } - ]} + features={[]} title="Why Choose Us?" description="Unrivaled innovation and performance at your fingertips." /> @@ -84,28 +72,72 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { id: "p1", brand: "Velocity", name: "Apex One", price: "$125,000", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/sleek-blue-sports-car-professional-photo-1774894203401-97129edd.png" }, - { id: "p2", brand: "Velocity", name: "Turbo S", price: "$185,000", rating: 5, reviewCount: "89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/aggressive-red-sports-car-dynamic-angle--1774894203868-b8d6da4c.png" }, - { id: "p3", brand: "Velocity", name: "Vortex X", price: "$145,000", rating: 4, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfxrzV8xmt37jg5LVsfXdmw3zw/modern-silver-sports-car-studio-lighting-1774894201805-981a577b.png" } - ]} title="Our Sports Car Fleet" description="Choose your machine from our curated stock of high-performance vehicles." /> +