From d03fa4da7a55e3b93b95944e984d04fa609b5304 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:49 +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 + +
+
+
+
+ ) +}