@erosnicolau/animated-text
Version:
Advanced React animated text component with comprehensive animation effects
8 lines (7 loc) • 838 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { DemoSection } from '../../components';
import { ProductLaunchDemo, CinematicTrailerDemo, CreativeAgencyDemo, GamingInterfaceDemo, ArtisticExpressionDemo, CreativeInspirationPanel } from './components';
const CreativeDemosSection = () => {
return (_jsxs(DemoSection, { id: "creative-demos", title: "Creative Showcases", description: "Stunning real-world demonstrations of the component's creative potential - from product launches to cinematic experiences.", children: [_jsxs("div", { className: "space-y-12", children: [_jsx(ProductLaunchDemo, {}), _jsx(CinematicTrailerDemo, {}), _jsx(CreativeAgencyDemo, {}), _jsx(GamingInterfaceDemo, {}), _jsx(ArtisticExpressionDemo, {})] }), _jsx(CreativeInspirationPanel, {})] }));
};
export default CreativeDemosSection;