diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 14749f9..4163ded 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @sweetpea22 @web3/web3-js \ No newline at end of file +* @AlexeyKrasnoperov \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 5678f97..7f2a9f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,12 @@ import Banner from "@/components/Banner"; import Footer from "@/components/Footer"; import Navbar from "@/components/Navbar"; -import Ambassadors from "@/components/sections/Ambassadors"; import Features from "@/components/sections/Features"; import Hero from "@/components/sections/Hero"; import LogoCloud from "@/components/sections/LogoCloud"; import Stats from "@/components/sections/Stats"; import Testimonials from "@/components/sections/Testimonials"; import ThreeSteps from "@/components/sections/ThreeSteps"; -import WhyBeAmbassador from "@/components/sections/WhyBeAmbassador"; import YouCan from "@/components/sections/YouCan"; export default function Home() { @@ -21,8 +19,6 @@ export default function Home() { - -
diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index abe9f7b..af1823d 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -1,12 +1,12 @@ -import { docsUrl } from "./urls" + export default function Banner() { return ( diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 18ff5e3..e96cde4 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -54,7 +54,7 @@ export default function Footer() { alt='Web3js Logo' />

- Web3js - The longest-running web3 library. + Web3js

@@ -104,7 +104,7 @@ export default function Footer() {

- © {currentYear} Maintained with ❤️ by ChainSafe + © {currentYear}

diff --git a/src/components/sections/Hero.tsx b/src/components/sections/Hero.tsx index f42ecdb..bce1626 100644 --- a/src/components/sections/Hero.tsx +++ b/src/components/sections/Hero.tsx @@ -13,9 +13,6 @@ export default function Hero() {
-
ChainSafe Logo, maintainer of web3js -

{" "} Maintained by ChainSafe

-
diff --git a/src/components/sections/Stats.tsx b/src/components/sections/Stats.tsx index 5717946..c990c6b 100644 --- a/src/components/sections/Stats.tsx +++ b/src/components/sections/Stats.tsx @@ -1,27 +1,4 @@ import SectionHeading from "../SectionHeading" - -const stats = [ - { - name: 'Monthly npm usage', - value: '2M', - }, - { - name: 'Monthly CDN requests', - value: '2M', - }, - { - name: 'Weekly downloads', - value: '500k', - }, - { - name: 'GitHub stars', - value: '19K', - }, - { - name: 'Dependent projects', - value: '3K+', - }, - ] export default function Stats() { return ( @@ -34,14 +11,7 @@ const stats = [ Web3.js was established in 2014, making it the oldest web3 library. With extensive documentation, an active community and modular design, Web3.js is powerful and easy-to-use.

-
- {stats.map((stat, index) => ( -
-

{stat.value}

-

{stat.name}

-
- ))} -
+