diff --git a/src/app/page.tsx b/src/app/page.tsx index f2621e8..84aa648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -33,10 +32,8 @@ export default function BarberShopPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Barbers", id: "barbers" }, - { name: "Reviews", id: "testimonials" }, - - { name: "Blog", id: "/blog" }, -]} + { name: "Reviews", id: "testimonials" } + ]} button={{ text: "Book Now", href: "#contact" }} @@ -45,7 +42,7 @@ export default function BarberShopPage() {