From b269a71e6104cbe83d9474c0b3db5ed35f341cf3 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:39:10 +0000 Subject: [PATCH] Deploy --- .../sections/ScheduleConsultationSection.tsx | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/components/sections/ScheduleConsultationSection.tsx diff --git a/src/components/sections/ScheduleConsultationSection.tsx b/src/components/sections/ScheduleConsultationSection.tsx new file mode 100644 index 0000000..a6dfb6b --- /dev/null +++ b/src/components/sections/ScheduleConsultationSection.tsx @@ -0,0 +1,39 @@ +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function ScheduleConsultationSection() { + return ( +
+
+

+ Your Defense Starts Now —
+ Schedule Your Confidential Consultation +

+

+ Time is critical in legal matters. Speak directly with our senior counsel, + Thabo Mashobane, who brings 32 years of courtroom experience to your case. +

+
+ + + + + Or call directly: +27 31 123 4567 + +
+

+ Same-day appointments available for urgent matters. All consultations are strictly confidential. +

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