Components
A modern hero section component with gradient background, professional imagery, and call-to-action elements. Features responsive design, glassmorphism effects, and IBM Plex Sans typography for landing pages and marketing sites.
Loading preview...
import React from 'react';
import { HeroSection } from '../components/ui/hero-section';
export const DefaultDemo: React.FC = () => {
return (
<div>
<HeroSection />
</div>
);
};
export default DefaultDemo;