From 219ecbbe21f1f298b4f88a41c9d94f579ee8caa8 Mon Sep 17 00:00:00 2001 From: shadcn Date: Thu, 10 Nov 2022 13:23:07 +0400 Subject: [PATCH] fix: add spacing to bottom of page --- app/(marketing)/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index e74669f..bcd0f38 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -144,6 +144,9 @@ export default function IndexPage() { +
+
+
) }