From 9318524b7ac65633b055926af7130eecab339d51 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 29 Jul 2026 18:15:22 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 12 ++++++++++++ 1 file changed, 12 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..d8b783c --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,12 @@ +import Link from "next/link" + +export default function HeroSection() { + return ( +
+

{"Mzansi"}

+

{"Authentic South African streetwear and casual fashion that fuses global trends "}{"with local."}

+

{"Professional streetwear store in South Africa."}

+ Shop now +
+ ) +}