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. +

+ +
+
+
+ ) +}