From b79fd3776b4d6ee53630cf11612f08e4faec76eb Mon Sep 17 00:00:00 2001 From: Fahad Ahmad Date: Sun, 5 Nov 2023 10:47:02 +0530 Subject: [PATCH 1/3] few bugs fixed in layout and hero section --- src/app/layout.tsx | 2 +- src/components/LandingHero.tsx | 62 ++++++++++++++++++---------------- 2 files changed, 34 insertions(+), 30 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a608f3b..3fa72e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -46,7 +46,7 @@ export default function RootLayout({ -
+
{children}