diff --git a/src/components/sections/ShopTheVibeSection.tsx b/src/components/sections/ShopTheVibeSection.tsx new file mode 100644 index 0000000..0f5a113 --- /dev/null +++ b/src/components/sections/ShopTheVibeSection.tsx @@ -0,0 +1,38 @@ +import Link from 'next/link' +import Button from '@/components/ui/Button' +import { ArrowRight } from 'lucide-react' + +export default function ShopTheVibeSection() { + return ( +
+ {/* Background image with overlay */} +
+ African print fabric pattern +
+
+ +
+

+ Your Style + Your Roots +

+

+ Limited drops of authentic African-print streetwear — crafted in Soweto, worn worldwide. +

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