Components
An e-commerce hero section pairing a headline call-to-action with a grid of featured product cards showing badges, ratings, prices, and color options.
Loading preview...
import StorefrontHero1 from "@/components/ui/storefront-hero-1";
export default function Default() {
return (
<div className="bg-background text-foreground w-full">
<StorefrontHero1 />
</div>
);
}