From d90072f2cca5e2dcb429a85d36ea5c88f73d4dfc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:30:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a4c9e2..9f3d103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,8 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Trophy, Zap, Newspaper, History, Star, Target } from 'lucide-react'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import { Trophy, Zap, Newspaper, History, Star, Target, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -34,6 +35,7 @@ export default function LandingPage() { { name: "Youth Programs", id: "youth" }, { name: "News", id: "news" }, { name: "History", id: "history" }, + { name: "Women's Team", id: "womens" }, { name: "Sponsors", id: "sponsors" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } @@ -128,6 +130,42 @@ export default function LandingPage() { /> +
+ +
+