Index: client/src/LandingPage/LandingPage.jsx
===================================================================
--- client/src/LandingPage/LandingPage.jsx	(revision 719b73d986e44a612d0d6739fca837a9551c3436)
+++ client/src/LandingPage/LandingPage.jsx	(revision 8883a1dc40cdcf4d3e5e09cd86003ca15f424a43)
@@ -1,12 +1,12 @@
-import React from "react";
-import Hero from "./components/Hero";
-import VisionSection from "./components/VisionSection";
-import Footer from "./components/Footer";
-import Intro from "./components/Intro";
-import NavbarLanding from "./components/NavbarLanding";
-import LeaderLanding from "./components/LeaderLanding";
+import React from 'react';
+import Hero from './components/Hero';
+import VisionSection from './components/VisionSection';
+import Footer from './components/Footer';
+import Intro from './components/Intro';
+import NavbarLanding from './components/NavbarLanding';
+import LeaderLanding from './components/LeaderLanding';
 const LandingPage = () => {
   return (
-    <div data-theme="luxury">
+    <div data-theme="luxury" className="overflow-y-auto h-screen">
       <NavbarLanding />
       <Hero />
Index: client/src/LandingPage/components/Footer.jsx
===================================================================
--- client/src/LandingPage/components/Footer.jsx	(revision 719b73d986e44a612d0d6739fca837a9551c3436)
+++ client/src/LandingPage/components/Footer.jsx	(revision 8883a1dc40cdcf4d3e5e09cd86003ca15f424a43)
@@ -6,5 +6,5 @@
       <nav className="grid grid-flow-col gap-4">
         <a className="link link-hover">Register</a>
-        <a className="link link-hover">Login in</a>
+        <a className="link link-hover">Log In</a>
         <a className="link link-hover">Attempt a challenge</a>
         <a className="link link-hover">Leaderboard</a>
