From 5b54c7771c0afcbf489f5d85c2cd6a5b8de177d6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 16:35:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4041f60..171879b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,8 +16,10 @@ export default function Page() { secondaryButtonStyle="glass" headingFontWeight="semibold" > - {/* No sections or navigation selected in the plan. */} - {/* Add your sections here. */} + <> + {/* No sections or navigation selected in the plan. */} + {/* Add your sections here. */} + ); } -- 2.49.1