diff --git a/src/components/sections/SalonStorySection.tsx b/src/components/sections/SalonStorySection.tsx new file mode 100644 index 0000000..1acec19 --- /dev/null +++ b/src/components/sections/SalonStorySection.tsx @@ -0,0 +1,49 @@ +'use client' + +import Image from 'next/image' +import Badge from '@/components/ui/Badge' + +export default function SalonStorySection() { + return ( +
+
+
+
+ Zama Salon stylist team in Fourways +
+
+

8+

+

years in Fourways

+
+
+
+ Est. 2016 · Fourways +

+ From international training to a homecoming in Fourways. +

+
+

+ Founder Zama Nkosi spent eight years refining colour and keratin techniques in London and Milan before returning to Johannesburg to open a salon that treats African hair as the specialty it is. +

+

+ Today Zama Salon blends Olaplex-backed colour work with hand-tied braiding and precision nail art — no more choosing between science and heritage. +

+
+
+ {['African hair specialists', 'International colour', 'Nail studio'].map((tag) => ( + + {tag} + + ))} +
+
+
+
+ ) +} \ No newline at end of file