diff --git a/packages/nextjs/components/Header.tsx b/packages/nextjs/components/Header.tsx index 2e1a789..cc91cad 100644 --- a/packages/nextjs/components/Header.tsx +++ b/packages/nextjs/components/Header.tsx @@ -11,17 +11,15 @@ export const Header = () => ( <> BG Media | BuidlGuidl Grants - + @@ -32,7 +30,7 @@ export const Header = () => (

BG Media

-

BuidlGuidl Grants

+

BuidlGuidl Media

diff --git a/packages/nextjs/components/Menu.tsx b/packages/nextjs/components/Menu.tsx index 366b8e4..c1d62aa 100644 --- a/packages/nextjs/components/Menu.tsx +++ b/packages/nextjs/components/Menu.tsx @@ -20,16 +20,19 @@ export const Menu = () => { Members -
  • - + {/*
  • + Projects -
  • -
  • +
  • */} + {/*
  • F.A.Q. -
  • + */}
    ); diff --git a/packages/nextjs/pages/index.tsx b/packages/nextjs/pages/index.tsx index ae13364..5df37f8 100644 --- a/packages/nextjs/pages/index.tsx +++ b/packages/nextjs/pages/index.tsx @@ -1,5 +1,4 @@ import React from "react"; -import Link from "next/link"; import type { NextPage } from "next"; import { StreamContractInfo } from "~~/components/StreamContractInfo"; @@ -10,30 +9,10 @@ const Home: NextPage = () => {

    Welcome

    - We're running an experiment to fund focused, high-leverage open-source work by providing streams to builders - rewarding them for their ongoing contributions to BuidlGuidl and the Ethereum Ecosystem. -

    -

    - Our emphasis is on quality over quantity, striving for well-crafted products. Our approach embraces - iteration, refining our builds while fostering a culture of continuous learning and improvement. -

    -

    - - Members - {" "} - contributing to any of the active{" "} - - projects - {" "} - can submit their work and claim grant streams, while showcasing their contributions to the public. -

    -

    This initiative is made possible by BuidlGuidl!

    -

    - Read more at the{" "} - - F.A.Q - + Funding high leverage BuidlGuidl members for their designs, social media contributions, and other media + related work.

    +

    Made possible by the BuidlGuidl!

    diff --git a/packages/nextjs/public/favicon.ico b/packages/nextjs/public/favicon.ico new file mode 100644 index 0000000..5c2a1f3 Binary files /dev/null and b/packages/nextjs/public/favicon.ico differ diff --git a/packages/nextjs/public/favicon.png b/packages/nextjs/public/favicon.png deleted file mode 100644 index 30edbf8..0000000 Binary files a/packages/nextjs/public/favicon.png and /dev/null differ