From b3a82fa84ac02d221b67bebc8e448264c903ed64 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 22:27:39 +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 0d4cefe..86efdeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Car, Coffee, Star, Sun, Utensils, Baby, LayoutGrid, SoccerBall } from "lucide-react"; +import { Car, Coffee, Star, Sun, Utensils, Baby, LayoutGrid, Football } from "lucide-react"; export default function LandingPage() { return ( @@ -152,7 +152,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/white-line-soccer-field-grass_1339-3225.jpg", imageAlt: "Floodlit football pitch at night"}, items: [ { - icon: SoccerBall, + icon: Football, text: "Professional Facilities"}, ], reverse: true