diff --git a/src/components/sections/AboutSection.tsx b/src/components/sections/AboutSection.tsx new file mode 100644 index 0000000..0a548a6 --- /dev/null +++ b/src/components/sections/AboutSection.tsx @@ -0,0 +1,44 @@ +import Image from "next/image" + +export default function AboutSection() { + return ( +
+
+
+
+ Freshly roasted coffee beans being sorted at Kapa Roast, Cape Town +
+
+

+ Rooted in Cape Town, Sourced Across Africa +

+
+

+ Kapa Roast was founded in 2019 by two sisters who grew up watching their grandmother + prepare Ethiopian coffee ceremonies in their home in Khayelitsha. That ritual — the + careful roasting over coals, the scent of frankincense, the slow pour — became the + blueprint for everything we do. +

+

+ Today we source green beans from twelve cooperatives across Kenya, Ethiopia, Rwanda, + and Tanzania. Every lot is traceable to the washing station, and every pound of coffee + we roast supports farmer-led initiatives in origin communities. +

+

+ Our roastery in Woodstock, Cape Town, runs on solar energy and a 15 kg Diedrich + machine. We roast six days a week, cupping every batch to guarantee clarity, + sweetness, and a finish that speaks to the land it came from. +

+
+
+
+
+
+ ) +}