"use client"; import { Container } from "@/components/container"; import { Heading } from "@/components/heading"; import { Subheading } from "@/components/subheading"; import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; export function Hero() { return (
Empowering Women Through Creativity A dedicated marketplace for housewives and women artists to showcase their talent, sell unique products, and grow their local brands.
); }