Skip to content

Commit 1f7f8cf

Browse files
committed
change heading size
1 parent 3e0641f commit 1f7f8cf

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

client/src/pages/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export default function Landing() {
153153
<div className="relative z-10 mx-auto max-w-7xl">
154154
<div className="mb-8 grid grid-cols-1 md:grid-cols-2">
155155
<div className="flex flex-col items-start">
156-
<h2 className="flex items-center gap-3 font-jersey10 text-5xl text-white">
156+
<h2 className="flex items-center gap-3 font-jersey10 text-4xl text-white">
157157
Featured Member Creations
158158
<Image src="/heart.png" alt="" width={60} height={50} />
159159
</h2>
@@ -179,14 +179,14 @@ export default function Landing() {
179179
>
180180
<div className="relative aspect-[16/9] w-full overflow-hidden rounded-lg">
181181
<Image
182-
src={game.image}
183-
alt={game.title}
182+
src={game.thumbnail}
183+
alt={game.name}
184184
fill
185185
className="object-cover"
186186
/>
187187
</div>
188188
<h3 className="mb-2 mt-4 font-jersey10 text-2xl text-white">
189-
{game.title}
189+
{game.name}
190190
</h3>
191191

192192
<p className="mb-4 text-sm text-primary">{game.description}</p>

0 commit comments

Comments
 (0)