From fb5264cb7c94f1df0c1a285cd919365f534473a0 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:57 +0000 Subject: [PATCH] Deploy --- src/components/sections/HollaAtUsSection.tsx | 76 ++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 src/components/sections/HollaAtUsSection.tsx diff --git a/src/components/sections/HollaAtUsSection.tsx b/src/components/sections/HollaAtUsSection.tsx new file mode 100644 index 0000000..e918c82 --- /dev/null +++ b/src/components/sections/HollaAtUsSection.tsx @@ -0,0 +1,76 @@ +'use client' + +import { Camera, Mail, MapPin, MessageCircle, Video } from 'lucide-react' + +import Button from '@/components/ui/Button' + +export default function HollaAtUsSection() { + return ( +
+
+
+

+ Holla at Us +

+

+ We stay connected with the S.A.W community. Slide through — we\'re always down to chat. +

+
+ +
+ {/* Email */} +
+ +

Email

+ + hello@sawstreetwear.co.za + +
+ + {/* WhatsApp */} +
+ +

WhatsApp

+ + +27 71 234 5678 + +

Mon–Fri 09:00–18:00, Sat 10:00–15:00

+
+ + {/* Social + Location */} +
+ +

Social & Spot

+ +

+ Pop-up: 12 Fox Street, Marshalltown, Joburg +

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