From 8e4fcdbf332dab423aaba69caefe14c422e8a590 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:28:52 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1769ba5..d5c352d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Public_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Express Barbershop | Professional Grooming in Milnerton', - description: 'Express Barbershop in Milnerton offers expert cuts, fades, and grooming services. Book your next appointment online today.', + title: 'Express Barbershop Milnerton', + description: 'Professional barbershop in Milnerton offering high-quality haircuts, fades, beard styling, and hot towel shaves. Easy online booking available.', openGraph: { "title": "Express Barbershop", "description": "Professional barbershop in Milnerton.", From cb93b659128d78a54844339a3c33241faf19bb13 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 10:28:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 470 +++++++++++++++-------------------------------- 1 file changed, 144 insertions(+), 326 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10fafbe..ba55d3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Scissors, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,341 +28,158 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file