From a824db2e0b278d628beddb5e286bd98a7f5b6aaf Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Thu, 4 Jun 2026 09:17:01 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 31 +++++++++++++++++++++++++ 1 file changed, 31 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..3ded110 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,31 @@ +import Image from "next/image" +import Button from "@/components/ui/Button" + +export default function HeroSection() { + return ( +
+ Kapa Roast coffee roastery interior — warm light on burlap sacks +
+
+
+

+ Kapa Roast — Cape Town's Single-Origin Coffee Roastery +

+

+ Sourcing the finest African beans, small-batch roasted in the heart of the Mother City. +

+ +
+
+
+ ) +}