diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx
index a70a09b..4192149 100644
--- a/src/app/booking/page.tsx
+++ b/src/app/booking/page.tsx
@@ -10,7 +10,6 @@ export default function BookingPage() {
const navItems = [
{ name: "Our Process", id: "/#about" },
{ name: "Services", id: "/#services" },
- { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Book Appointment", id: "/booking" }
];
@@ -57,8 +56,7 @@ export default function BookingPage() {
{
items: [
{ label: "Our Process", href: "/#about" },
- { label: "Services", href: "/#services" },
- { label: "Testimonials", href: "/#testimonials" }
+ { label: "Services", href: "/#services" }
]
},
{
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0cb1928..a43a256 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -4,7 +4,7 @@ import ReactLenis from "lenis/react";
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
-import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
+
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import TeamCardTen from "@/components/sections/team/TeamCardTen";
import ContactText from "@/components/sections/contact/ContactText";
@@ -16,7 +16,6 @@ export default function BusinessCoachTemplatePage() {
const navItems = [
{ name: "Our Process", id: "/#about" },
{ name: "Services", id: "/#services" },
- { name: "Testimonials", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
{ name: "Book Appointment", id: "/booking" }
];
@@ -99,34 +98,7 @@ export default function BusinessCoachTemplatePage() {
}
]}
/>
-
+