Skip to content

Commit 0489b64

Browse files
committed
Update page.tsx
1 parent 2fa81a7 commit 0489b64

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/(home)/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export default function HomePage() {
230230

231231
{/* Projects Built by AI Section */}
232232
<div id="projects-built" className="w-full my-16 px-4">
233-
<div className="max-w-6xl mx-auto">
233+
<div className="max-w-7xl mx-auto">
234234
<div className="text-center mb-10">
235235
<p className="text-sm font-bold uppercase tracking-widest text-blue-600 dark:text-blue-400">Playable &amp; self-contained</p>
236236
<h2 className="mt-2 text-3xl font-bold text-slate-900 dark:text-slate-100 mb-4">
@@ -242,12 +242,12 @@ export default function HomePage() {
242242
</div>
243243
<div className="grid sm:grid-cols-2 lg:grid-cols-3 gap-6">
244244
{[
245-
{ name: 'Breakout', desc: 'Stunning sci-fi breakout game', img: '/img/publish/games/Breakout-home.webp' },
245+
{ name: 'Space Blocks', desc: 'Space themed Tetris with power ups', img: '/img/publish/games/Space_Blocks.webp' },
246+
{ name: 'Breakout', desc: 'Stunning sci-fi breakout game', img: '/img/publish/games/Breakout.webp' },
246247
{ name: '2048', desc: 'Neon 2048 Arcade game', img: '/img/publish/games/2048.webp' },
247248
{ name: 'Pac_Man', label: 'Pac Man', desc: 'Stunning Sci-Fi Pacman', img: '/img/publish/games/Pac_Man.webp' },
248-
{ name: 'Galaga', desc: 'Stunning sci-fi Galaga game in React', img: '/img/publish/games/Galaga.webp' },
249249
{ name: 'Asteroids', desc: 'The classic Asteroids game', img: '/img/publish/games/Asteroids.webp' },
250-
{ name: 'Pinball', desc: 'Stunning Steampunk Workshop themed Pinball', img: '/img/publish/games/Pinball.webp' },
250+
{ name: 'Pong', desc: 'Sci-Fi Neon Pong', img: '/img/publish/games/Pong.webp' },
251251
].map((game) => (
252252
<a
253253
key={game.name}

0 commit comments

Comments
 (0)