Skip to content

Commit a0c104e

Browse files
JoeMattclaude
andcommitted
feat: add iPad shader and gameplay screenshots to homepage
Convert all remaining iPad screenshots to WebP (ipad3–8), saving ~60% vs source PNG/JPG. Add ipad3-shaders and ipad4-emu to the homepage iPad section (2 → 4 screenshots) for a richer preview of Metal shader quality and gameplay. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3baa72f commit a0c104e

7 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import iphone2 from '@/images/screenshots/ios/iphone2-settings.webp';
55
import iphone3 from '@/images/screenshots/ios/iphone3-emu.webp';
66
import ipad1 from '@/images/screenshots/ipad/ipad1-library.webp';
77
import ipad2 from '@/images/screenshots/ipad/ipad2-search.webp';
8+
import ipad3 from '@/images/screenshots/ipad/ipad3-shaders.webp';
9+
import ipad4 from '@/images/screenshots/ipad/ipad4-emu.webp';
810
import DownloadSection from '@/components/DownloadSection';
911
import SocialButton, { DiscordIcon, XIcon, BmcIcon, PatreonIcon } from '@/components/SocialButton';
1012
import Features from '@/components/Features';
@@ -174,6 +176,8 @@ export default function Home() {
174176
{([
175177
[ipad1, 'iFly iPad – game library'],
176178
[ipad2, 'iFly iPad – search'],
179+
[ipad3, 'iFly iPad – Metal shaders'],
180+
[ipad4, 'iFly iPad – gameplay'],
177181
] as const).map(([img, alt], idx) => (
178182
<div key={`ipad-${idx}`} className="bg-gray-800 rounded-2xl p-3 shadow-xl ring-1 ring-white/5">
179183
<div className="rounded-xl overflow-hidden w-[340px] h-[260px]">
21.2 KB
Loading
29.7 KB
Loading
9.93 KB
Loading
41 KB
Loading
35 KB
Loading
27.9 KB
Loading

0 commit comments

Comments
 (0)