diff --git a/src/components/sections/AboutSection.tsx b/src/components/sections/AboutSection.tsx new file mode 100644 index 0000000..4dd7d0d --- /dev/null +++ b/src/components/sections/AboutSection.tsx @@ -0,0 +1,52 @@ +import Image from 'next/image' +import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/Card' + +export default function AboutSection() { + return ( +
+
+
+
+ Our Story +

+ From Family Kitchen to Durban's Curry Corner +

+

+ Durban Curry was born from the fusion of two rich cultures: the aromatic spice traditions of Gujarat and the bold, sunny flavours of KwaZulu-Natal. Our founder, Priya Naidoo, learned the craft from her mother in a small kitchen in Chatsworth, using hand-ground masalas and locally grown chillies. +

+

+ Today, we source our turmeric from the Umhlali Valley, our coriander from the Inanda community co-op, and our love from every guest who walks through our doors. We believe in ubuntu — I am because we are — and that translates into every dish we serve, from the signature bunny chow to the fragrant lamb curry. +

+
+ + + 12+ + + +

Years of serving Durban

+
+
+ + + 50,000+ + + +

Bunny chows served

+
+
+
+
+
+ Chef preparing a traditional Indian curry with fresh spices +
+
+
+
+ ) +} \ No newline at end of file