Components
Alqemist marketing footer with product, resource, legal, social links, copyright, and brand summary.
Loading preview...
'use client';
import { AlqemistBlockPreview } from '../components/ui/alqemist-footer-utils/_preview-provider';
import AlqemistFooter from '@/components/ui/alqemist-footer';
export default function AlqemistFooterDemo() {
return (
<AlqemistBlockPreview className="flex min-h-screen flex-col justify-end">
<AlqemistFooter />
</AlqemistBlockPreview>
);
}