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" } ] }, { 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" } ] }, { 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" } ] }, { 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" } ] }, {