From fcd8af96c54651721d373dd7633ca713b55ea519 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:31 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 158e244..7eeb82b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,7 +28,6 @@ export default function AboutPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" } ]} brandName="Elite Fitness" @@ -134,7 +133,7 @@ export default function AboutPage() { { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, - { label: "Testimonials", href: "/testimonials" } + { label: "Contact", href: "/contact" } ] }, { From a73e9efb667c498716ea3427d24e20417daac107 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:32 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 935ad7b..447d548 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -27,7 +27,6 @@ export default function ContactPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" } ]} brandName="Elite Fitness" @@ -103,7 +102,7 @@ export default function ContactPage() { { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, - { label: "Testimonials", href: "/testimonials" } + { label: "Contact", href: "/contact" } ] }, { From 33012619103ad26563ce5133556e2de777f75d40 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:33 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bae4cc9..c423d10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; @@ -31,7 +31,6 @@ export default function HomePage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" } ]} brandName="Elite Fitness" @@ -41,22 +40,17 @@ export default function HomePage() {
-
@@ -197,7 +191,7 @@ export default function HomePage() { { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, - { label: "Testimonials", href: "/testimonials" } + { label: "Contact", href: "/contact" } ] }, { From 82720e9187e82c3a9606426494773f2d09d56f4c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:44:34 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e551b7f..a23c20b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -28,7 +28,6 @@ export default function ServicesPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Testimonials", id: "/testimonials" }, { name: "Contact", id: "/contact" } ]} brandName="Elite Fitness" @@ -131,7 +130,7 @@ export default function ServicesPage() { { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, - { label: "Testimonials", href: "/testimonials" } + { label: "Contact", href: "/contact" } ] }, {