2 Commits

Author SHA1 Message Date
kevin-asprec
dd7f6bb745 seo: improve SEO and fix social media link preview image
- Fix og:image and twitter:image to use absolute URLs (was the root cause of missing social preview image)
- Add og:image:width, og:image:height, og:image:alt, og:image:type
- Add og:site_name, og:locale, twitter:site, twitter:image:alt
- Add canonical link tag and robots meta
- Add JSON-LD structured data for Organization, SoftwareApplication, WebSite
- Add public/robots.txt pointing to sitemap
- Add public/sitemap.xml for search engine crawling
- Add public/site.webmanifest for PWA/mobile home screen support
- Add theme-color meta and apple-touch-icon link
- Update lang attribute to en-PH
2026-03-17 18:40:50 +08:00
kevin-asprec
5376d1b1d5 feat: complete TapTrack landing page — Phases 1-10
- Vite + Vue 3 + TypeScript + Tailwind CSS v4 scaffold
- lucide-vue-next icons, Inter font, design tokens
- AppNavbar: sticky, scroll shadow, mobile hamburger
- AppFooter: dark navy, 3 link columns, copyright bar
- HeroSection: pill badge, H1, CTAs, trust row, screenshot
- PrivacyBanner: dark, 3 stat icons (Server/Shield/WifiOff)
- SeeItLiveSection: gate kiosk screenshot showcase
- FeaturesSection: 6-card grid with Lucide icons
- ScreenshotsSection: Student Directory + Reports.jpg cards
- HowItWorksSection: 3 steps + billing card
- SupportSection: 5 support cards + quote card
- ContactSection: form with Formspree, validation, success state
- v-reveal directive: Intersection Observer scroll animations
- SEO meta tags + Open Graph + Twitter Card
- vercel.json SPA rewrite rule
- Build: 100KB JS / 19KB CSS, 0 errors
2026-03-17 04:01:44 +08:00