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