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.", 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