diff --git a/src/app/about-us/page.tsx b/src/app/about-us/page.tsx index ae1423c..cbc745d 100644 --- a/src/app/about-us/page.tsx +++ b/src/app/about-us/page.tsx @@ -2,153 +2,22 @@ import Image from "next/image"; import Link from "next/link"; -import { useState } from "react"; import Image2 from "@/assets/Images/image.png"; import Image3 from "@/assets/Images/footerimage.png"; import Image4 from "@/assets/Images/ImageLogo.png"; import Imagetiny1 from "@/assets/Images/1.png"; import Imagetiny2 from "@/assets/Images/2.png"; -// import Imagetiny3 from "@/assets/Images/5.png"; import Imagetiny4 from "@/assets/Images/4.png"; import Imagetiny5 from "@/assets/Images/5.png"; -export default function About() { - const [isMenuOpen, setIsMenuOpen] = useState(false); - - const toggleMenu = () => { - setIsMenuOpen(!isMenuOpen); - }; - +export default function About() { return (
- {/* Navigation */} -
-
-
-
- - - Logo - {/*
*/} - - ChainLib - - - -
- - {/* Desktop Navigation */} - - -
- - -
- - {/* Mobile menu button */} -
- -
-
-
- - {/* Mobile menu */} - {isMenuOpen && ( -
-
- - Home - - - About Check.io - - - Books - - - Contact - -
-
-
- - -
-
-
- )} - -
{/* Hero Section */}
- {/*

- Empowering Stories,
- Decentralized Freedom. -

*/} -

Empowering Stories,
@@ -158,7 +27,6 @@ export default function About() {

- {/* People Banner */}
@@ -179,7 +47,6 @@ export default function About() {

- {/* {" "} */} What is Chainlib?

@@ -195,7 +62,6 @@ export default function About() {

- {/* {" "} */} Why Chainlib Exists?

@@ -294,7 +160,6 @@ export default function About() {
- {/* Smart Contracts Feature */}
@@ -305,7 +170,6 @@ export default function About() { fill="none" xmlns="http://www.w3.org/2000/svg" > - {/* */}
*/}
ChainLib
@@ -674,7 +535,6 @@ export default function About() { - {/* Add more social icons as needed */}
- {/* Navigation Links */}

@@ -722,7 +581,6 @@ export default function About() { Books - {/* Ensure these links point to the correct pages */}
  • - {/* Copyright */}

    © {new Date().getFullYear()} ChainLib. All rights reserved. diff --git a/src/app/landing-page/page.tsx b/src/app/landing-page/page.tsx index e11c953..f932ce9 100644 --- a/src/app/landing-page/page.tsx +++ b/src/app/landing-page/page.tsx @@ -1,6 +1,3 @@ -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"; @@ -8,67 +5,17 @@ import Authors from "@/components/landingpage/Authors"; import Banner from "@/components/landingpage/Banner"; import Community from "@/components/landingpage/Community"; import Partener from "@/components/landingpage/Partener"; -import Footer from "@/components/landingpage/Footer"; export default function landing() { return ( - <> -

    -
    - - - Logo - {/*
    */} - - ChainLib - - - -
    - - {/* Desktop Navigation */} - - -
    - - -
    -
    - - - - - - - - -