diff --git a/app/layout.tsx b/app/layout.tsx index a4990a6..4822542 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -37,7 +37,7 @@ export default function RootLayout({ diff --git a/app/welcome/layout.tsx b/app/welcome/layout.tsx index c1158d0..1684730 100644 --- a/app/welcome/layout.tsx +++ b/app/welcome/layout.tsx @@ -4,7 +4,7 @@ export default function Layout({ children: React.ReactNode; }>) { return ( -
+
{children}
); diff --git a/app/welcome/page.tsx b/app/welcome/page.tsx index 63e6378..938fde6 100644 --- a/app/welcome/page.tsx +++ b/app/welcome/page.tsx @@ -1,12 +1,22 @@ export default function Home() { return ( -
-
- 📅 Track Every Day - - A web app for logging your habits, vices and activities. - + <> +
+
+ 📅 Track Every Day + + A web app for logging your habits, vices and activities. + +
-
+
+
+ BAD HABIT + + A web app for logging your habits, vices and activities. + +
+
+ ); }