From bcb9418a4c91163e6b4d29a0435268b7c9c44017 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Mon, 3 Aug 2026 11:42:11 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/components/sections/HeroSection.tsx diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..0046744 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,33 @@ +import Image from "next/image" +import Link from "next/link" + +export default function HeroSection() { + const imageUrl = "https://images.pexels.com/photos/7195805/pexels-photo-7195805.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" + + return ( +
+
+
+ {imageUrl && Zama Salon} +
+
+

{"Zama Salon"}

+

{"A full-service Johannesburg salon that combines modern colouring, keratin "}{"and perm."}

+

{"Professional hair salon in South Africa."}

+
Book an appointment
+
+
+
+
+ {imageUrl && Zama Salon} +
+
+

{"Zama Salon"}

+

{"A full-service Johannesburg salon that combines modern colouring, keratin "}{"and perm."}

+

{"Professional hair salon in South Africa."}

+ Book an appointment +
+
+
+ ) +}