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 +
+
+
+
+
+ ) +}