Commit Graph

7 Commits

Author SHA1 Message Date
SeekingGamer
ff7e4395ea fix(feat): add locales and refine responsive landing page UI 2026-05-15 13:17:37 +08:00
SeekingGamer
dbda554d28 fix(style): Seperate CSS style to src\styles 2026-05-13 13:46:21 +08:00
TerryM
4134aec1f8 fix: responsive layout for 360px minimum viewport width
- Store badges: w-full on mobile, sm:w-[260px] on larger screens
- AppPreview phone: w-full with aspect-ratio on mobile
- UseCases rows: stack vertically on mobile (flex-col sm:flex-row)
- Footer/DownloadCTA: responsive padding and container widths

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 18:35:29 +08:00
TerryM
b0329e3863 fix: ensure layout works at 360px minimum viewport width
- Store badges: w-full on mobile, sm:w-[260px] on larger screens
- AppPreview phone: w-full with aspect-ratio on mobile, fixed size on lg
- UseCases rows: stack vertically on mobile (flex-col sm:flex-row)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 17:45:23 +08:00
TerryM
ede669051b chore: fix SVG assets and remove unused PNGs
- Rename cta-talkpro-logo, cta-bg-pattern, header-globe, header-logo-wordmark,
  cta/footer store badge icons, preview arrows from .png to .svg
- Refresh cta-bg-pattern from Figma node 9505:754
- Delete 12 unused PNGs leftover from previous design

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 17:30:21 +08:00
TerryM
02102dd046 feat: rebuild landing page from new Figma design (node 9505:537)
Complete redesign with 9 sections matching the updated 1920px layout:
- Header: sticky nav with globe/language toggle and Download CTA
- Hero: warm beige bg, iPhone mockup, "A Modern Way to Stay Connected"
- WhyTalkPro: 2x2 card grid with SVG icons and illustration
- CoreSystem: halftone bg, 6-card feature grid with 3D icons
- Experience: 3 vertical screenshot cards with exact Figma clip positions
- UseCases: split layout with 4 orange-header rows
- Trust: 4-column reliability features with sprite clipping and SVG dividers
- AppPreview: interactive phone carousel with prev/next fade transition
- DownloadCTA: polka-dot bg, TalkPro logo script, store badges
- Footer: logo, description, store badges, link columns

All 35 Figma assets downloaded locally (SVGs correctly named .svg).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 17:14:50 +08:00
TerryM
a573a1e571 feat: add Download CTA section 2026-05-12 16:34:26 +08:00