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