Commit Graph

5 Commits

Author SHA1 Message Date
Kunthawat Greethong
0d3c8fa5b8 🎨 CSS fixes only (from commit 5b041a6 analysis)
Only CSS changed - all features preserved:

CSS FIXES:
 Font size: 16px base (was 18px), NO scaling on large screens
 Cookie banner: SOLID bg-gray-900 (no transparency)
 Cookie buttons: SOLID green/gray colors
 Header: SOLID green-600 top bar, white nav
 Footer: SOLID bg-gray-900, green-400 accents
 Footer: Policy links restored (Privacy, Terms, Cookie)

NO FEATURES REMOVED - CSS ONLY CHANGES

Build: 11 pages 
2026-03-09 22:57:29 +07:00
Kunthawat Greethong
a06240f574 🎨 Restore from commit 5b041a6 + fix all issues
Restored Header and Footer from best commit (5b041a6) + fixes:

FIXES:
 Font size reduced to 16px base (was 18px)
 No font scaling on large screens (stays 18px)
 Cookie banner: solid bg-gray-900, no transparency
 Cookie buttons: solid green/gray colors
 Header overlap: Pages have pt-32 padding
 Footer: Has privacy/terms links restored

COLORS:
- Green: bg-green-600 (solid)
- Gray: bg-gray-900, bg-gray-700 (solid)
- No transparency anywhere

Build: 11 pages 
2026-03-09 22:49:45 +07:00
Kunthawat Greethong
d092905e57 🎨 Fix: Add Header and Footer to all pages + standardize colors
MAJOR FIX - Pages were missing Header and Footer components:
 Added Header import to all pages
 Added Footer import to all pages
 Added <Header /> and <Footer /> components
 Changed custom colors to standard Tailwind (green-600, gray-*)
 Fixed: about-us, services, products, blog pages

COLOR SCHEME:
- primary-600 → green-600 (trust, growth)
- secondary-900 → gray-900 (professional)
- secondary-800 → gray-800
- secondary-600 → gray-600
- secondary-200 → gray-200

All pages now show proper Header navigation and Footer with links!
2026-03-09 22:34:36 +07:00
Kunthawat Greethong
2c23588dd0 🎨 Fix: Add CSS import to BaseLayout + use standard Tailwind colors
- Added import '../styles/global.css' to BaseLayout.astro
- Changed custom colors to standard Tailwind (green-600, gray-600)
- CSS now properly bundled and served

Fixes:
 No styles applying to website
 Tailwind CSS now working
 Button and card styles functional
2026-03-09 22:19:01 +07:00
Kunthawat Greethong
92072a4ebf 🖼️ Restore public folder (images, assets) + fix Dockerfile
- Restored public/images from Next.js backup
- Fixed Dockerfile to bind to 0.0.0.0
- Images now served correctly

Fixes:
 404 errors for images
 Missing CSS/Tailwind styles
 Docker container accessibility
2026-03-09 22:13:23 +07:00