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 ( <> +