From 477e5c2c43b1747b2be3379773fce84fdd6ce6f9 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Thu, 4 Jun 2026 11:45:21 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 39 +++++++++++++++++++++++++ 1 file changed, 39 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..906ebb5 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,39 @@ +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function HeroSection() { + return ( +
+
+ Warm ambience of an Indian restaurant with rich colours +
+
+
+ + Established 2012 · Durban's Favourite Curry House + +

+ Durban Curry — Authentic Indian Flavours, Durban Soul +

+

+ Bold spices from India meet the warmth of South African hospitality. Every dish tells a story of family recipes, local ingredients, and ubuntu spirit. +

+
+ + +
+
+
+ ) +} \ No newline at end of file