-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into west-african-language-update
- Loading branch information
Showing
12 changed files
with
77 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import type { Metadata } from "next"; | ||
import AnalyticsProvider from "../../../contexts/Analytics"; | ||
import Hero from "../../../src/components/GetStarted/Hero"; | ||
import Essentials from "../../../src/components/GetStarted/Essentials"; | ||
import Funding from "../../../src/components/GetStarted/Funding"; | ||
import GetNoticed from "../../../src/components/GetStarted/GetNoticed"; | ||
import GetInvolved from "apps/web/src/components/GetStarted/GetInvolved"; | ||
import StartBuilding from "../../../src/components/GetStarted/StartBuilding"; | ||
import BuildWithUsFooter from "../../../src/components/GetStarted/BuildWithUsFooter"; | ||
import Container from "apps/web/src/components/base-org/Container"; | ||
|
||
export const metadata: Metadata = { | ||
metadataBase: new URL("https://base.org"), | ||
title: "Base | Build", | ||
openGraph: { | ||
title: "Base | Build", | ||
url: "/build", | ||
images: ["https://base.org/images/getstarted-open-graph.png"], | ||
}, | ||
}; | ||
|
||
export default async function GoToCommunity() { | ||
return ( | ||
<AnalyticsProvider context="builder_resource_kit"> | ||
<Hero /> | ||
<Container> | ||
<main className="mt-20 flex w-full flex-col items-center gap-20 font-display text-gray-5"> | ||
<Essentials /> | ||
<Funding /> | ||
<GetNoticed /> | ||
<GetInvolved /> | ||
<StartBuilding /> | ||
<BuildWithUsFooter /> | ||
</main> | ||
</Container> | ||
</AnalyticsProvider> | ||
); | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters