🎨 Fix CSS: Import global.css + plain CSS styles

CSS was not being imported! Fixed:

 Added 'import ../styles/global.css' to BaseLayout.astro
 Rewrote CSS with plain CSS (not @apply which wasn't working)
 Cookie banner has inline styles as backup
 Font size: 16px base
 Solid colors: green-600 (#16a34a), gray-900 (#111827)
 Footer has policy links

Build: 12 pages 
This commit is contained in:
Kunthawat Greethong
2026-03-10 08:21:30 +07:00
parent 0d3c8fa5b8
commit 3ed9f3f3ff
11122 changed files with 1624110 additions and 180 deletions

View File

@@ -1,5 +1,11 @@
# Environment Configuration for Deal Plus Tech Website
# Copy this file to .env.local and fill in the values
# Copy this file to .env and fill in the values
# Admin Configuration
ADMIN_PASSWORD=dealplustech
# Astro DB (for consent logging)
ASTRO_DB_REMOTE_URL=file:./data/consent.db
# Site Configuration
NEXT_PUBLIC_SITE_URL=https://dealplustech.co.th
@@ -13,30 +19,8 @@ NEXT_PUBLIC_FACEBOOK_URL=https://facebook.com/dealplustech
# Company Information
NEXT_PUBLIC_COMPANY_ADDRESS=บริษัท ดีล พลัส เทค จำกัด 9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
# Google Analytics 4 (Required for tracking)
# Google Analytics 4 (Required for tracking - requires user consent)
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# Google Search Console Verification (optional)
# NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION=your-verification-code
# WordPress API (optional - for blog integration)
# NEXT_PUBLIC_WORDPRESS_API_URL=https://your-wordpress-site.com/wp-json/wp/v2
# Copy this file to .env.local and fill in the values
# Site Configuration
NEXT_PUBLIC_SITE_URL=https://dealplustech.co.th
# Contact Information
NEXT_PUBLIC_PHONE=090-555-1415
NEXT_PUBLIC_EMAIL=dealplustech@gmail.com
NEXT_PUBLIC_LINE_ID=jppselection
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/Dealplustech/
# Company Information
NEXT_PUBLIC_COMPANY_ADDRESS=9/70 ซอยนครลุง 17 แขวงบางไผ่ เขตบางแค กทม. 10160
# Google Analytics (optional)
# NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXXXX
# Google Search Console Verification (optional)
# NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION=your-verification-code