From ee110c903ecca5dcbbc35b371aedee0f7a919916 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 5 Aug 2026 18:14:37 +0000 Subject: [PATCH] Deploy --- .../sections/FirmWelcomeSection.tsx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/components/sections/FirmWelcomeSection.tsx diff --git a/src/components/sections/FirmWelcomeSection.tsx b/src/components/sections/FirmWelcomeSection.tsx new file mode 100644 index 0000000..7b57600 --- /dev/null +++ b/src/components/sections/FirmWelcomeSection.tsx @@ -0,0 +1,22 @@ +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function FirmWelcomeSection() { + return ( +
+

+ Gumede & Partners +

+

+ Corporate law, real estate transactions, and business litigation — handled with precision in Pietermaritzburg. +

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