From 189edd99b92244e342a3a7af1d7699525d72d965 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Jul 2023 18:36:04 -0400 Subject: New homepage and added exploreralure --- app/layout.js | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'app/layout.js') diff --git a/app/layout.js b/app/layout.js index 15b8fcd..e28fca1 100644 --- a/app/layout.js +++ b/app/layout.js @@ -14,12 +14,15 @@ export default function RootLayout({ children }) { return ( +
+ aircs.racing +
{children} + ) -- cgit v1.2.3