Skip to content

Commit ed39f40

Browse files
committed
add PageMetadata props
1 parent 6275001 commit ed39f40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/[locale]/start/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ const StartWithCryptoPage = () => {
7070
<QueryClientProvider client={queryClient}>
7171
<WalletProviders locale={router.query.locale as string}>
7272
<MainArticle className="flex w-full flex-col items-center overflow-x-hidden">
73-
<PageMetadata title={""} description={""} image="" />
73+
<PageMetadata
74+
title={"Start with crypto"}
75+
description={"Your gateway to the world of ethereum"}
76+
image={HeroImage.src}
77+
/>
7478

7579
<div className="mb-16 h-[240px] w-full md:h-[380px] lg:h-[398px]">
7680
<Image

0 commit comments

Comments
 (0)