feat: add Request Feature popup with responsive dialog and drawer components

This commit is contained in:
arraysid
2025-06-01 07:18:33 +07:00
parent 69c934e8c4
commit 98c3c2a326
13 changed files with 1330 additions and 18 deletions
@@ -3,7 +3,7 @@ import ProjectsVote from './_components/projects-vote';
export default function Page() {
return (
<div className="p-4 md:p-6 bg-gray-50 min-h-screen">
<div className="pt-4 md:pt-6 pb-56 bg-gray-50 min-h-screen">
<FeatureRequestCTA />
<ProjectsVote />
</div>