Skip to content

Commit 0eb3def

Browse files
committed
Update changes
1 parent e0d3a72 commit 0eb3def

4 files 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
@@ -818,17 +818,17 @@ export default function HomePage() {
818818
</div>
819819
<div className="rounded-xl overflow-hidden shadow-xl border border-slate-200 dark:border-slate-700 dark:bg-white">
820820
<LightboxImage
821-
src="/img/profiles/galaga-menu.webp"
822-
alt="Sci-Fi Space Game — Main Menu built by Coder agent"
821+
src="/img/publish/games/2048_2076x1850.webp"
822+
alt="2048 Game — built by Coder agent"
823823
width={400}
824824
height={300}
825825
className="w-full h-auto"
826826
/>
827827
</div>
828828
<div className="rounded-xl overflow-hidden shadow-xl border border-slate-200 dark:border-slate-700 dark:bg-white">
829829
<LightboxImage
830-
src="/img/profiles/galaga-game.webp"
831-
alt="Sci-Fi Space Game — Gameplay built by Coder agent"
830+
src="/img/publish/games/Breakout_2076x1850.webp"
831+
alt="Breakout — Gameplay built by Coder agent"
832832
width={400}
833833
height={300}
834834
className="w-full h-auto"
17.9 KB
Loading
47.8 KB
Loading
49.8 KB
Loading

0 commit comments

Comments
 (0)