From 50f4376ebf585a104bda3f659e696e6366bce8f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 01:09:20 +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 024eb3d..6a78124 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Award, Shield, Star, Zap, MessageCircle } from "lucide-react"; +import { Award, Shield, Star, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -67,7 +67,7 @@ export default function LandingPage() { description="For over two decades, Apex Tires has provided premium tire solutions. We believe that your safety on the road starts with the right tires, installed with precision." subdescription="Our team of certified technicians ensures every vehicle receives expert care, so you can drive with absolute confidence in any weather condition." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26890.jpg" + videoSrc="http://img.b2bpic.net/free-photo/mechanic-changing-tires-car-service_1303-26890.jpg" mediaAnimation="slide-up" /> -- 2.49.1