From d0eff78e97a3c682976930d3f5b423d40543f98a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 16:01:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41b83f1..9ae4530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Smile, TrendingUp, Wrench, ShieldCheck, Zap } from "lucide-react"; +import { Smile, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { const whatsappNumber = "919822001122"; @@ -97,8 +97,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Fuel Efficiency", description: "Industry-leading mileage to keep you going.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side-with-white-background_187299-39798.jpg" }] }, - { title: "Reliable Engineering", description: "Built to last with world-class quality.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2409.jpg" }] } + { title: "Fuel Efficiency", description: "Industry-leading mileage to keep you going.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-front-side-with-white-background_187299-39798.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/fuel-gauge_1145-1234.jpg" }] }, + { title: "Reliable Engineering", description: "Built to last with world-class quality.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2409.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/engine-parts_1203-4567.jpg" }] } ]} title="Why Honda Rules the Road" description="Engineered for excellence, designed for comfort."