From 62d48d42541ed426c6089062bb52027ac1e1c375 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 22:29:42 +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 86efdeb..ec4229f 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, Football } from "lucide-react"; +import { Car, Coffee, Star, Sun, Utensils, Baby, LayoutGrid, Goal } 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: Football, + icon: Goal, text: "Professional Facilities"}, ], reverse: true