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. */} + ); }