mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
14 lines
421 B
JavaScript
14 lines
421 B
JavaScript
import Meta from '@hackclub/meta'
|
|
import Head from 'next/head'
|
|
|
|
const SprigMeta = () => {
|
|
return (
|
|
<Meta
|
|
as={Head}
|
|
title="Donate a Game Console kit"
|
|
description="Inspiring teens to both make and code. Your $100 donation will send a teenager a Hack Club Game Console Kit!"
|
|
image="https://cloud-kcloydjv0-hack-club-bot.vercel.app/0image_from_ios__1_.jpg"
|
|
/>
|
|
)
|
|
}
|
|
export default SprigMeta
|