Components
Alqemist how-it-works section with six implementation steps from project setup to owned infrastructure.
Loading preview...
'use client';
import { AlqemistBlockPreview } from '../components/ui/alqemist-how-it-works-utils/_preview-provider';
import AlqemistHowItWorks from '@/components/ui/alqemist-how-it-works';
export default function AlqemistHowItWorksDemo() {
return (
<AlqemistBlockPreview>
<AlqemistHowItWorks />
</AlqemistBlockPreview>
);
}