Components
Responsive Alqemist homepage hero with install command, primary CTAs, brand background, and product demo entry point.
Loading preview...
'use client';
import { AlqemistBlockPreview } from '../components/ui/alqemist-hero-utils/_preview-provider';
import AlqemistHero from '@/components/ui/alqemist-hero';
export default function AlqemistHeroDemo() {
return (
<AlqemistBlockPreview>
<AlqemistHero />
</AlqemistBlockPreview>
);
}