We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6275001 commit ed39f40Copy full SHA for ed39f40
src/pages/[locale]/start/index.tsx
@@ -70,7 +70,11 @@ const StartWithCryptoPage = () => {
70
<QueryClientProvider client={queryClient}>
71
<WalletProviders locale={router.query.locale as string}>
72
<MainArticle className="flex w-full flex-col items-center overflow-x-hidden">
73
- <PageMetadata title={""} description={""} image="" />
+ <PageMetadata
74
+ title={"Start with crypto"}
75
+ description={"Your gateway to the world of ethereum"}
76
+ image={HeroImage.src}
77
+ />
78
79
<div className="mb-16 h-[240px] w-full md:h-[380px] lg:h-[398px]">
80
<Image
0 commit comments