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