From e16d971a4ca79269f19b111a56afcbc223eaded1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:54:20 +0000 Subject: [PATCH 1/5] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 006e118..e4fd3b7 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp export default function BookingPage() { return ( - + Date: Tue, 14 Apr 2026 06:54:20 +0000 Subject: [PATCH 2/5] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index dd832e9..257c34c 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp export default function CartPage() { return ( - + Date: Tue, 14 Apr 2026 06:54:21 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1b3ead6..c0f41e3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,17 +23,19 @@ export default function ContactPage() { > Date: Tue, 14 Apr 2026 06:54:21 +0000 Subject: [PATCH 4/5] Update src/app/haircuts/page.tsx --- src/app/haircuts/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/haircuts/page.tsx b/src/app/haircuts/page.tsx index 8c57b23..7a56212 100644 --- a/src/app/haircuts/page.tsx +++ b/src/app/haircuts/page.tsx @@ -7,7 +7,7 @@ import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; export default function HaircutsPage() { return ( - + Date: Tue, 14 Apr 2026 06:54:21 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d788a7e..dfc8c27 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwe export default function ServicesPage() { return ( - + -- 2.49.1