From 8c522a1fb3d9637704d908f57fb1a9ddca3c1d7a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:46:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9ae4cd..0807389 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { ShieldCheck, Sparkles, Car, Settings, Paintbrush, Droplets } from "lucide-react"; +import { ShieldCheck, Sparkles, Car, Settings } from "lucide-react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -61,6 +60,7 @@ export default function LandingPage() { subdescription="We treat every vehicle as if it were our own, ensuring meticulous attention to every detail." icon={ShieldCheck} imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193144.jpg" + videoSrc="" /> -- 2.49.1