From fc381945832afa1855d5930896f71d9129c6f3c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 06:43:22 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 44 ++++++++++-------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 841535b..8bb23a6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,11 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterCard from '@/components/sections/footer/FooterCard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -67,19 +53,9 @@ export default function LandingPage() { description="Dedicated leaders serving the community." members={[ { - id: "m1", - name: "John Doe", - role: "Director", - description: "Passionate about youth mentorship.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png?_wi=4", - }, + id: "m1", name: "John Doe", role: "Director", description: "Passionate about youth mentorship.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png?_wi=4"}, { - id: "m2", - name: "Jane Smith", - role: "Head Coach", - description: "Former pro player with years of experience.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png?_wi=5", - }, + id: "m2", name: "Jane Smith", role: "Head Coach", description: "Former pro player with years of experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecCjvhDpYWzoIT1tFDAH5uDyt/a-high-energy-cinematic-shot-of-diverse--1774852893585-b34e0b33.png?_wi=5"}, ]} /> -- 2.49.1 From 3f328fd6c1f480e4886e72904443bc68d2924485 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 06:43:23 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 81 +++++++++++------------------------------------- 1 file changed, 18 insertions(+), 63 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 247a5a8..5d22f63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Heart, Trophy, Users } from "lucide-react"; @@ -27,24 +27,12 @@ export default function LandingPage() { > @@ -135,20 +100,11 @@ export default function LandingPage() { tag="Growing Community" metrics={[ { - id: "m1", - value: "150+", - description: "Active Players", - }, + id: "m1", value: "150+", description: "Active Players"}, { - id: "m2", - value: "10+", - description: "Coaches", - }, + id: "m2", value: "10+", description: "Coaches"}, { - id: "m3", - value: "100%", - description: "Faith-based", - }, + id: "m3", value: "100%", description: "Faith-based"}, ]} metricsAnimation="slide-up" /> @@ -158,8 +114,7 @@ export default function LandingPage() { Date: Mon, 30 Mar 2026 06:43:23 +0000 Subject: [PATCH 3/4] Update src/app/register/page.tsx --- src/app/register/page.tsx | 44 ++++++++++----------------------------- 1 file changed, 11 insertions(+), 33 deletions(-) diff --git a/src/app/register/page.tsx b/src/app/register/page.tsx index dc19008..82c2e12 100644 --- a/src/app/register/page.tsx +++ b/src/app/register/page.tsx @@ -4,10 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterCard from '@/components/sections/footer/FooterCard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function RegisterPage() { return ( @@ -71,15 +55,9 @@ export default function LandingPage() { description="Everything you need to know about joining." faqs={[ { - id: "f1", - title: "Who can join?", - content: "All youth aged 6-18 are welcome.", - }, + id: "f1", title: "Who can join?", content: "All youth aged 6-18 are welcome."}, { - id: "f2", - title: "What is the cost?", - content: "We offer tiered pricing based on family needs.", - }, + id: "f2", title: "What is the cost?", content: "We offer tiered pricing based on family needs."}, ]} faqsAnimation="slide-up" /> -- 2.49.1 From cdaab293f69da23f2eba0c1298afb1557e5424dc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 06:43:23 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 51 ++++++++++--------------------------------- 1 file changed, 11 insertions(+), 40 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 26f3698..1cfa179 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -4,10 +4,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function ShopPage() { return ( -- 2.49.1