From 1e66a0702c59a4b3b260ebd41745127b602b26f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:24:18 +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 eb8a9f9..063f677 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Shield, Smartphone, Package, Award, Zap, CheckCircle, Recycle, TrendingUp, Box, Percent, Truck, Clock, Headset, Wrench, Star } from "lucide-react"; +import { Sparkles, Shield, Smartphone, Package, Award, Zap, CheckCircle, Recycle, TrendingUp, Box, Percent, Truck, Clock, Headset, Wrench, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -84,7 +84,7 @@ export default function LandingPage() { listTitle: "Key Benefits", listItems: [ { icon: CheckCircle, title: "Genuine Products", status: "Verified" }, { icon: Shield, title: "Complete Warranty", status: "Assured" }, - { icon: Smartphone, title: "Friendly Staff", status: "Ready" }, + { icon: Users, title: "Friendly Staff", status: "Ready" }, ], }} /> -- 2.49.1