mirror of
https://github.com/placeholder-soft/web.git
synced 2026-04-28 19:05:28 +08:00
Chore: Update Metadata on GetStarted page (#834)
* added simple metadata for getstarted * fixed metadata on ecosystem page * copy changes
This commit is contained in:
committed by
GitHub
parent
884b7b2446
commit
8ec76cb7a8
@@ -8,12 +8,13 @@ import { TagChip } from 'apps/web/src/components/Ecosystem/TagChip';
|
||||
import { SearchBar } from 'apps/web/src/components/Ecosystem/SearchBar';
|
||||
import { Suspense } from 'react';
|
||||
import ImageAdaptive from 'apps/web/src/components/ImageAdaptive';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL('https://base.org'),
|
||||
title: `Base | About`,
|
||||
title: `Base | Ecosystem`,
|
||||
openGraph: {
|
||||
title: `Base | About`,
|
||||
url: `/about`,
|
||||
title: `Base | Ecosystem`,
|
||||
url: `/ecosystem`,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import type { Metadata } from 'next';
|
||||
import AnalyticsProvider from '../../../contexts/Analytics';
|
||||
import Hero from '../../../src/components/GetStarted/Hero';
|
||||
import BuildersMostWanted from '../../../src/components/GetStarted/BuildersMostWanted';
|
||||
@@ -6,6 +7,15 @@ import GetNoticed from '../../../src/components/GetStarted/GetNoticed';
|
||||
import StartBuilding from '../../../src/components/GetStarted/StartBuilding';
|
||||
import BuildWithUsFooter from '../../../src/components/GetStarted/BuildWithUsFooter';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
metadataBase: new URL('https://base.org'),
|
||||
title: `Base | Get Started`,
|
||||
openGraph: {
|
||||
title: `Base | Get Started`,
|
||||
url: '/getstarted',
|
||||
},
|
||||
};
|
||||
|
||||
export default async function GoToCommunity() {
|
||||
return (
|
||||
<AnalyticsProvider context="builder_resource_kit">
|
||||
|
||||
@@ -35,14 +35,14 @@ export default async function BuildersMostWanted() {
|
||||
/>
|
||||
<ResourceCard
|
||||
title="Office Hours"
|
||||
description="Schedule time to talk to directly to a member of the Base Ecosystem team"
|
||||
description="Check out our Office Hours schedule to ask your questions live"
|
||||
href="https://lu.ma/base-officehours/?utm_source=dotorg&medium=builderkit"
|
||||
topLeft={<Icon name="dotGrid" color="white" />}
|
||||
classnames="bg-purple-80 border-purple-80"
|
||||
/>
|
||||
<ResourceCard
|
||||
title="Host a Meetup"
|
||||
description="Apply to bring Based people together in your community."
|
||||
description="Apply to bring Based people together in your community"
|
||||
href="https://docs.google.com/forms/d/e/1FAIpQLSf5wnzD_czyYOyHFeOmFK_rjsJj7Utovo3jWwR40JizPqmDZg/viewform"
|
||||
topLeft={<Icon name="people" color="white" />}
|
||||
classnames="bg-purple-60 border-purple-60"
|
||||
|
||||
Reference in New Issue
Block a user