diff --git a/src/components/sections/CTAShopSection.tsx b/src/components/sections/CTAShopSection.tsx new file mode 100644 index 0000000..1d35ba5 --- /dev/null +++ b/src/components/sections/CTAShopSection.tsx @@ -0,0 +1,28 @@ +'use client' + +import Link from 'next/link' +import Button from '@/components/ui/Button' +import { ArrowRight } from 'lucide-react' + +export default function CTAShopSection() { + return ( +
+ {/* Subtle botanical pattern hint */} +
+
+

+ Discover Your Skin's Best-Kept Secret +

+

+ Cold-pressed marula, rooibos-infused oils, and buchu extracts — small-batch handcrafted in Pretoria. +

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