From d7c655345c694d8a7b0ec67028c2111eeae88b8a Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 29 Jul 2026 19:04:18 +0000 Subject: [PATCH] Deploy --- src/components/sections/ShopNowCtaSection.tsx | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/components/sections/ShopNowCtaSection.tsx diff --git a/src/components/sections/ShopNowCtaSection.tsx b/src/components/sections/ShopNowCtaSection.tsx new file mode 100644 index 0000000..dced015 --- /dev/null +++ b/src/components/sections/ShopNowCtaSection.tsx @@ -0,0 +1,40 @@ +'use client' + +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function ShopNowCtaSection() { + return ( +
+
+ {/* Image side */} +
+ Stylish outfit on a confident young woman +
+ {/* Content side */} +
+

+ Your Next Favourite Outfit Awaits +

+

+ Bold, modern fashion curated for the confident woman. Free delivery over R750, easy 14-day returns. +

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