From bca537d820f9e1800d232efde58e81a317ca3b2b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:29:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47582cc..4904007 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import BlogCardTwo from "@/components/sections/blog/BlogCardTwo"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; -import { Wallet, Handshake, Family, MapPin, Activity, Building, HeartHandshake, Users } from "lucide-react"; +import { Wallet, Handshake, MapPin, Activity, Building, HeartHandshake, Users } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -58,7 +58,6 @@ export default function HomePage() { ]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-friends-soccer-field_23-2150338668.jpg" imageAlt="People enjoying various sports activities in a community center" - useInvertedBackground={false} tagAnimation="slide-up" buttonAnimation="slide-up" /> @@ -76,7 +75,6 @@ export default function HomePage() { { title: "Kids' Clubs", description: "Engaging and fun activities for children, keeping them active and entertained.", imageSrc: "http://img.b2bpic.net/free-photo/girls-looking-somewhere_23-2148124844.jpg", imageAlt: "Group of children playing" }, { title: "Parties & Events", description: "Host memorable birthdays and special occasions with our unique venue hire packages.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-laughing-together-social-gathering_23-2152024827.jpg", imageAlt: "Party celebration" }, ]} - gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -89,7 +87,7 @@ export default function HomePage() { metrics={[ { icon: Wallet, label: "Affordable", value: "Activities for Everyone" }, { icon: Handshake, label: "Friendly", value: "Local Community Hub" }, - { icon: Family, label: "Family-Friendly", value: "Sessions for All Ages" }, + { icon: Users, label: "Family-Friendly", value: "Sessions for All Ages" }, { icon: MapPin, label: "Central Location", value: "At Southport YMCA" }, { icon: Activity, label: "Variety", value: "Sports & Community Mix" }, ]} @@ -107,7 +105,6 @@ export default function HomePage() { { id: "blog-2", category: "Kids", title: "Junior Football Fun", excerpt: "Join our energetic football session for kids aged 5-10. Learn skills, teamwork, and have a blast!", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684392.jpg", imageAlt: "Kids playing football", authorName: "Southport Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-young-hipster-black-man-posing-isolated-white-studio-wall-background-stylish-outfit-funny-afro-hairstyle-confident-arms-crossed-chest-serious_285396-2953.jpg", date: "Wed, 4:30 PM" }, { id: "blog-3", category: "Event", title: "Roller Disco Night", excerpt: "Lace up your skates for our popular Friday night roller disco! Music, lights, and fun for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346559.jpg", imageAlt: "People at a roller disco", authorName: "Southport Team", authorAvatar: "http://img.b2bpic.net/free-photo/lovely-lesbian-couple-listening-music-earphones_23-2149123917.jpg", date: "Fri, 7:00 PM" }, ]} - gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -124,7 +121,6 @@ export default function HomePage() { { title: "Community Use", description: "Affordable spaces available for local groups, classes, and community initiatives.", imageSrc: "http://img.b2bpic.net/free-photo/back-cheerful-sexy-business-african-american-lady-with-afro-hair-wear-white-blouse-green-pants-posed-cafe_627829-1035.jpg", imageAlt: "Meeting room setup" }, { title: "Private Hire", description: "Rent our facilities for private functions, training sessions, or events.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-colleagues-discussing-draft_23-2147808073.jpg", imageAlt: "Empty sports hall" }, ]} - gridVariant="two-columns-alternating-heights" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -134,7 +130,6 @@ export default function HomePage() {