Update src/app/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user