Components
Loading preview...
Professional about section components featuring company stories, team showcases, mission statements, and brand narratives with elegant animations and responsive layouts
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/about-section
import AboutSection3 from "@/components/ui/about-section";
export default function DemoOne() {
return <AboutSection3 />;
}