import { Hero } from "@/components/hero"; import { Features } from "@/components/features"; import { ProductGrid } from "@/components/product-grid"; import { Footer } from "@/components/footer"; import { Container } from "@/components/container"; import { Heading } from "@/components/heading"; import { Subheading } from "@/components/subheading"; import { Button } from "@/components/ui/button"; export default function Home() { return (
{/* Seller CTA Section */}
Ready to share your talent with the world? Join hundreds of women who are turning their passion into a business. Our admin team will help you get verified and set up your shop in no time.
); }