From 9af643b8b7abbee4b3ea57d562eaee60dcf123e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 22:48:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 43 +++++-------------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) 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() {
-
- -
-