From 44ba1177d55735970cda494ac792115f9043b864 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Mon, 3 Aug 2026 11:42:10 +0000 Subject: [PATCH] Deploy --- src/components/sections/BookNowSection.tsx | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/components/sections/BookNowSection.tsx diff --git a/src/components/sections/BookNowSection.tsx b/src/components/sections/BookNowSection.tsx new file mode 100644 index 0000000..2d53b70 --- /dev/null +++ b/src/components/sections/BookNowSection.tsx @@ -0,0 +1,34 @@ +import Image from 'next/image' +import Link from 'next/link' +import { Card, CardContent } from '@/components/ui/Card' + +export default function BookNowSection() { + return ( +
+
+ +
+ Stylist at work at Zama Salon in Fourways +
+ +

Fourways, Johannesburg

+

Ready for your transformation?

+

Precision cuts, colour, keratin treatments, braids and nail artistry - book your chair and let our stylists handle the rest.

+
+ + Book your appointment + + or call +27 82 555 0199 +
+
+
+
+
+ ) +}