From 3a72bbc1ddabde790aa45e718f42ae52221ff7d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 23:41:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7d7339..d30f1ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDash import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Zap, Shield, Award, LayoutDashboard, Settings, User, FileText, ChevronRight } from "lucide-react"; +import { Zap, Shield, Award, LayoutDashboard, Settings, User, FileText } from "lucide-react"; export default function LandingPage() { return ( @@ -54,7 +54,7 @@ export default function LandingPage() { logoIcon: Zap, sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Settings }, { icon: User }], listItems: [{ icon: FileText, title: "Stage 1 Tuning", status: "Complete" }, { icon: FileText, title: "Aero Kit Install", status: "In Progress" }], - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car_1303-3853.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car_1303-3853.jpg", buttons: [] }} background={{ variant: "gradient-bars" }} /> @@ -88,9 +88,11 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "p1", name: "Pro Turbocharger", price: "$3,200", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-assortment_23-2149030428.jpg" }, - { id: "p2", name: "Alloy Wheels", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/car-volume-knob-multimedia-controller-auto-textured-adjustment-wheel_169016-68661.jpg" } + { id: "p2", name: "Alloy Wheels", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/car-volume-knob-multimedia-controller-auto-textured-adjustment-wheel_169016-68661.jpg" }, + { id: "p3", name: "Carbon Hood", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/different-car-accessories-assortment_23-2149030428.jpg" } ]} /> @@ -101,6 +103,7 @@ export default function LandingPage() { description="Results that define our reputation." animationType="blur-reveal" textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Sarah J.", role: "Race Driver", testimonial: "The transformation was nothing short of perfection.", icon: Award } ]} @@ -111,6 +114,7 @@ export default function LandingPage() { -- 2.49.1