Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-31 23:41:56 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -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() {
<ContactText
text="Ready to transform your drive?"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>