From 38fb19d1d2b5c8aa41e403280fe368774146f0a8 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:17 +0000 Subject: [PATCH] Deploy --- .../sections/ConsultationCTASection.tsx | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/components/sections/ConsultationCTASection.tsx diff --git a/src/components/sections/ConsultationCTASection.tsx b/src/components/sections/ConsultationCTASection.tsx new file mode 100644 index 0000000..a97c99f --- /dev/null +++ b/src/components/sections/ConsultationCTASection.tsx @@ -0,0 +1,42 @@ +'use client' + +import Button from '@/components/ui/Button' +import { Phone, Shield } from 'lucide-react' + +export default function ConsultationCTASection() { + return ( +
+
+
+ +

+ Facing a Criminal Charge? We're Here to Help. +

+

+ With 32 years of experience, Mashobane & Associate provides + confidential, compassionate defence across Gauteng. Your freedom + and reputation are at stake — let our seasoned team fight for you. +

+ +
+ + + 24/7 Emergency Line: 0800 123 456 + + | + + + Confidential & compassionate advice + +
+
+
+
+ ) +}