diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index ea9ad0e..ae1423c 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -48,14 +48,14 @@ export default function About() { Home - + Books - + How It Works About ChainLib @@ -589,7 +589,7 @@ export default function About() {
-

+

Our Community

diff --git a/src/app/landing-page/page.tsx b/src/app/landing-page/page.tsx index 14a744a..e11c953 100644 --- a/src/app/landing-page/page.tsx +++ b/src/app/landing-page/page.tsx @@ -1,3 +1,6 @@ +import Image from "next/image"; +import Link from "next/link"; +import Image4 from "@/assets/Images/ImageLogo.png"; import Hero from "@/components/landingpage/Hero"; import Tagline from "@/components/landingpage/Tagline"; import Nft from "@/components/landingpage/Nft"; @@ -10,6 +13,54 @@ import Footer from "@/components/landingpage/Footer"; export default function landing() { return ( <> +

+
+ + + Logo + {/*
*/} + + ChainLib + + + +
+ + {/* Desktop Navigation */} + + +
+ + +
+
+ diff --git a/src/app/page.tsx b/src/app/page.tsx index c5ed238..c8b9391 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,5 @@ import React from "react"; import LandingPage from "@/app/landing-page/page"; -// import { redirect } from "next/navigation"; -import About from "./about-us/page"; export default function Home() { return ( @@ -10,14 +8,6 @@ export default function Home() { -
- {/* */} - - Lorem ipsum dolor, sit amet consectetur adipisicing elit. Sint et, sit - exercitationem repudiandae assumenda veniam reiciendis, doloribus itaque - aperiam aut consectetur, mollitia quo aliquam labore non minus recusandae! - Laboriosam, necessitatibus! -
); }