Fix all product pages with REAL crawled content
✅ Regenerated 34 product pages with actual crawled content ✅ Mapped correct product images to each page (1,348 images) ✅ Green color theme from original logo ✅ Mega menu with proper categories ✅ Homepage with PPR product images (not banners) ✅ Footer with main categories only ✅ Logo without text Fixed issues: - All product pages now use REAL content from dealplustech.co.th - Product images mapped correctly (not logo!) - Green theme (#3f8b6d) matches original website - All 1,348 images available in /images/products-misc/
This commit is contained in:
@@ -8,16 +8,28 @@ export default {
|
||||
},
|
||||
colors: {
|
||||
primary: {
|
||||
50: '#eff6ff',
|
||||
100: '#dbeafe',
|
||||
200: '#bfdbfe',
|
||||
300: '#93c5fd',
|
||||
400: '#60a5fa',
|
||||
500: '#3b82f6',
|
||||
600: '#2563eb',
|
||||
700: '#1d4ed8',
|
||||
800: '#1e40af',
|
||||
900: '#1e3a8a',
|
||||
50: '#f0fdf4',
|
||||
100: '#dcfce7',
|
||||
200: '#bbf7d0',
|
||||
300: '#86efac',
|
||||
400: '#4ade80',
|
||||
500: '#3f8b6d', // Original green from dealplustech.co.th
|
||||
600: '#3aaf55', // Bright green accent
|
||||
700: '#2f855a',
|
||||
800: '#276749',
|
||||
900: '#22543d',
|
||||
},
|
||||
accent: {
|
||||
50: '#fff7ed',
|
||||
100: '#ffedd5',
|
||||
200: '#fed7aa',
|
||||
300: '#fdba74',
|
||||
400: '#fb923c',
|
||||
500: '#e35c18', // Original orange from dealplustech.co.th
|
||||
600: '#c2410c',
|
||||
700: '#9a3412',
|
||||
800: '#7c2d12',
|
||||
900: '#431407',
|
||||
},
|
||||
secondary: {
|
||||
50: '#f8fafc',
|
||||
@@ -31,18 +43,6 @@ export default {
|
||||
800: '#1e293b',
|
||||
900: '#0f172a',
|
||||
},
|
||||
accent: {
|
||||
50: '#fef2f2',
|
||||
100: '#fee2e2',
|
||||
200: '#fecaca',
|
||||
300: '#fca5a5',
|
||||
400: '#f87171',
|
||||
500: '#ef4444',
|
||||
600: '#dc2626',
|
||||
700: '#b91c1c',
|
||||
800: '#991b1b',
|
||||
900: '#7f1d1d',
|
||||
},
|
||||
},
|
||||
fontSize: {
|
||||
base: ['18px', { lineHeight: '1.6' }],
|
||||
|
||||
Reference in New Issue
Block a user