From 36af3058cbec0f5f9b4c9e8730d544fdca01b390 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:33:34 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 65 +++++++----------------------------------- 1 file changed, 10 insertions(+), 55 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8253270..91cc67a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -66,17 +53,9 @@ export default function LandingPage() { description="Meet the creators behind the brand." members={[ { - id: "m1", - name: "Alex Rivers", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-players_23-2150904343.jpg", - }, + id: "m1", name: "Alex Rivers", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-football-players_23-2150904343.jpg"}, { - id: "m2", - name: "Sam Thorne", - role: "Lead Designer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg", - }, + id: "m2", name: "Sam Thorne", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867389.jpg"}, ]} /> @@ -85,36 +64,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From d19c12e9f8137a8a60cbc2006493f5a09a20ded6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:33:35 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 81 ++++++---------------------------------- 1 file changed, 11 insertions(+), 70 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6b853cb..750e53b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,22 +25,10 @@ export default function LandingPage() { @@ -97,36 +62,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 8ca58f539949b151a158da199934ee098666ec1b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:33:35 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 121 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 90 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55ae6e9..eb63068 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; export default function LandingPage() { return ( @@ -27,14 +28,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1