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 + +
+
+
+
+ ) +}