Components
Loading preview...
A dynamic hero section featuring a clean two-column layout. On the left, display compelling marketing copy and a CTA button. On the right, bring the interface to life with a motion area where product images float in 2D space, and one-by-one, 5 spotlighted products animate into center stage—showcasing their image, title, price, and score. Perfect for product discovery, landing pages, or AI-driven SaaS platforms.
@chow-stack
npx shadcn@latest add https://21st.dev/r/chowlol202/product-spotlight-hero-sectionimport { Component } from "@/components/ui/product-spotlight-hero-section";
export default function DemoOne() {
return <Component />;
}