Commit Graph

9 Commits

Author SHA1 Message Date
Kunthawat Greethong
2b423be1e4 feat: add Meta CAPI + Google Enhanced Conversions server-side tracking
- Add /api/conversions endpoint (Meta CAPI + GA4 Measurement Protocol)
- SHA-256 PII hashing, event_id deduplication, fbp/fbc cookies
- Client-side sendConversion() utility in PageShell.astro
- Lead event tracking on form submit in home.js
- GA4 allow_enhanced_conversions config
2026-07-02 14:50:51 +07:00
Kunthawat Greethong
8f03e6af69 fix: correct GA4 Measurement ID to G-74BHREDLC3 2026-07-01 12:53:11 +07:00
Kunthawat Greethong
94a1325f1f fix: add is:inline to tracking scripts for cookie scanner detection
Astro bundles inline scripts as type=module which cookie scanners
cannot detect. is:inline forces them to render as type=text/javascript.
2026-07-01 12:48:54 +07:00
Kunthawat Greethong
0c31f800cf feat: add GA4, Meta Pixel, Umami, and ConsentOS tracking scripts
- GA4: G-397993276
- Meta Pixel: 418349260078648
- Umami: self-hosted at umami.moreminimore.com
- ConsentOS: cookie consent loader
2026-07-01 12:06:04 +07:00
Kunthawat Greethong
c004ee6504 Add SEO+GEO foundation + blog auto JSON-LD + robots fix 2026-06-30 22:16:47 +07:00
Kunthawat Greethong
479ed4722e Improve mobile responsive layout and site content 2026-06-30 21:02:47 +07:00
Kunthawat Greethong
9ebbc91e5b feat: major content & layout overhaul across all sections
- Problem strip: 4 sign cards with closing statement
- Dataroot section: rebranded as case study with new content
- Services: 2×2 content-rich cards with bullet lists, updated copy
- Process: moved above portfolio, new strategy-focused copy
- Portfolio: 9 items with correct tags, uniform cards, light theme
- SEO: OG tags, canonical, favicons, robots.txt, sitemap, 404
- Backdrop: lighter white for lead panel readability
- Footer, LegalPages component, various text refinements
- Fix CSS syntax error in neural hero hover state
2026-06-28 16:52:44 +07:00
Kunthawat Greethong
0f244424c0 feat: hero profit cluster, dark text fix, footer, privacy/terms pages
- Replace hero right panel with liquid-glass profit cluster (กำไร + Marketing/AI/Business Knowledge)
- Fix dark-on-dark text visibility in all inverted sections (scene-dark, page-section)
- Add Footer component with liquid-glass design, contact info, legal links
- Add privacy and terms placeholder pages
- Update PageShell to include Footer on all pages
2026-06-24 08:24:49 +07:00
Kunthawat Greethong
f827afb33f feat: liquid glass UI, blob background, redesign home/portfolio/about pages
- Liquid glass effect on navbar/cards with backdrop-filter invert
- Animated blob gradient background (SVG-based)
- Portfolio section: scene-dark invert, show 5 items on home
- How Work section: step flow with numbers + connecting lines
- Hero: Decision snapshot replacing problem selector
- About page: inverted background with contrast fixes
- Fix parallax JS bundling via Astro
- Fix navbar fixed positioning after liquid glass CSS
- Submenu hover fix
- Clean up removed legacy files/assets
2026-06-23 11:40:37 +07:00