From 1120d239d667d2b81162c5f0d38589cd2ff5963f Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 29 Jul 2026 19:04:19 +0000 Subject: [PATCH] Deploy --- .../sections/UrbanAmbitionSection.tsx | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/components/sections/UrbanAmbitionSection.tsx diff --git a/src/components/sections/UrbanAmbitionSection.tsx b/src/components/sections/UrbanAmbitionSection.tsx new file mode 100644 index 0000000..f81b971 --- /dev/null +++ b/src/components/sections/UrbanAmbitionSection.tsx @@ -0,0 +1,41 @@ +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function UrbanAmbitionSection() { + return ( +
+
+
+ Diva Cape Town creative studio +
+
+

+ From Cape Town Creative Hub to Urban Ambition +

+

+ Diva was born in a small Cape Town design studio — a collective of bold creatives who + believed fashion could do more than dress a body. It could amplify a woman's presence, + bridge coastal artistry with Joburg ambition, and make every entrance unforgettable. +

+

+ Today, Diva is the digital wardrobe of thousands of young professionals in Johannesburg. + Each piece is a statement — cut to empower, styled to command. We source locally and + design for the woman who walks into a room and owns it. +

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