From aa5d70621b424da6a4e9e54c098f2d8ba72df467 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 05:35:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 ++++++++--------------------------------------- 1 file changed, 47 insertions(+), 236 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 759eb53..ce1385e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Clock, Lock, Settings, Shield, ShieldCheck, Smartphone, TrendingUp, Wifi, Zap } from "lucide-react"; +import { Award, Clock, Cpu, Lock, Settings, Shield, ShieldCheck, Smartphone, TrendingUp, Wifi, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,62 +30,28 @@ export default function LandingPage() {
@@ -98,79 +64,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Real-time Telemetry", - description: "Live data streaming for every vehicle in your fleet with millisecond latency.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=1", - imageAlt: "Telemetry", - }, + title: "Real-time Telemetry", description: "Live data streaming for every vehicle in your fleet with millisecond latency.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg", imageAlt: "Telemetry" }, items: [ - { - icon: Zap, - text: "Instant updates", - }, - { - icon: Shield, - text: "Secure data", - }, - { - icon: Cpu, - text: "Edge processing", - }, + { icon: Zap, text: "Instant updates" }, + { icon: Shield, text: "Secure data" }, + { icon: Cpu, text: "Edge processing" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797621.jpg?_wi=2", - imageAlt: "futuristic car dashboard interface", + reverse: false }, { - title: "Remote Access Hub", - description: "Lock, unlock, and manage vehicle systems remotely from anywhere in the world.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=2", - imageAlt: "Remote Hub", - }, + title: "Remote Access Hub", description: "Lock, unlock, and manage vehicle systems remotely from anywhere in the world.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg", imageAlt: "Remote Hub" }, items: [ - { - icon: Smartphone, - text: "Mobile command", - }, - { - icon: Lock, - text: "Encrypted access", - }, - { - icon: Wifi, - text: "Cloud-synced", - }, + { icon: Smartphone, text: "Mobile command" }, + { icon: Lock, text: "Encrypted access" }, + { icon: Wifi, text: "Cloud-synced" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/interior-new-luxury-sport-car_627829-661.jpg?_wi=2", - imageAlt: "car cockpit interior modern", + reverse: true }, { - title: "Predictive Maintenance", - description: "AI models that anticipate repairs before they become critical failures.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg?_wi=3", - imageAlt: "Predictive", - }, + title: "Predictive Maintenance", description: "AI models that anticipate repairs before they become critical failures.", media: { imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362819.jpg", imageAlt: "Predictive" }, items: [ - { - icon: TrendingUp, - text: "Analyze trends", - }, - { - icon: Settings, - text: "Auto-scheduling", - }, - { - icon: Award, - text: "Maximize uptime", - }, + { icon: TrendingUp, text: "Analyze trends" }, + { icon: Settings, text: "Auto-scheduling" }, + { icon: Award, text: "Maximize uptime" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-technologies_23-2151941534.jpg?_wi=2", - imageAlt: "autonomous car interface display", + reverse: false }, ]} title="Intelligent Control Systems" @@ -185,42 +103,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Apex Sport Coupe", - price: "$129,000", - imageSrc: "http://img.b2bpic.net/free-photo/manager-car-center-customer-expensive-car_651396-1145.jpg", - }, - { - id: "p2", - name: "Volt Hatchback", - price: "$45,000", - imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electric-car-electric-vehicle-charging-station_107420-94916.jpg", - }, - { - id: "p3", - name: "Executive Sedan", - price: "$89,000", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg", - }, - { - id: "p4", - name: "Urban City Car", - price: "$32,000", - imageSrc: "http://img.b2bpic.net/free-photo/view-small-four-wheeled-vehicle-mobility-fast-travel_23-2151016460.jpg", - }, - { - id: "p5", - name: "Race Spec Pro", - price: "$250,000", - imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674321.jpg", - }, - { - id: "p6", - name: "Terrain SUV", - price: "$65,000", - imageSrc: "http://img.b2bpic.net/free-photo/car-driving-pathway-middle-trees-with-mountain-clear-sky_181624-3326.jpg", - }, + { id: "p1", name: "Apex Sport Coupe", price: "$129,000", imageSrc: "http://img.b2bpic.net/free-photo/manager-car-center-customer-expensive-car_651396-1145.jpg" }, + { id: "p2", name: "Volt Hatchback", price: "$45,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electric-car-electric-vehicle-charging-station_107420-94916.jpg" }, + { id: "p3", name: "Executive Sedan", price: "$89,000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-part-grey-car_181624-33069.jpg" }, + { id: "p4", name: "Urban City Car", price: "$32,000", imageSrc: "http://img.b2bpic.net/free-photo/view-small-four-wheeled-vehicle-mobility-fast-travel_23-2151016460.jpg" }, + { id: "p5", name: "Race Spec Pro", price: "$250,000", imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674321.jpg" }, + { id: "p6", name: "Terrain SUV", price: "$65,000", imageSrc: "http://img.b2bpic.net/free-photo/car-driving-pathway-middle-trees-with-mountain-clear-sky_181624-3326.jpg" }, ]} title="Vehicle Fleet Management" description="Browse our latest control modules and vehicle setups." @@ -233,24 +121,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: ShieldCheck, - title: "Fleet Safety", - value: "99.9%", - }, - { - id: "m2", - icon: Zap, - title: "Energy Saved", - value: "24TWh", - }, - { - id: "m3", - icon: Clock, - title: "Uptime Rate", - value: "98.5%", - }, + { id: "m1", icon: ShieldCheck, title: "Fleet Safety", value: "99.9%" }, + { id: "m2", icon: Zap, title: "Energy Saved", value: "24TWh" }, + { id: "m3", icon: Clock, title: "Uptime Rate", value: "98.5%" }, ]} title="Efficiency in Numbers" description="Proven performance metrics for our clients." @@ -261,31 +134,11 @@ export default function LandingPage() {
@@ -312,45 +159,9 @@ export default function LandingPage() { -- 2.49.1