Skip to content

Commit 4183bd4

Browse files
JoeMattclaude
andcommitted
style: improve screenshot section on homepage
- Rename section to "See It In Action" with descriptive subtitle - Add orange device icons to iPhone, iPad, Apple TV platform headings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent be4ecfd commit 4183bd4

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

src/app/page.tsx

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,17 @@ export default function Home() {
132132

133133
{/* Screenshots */}
134134
<section className="container mx-auto px-4 py-16">
135-
<h2 className="text-3xl font-bold text-center text-white mb-12">Screenshots</h2>
135+
<div className="text-center mb-12">
136+
<h2 className="text-3xl font-bold text-white mb-3">See It In Action</h2>
137+
<p className="text-gray-400 max-w-xl mx-auto">Classic Dreamcast games on your iPhone, iPad, and Apple TV.</p>
138+
</div>
136139

137140
{/* iPhone */}
138141
<div className="mb-16">
139-
<h3 className="text-xl font-semibold text-gray-300 mb-6 text-center">iPhone</h3>
142+
<h3 className="flex items-center justify-center gap-2 text-lg font-semibold text-gray-300 mb-6">
143+
<svg viewBox="0 0 24 24" fill="currentColor" className="w-5 h-5 text-orange-400" aria-hidden="true"><path d="M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm5 18a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"/></svg>
144+
iPhone
145+
</h3>
140146
<div className="flex flex-wrap justify-center gap-4">
141147
{([
142148
[iphone1, 'iFly iPhone – game library'],
@@ -160,7 +166,10 @@ export default function Home() {
160166

161167
{/* iPad */}
162168
<div className="mb-16">
163-
<h3 className="text-xl font-semibold text-gray-300 mb-6 text-center">iPad</h3>
169+
<h3 className="flex items-center justify-center gap-2 text-lg font-semibold text-gray-300 mb-6">
170+
<svg viewBox="0 0 24 24" fill="currentColor" className="w-5 h-5 text-orange-400" aria-hidden="true"><path d="M4 2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm8 18a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z"/></svg>
171+
iPad
172+
</h3>
164173
<div className="flex flex-wrap justify-center gap-4">
165174
{([
166175
[ipad1, 'iFly iPad – game library'],
@@ -182,7 +191,10 @@ export default function Home() {
182191

183192
{/* Apple TV */}
184193
<div>
185-
<h3 className="text-xl font-semibold text-gray-300 mb-6 text-center">Apple TV</h3>
194+
<h3 className="flex items-center justify-center gap-2 text-lg font-semibold text-gray-300 mb-6">
195+
<svg viewBox="0 0 24 24" fill="currentColor" className="w-5 h-5 text-orange-400" aria-hidden="true"><path d="M2 6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6Zm8 13h4v1H10v-1Z"/></svg>
196+
Apple TV
197+
</h3>
186198
<div className="flex flex-wrap justify-center gap-4">
187199
{([
188200
[tvos1, 'iFly Apple TV – game library'],

0 commit comments

Comments
 (0)