diff --git a/public/images/GongspLogo.png b/public/images/GongspLogo.png new file mode 100644 index 0000000..4203c82 Binary files /dev/null and b/public/images/GongspLogo.png differ diff --git a/public/images/logo-400.png b/public/images/logo-400.png new file mode 100644 index 0000000..e107a47 Binary files /dev/null and b/public/images/logo-400.png differ diff --git a/public/images/superWaffle.png b/public/images/superWaffle.png new file mode 100644 index 0000000..27cfe8b Binary files /dev/null and b/public/images/superWaffle.png differ diff --git a/src/App.js b/src/App.js index ca2a86e..c3b1c24 100644 --- a/src/App.js +++ b/src/App.js @@ -1,11 +1,11 @@ -import React from 'react'; -// import { useNavigate } from "react-router-dom"; -// import { useState } from "react/cjs/react.development"; -import Navbar from './components/navbar'; -import NavbarLanding from './components/navbarLanding'; -import isLogin from './utils/isLogin'; -import './statics/css/main.css'; -import { Outlet } from 'react-router-dom'; +import React from "react"; +import Navbar from "./components/navbar"; +import NavbarLanding from "./components/navbarLanding"; +import isLogin from "./utils/isLogin"; +import { Outlet } from "react-router-dom"; +import Footer from "./components/footer"; +import "./statics/css/darkUI.css"; +import "./statics/css/app.css"; function App() { console.log(` @@ -19,12 +19,15 @@ function App() { dP `); return ( -
+
{isLogin() && } {!isLogin() && }

Landing Page

- -
+
+ +
+