"use client"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { ArrowRight, Star, Sparkles } from "lucide-react"; import Link from "next/link"; export function HeroSection() { return (
{/* Background decoration */}
{/* Left side - Content */}
{/* Badge */}
New Winter Collection Limited Time
{/* Main heading */}

Curated Exclusives

not everyone gets blcklsted. Discover carefully curated fashion pieces that define modern elegance and exclusivity.

{/* Features */}
Free shipping worldwide
30-day easy returns
Sustainable materials
{/* CTA Buttons */}
{/* Social proof */}
{[1, 2, 3, 4, 5].map((star) => ( ))}
4.9/5
Trusted by 50,000+ customers
{/* Right side - Product showcase */}
{/* Main product image */}

Featured Product

Premium Winter Coat

{/* Price tag */}
50% OFF
{/* Floating product cards */}

Summer Dress

$89.99

4.8

Casual Sneakers

$129.99

4.9
{/* Stats bubble */}

This Week

2.5K+

Orders

{/* Bottom wave */}
); }