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,7 +8,7 @@ interface Props {
|
||||
canonicalURL?: string;
|
||||
}
|
||||
|
||||
const { title, description = 'ผู้เชี่ยวชาญระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก', image = '/images/logo/logox2.png', canonicalURL = Astro.url } = Astro.props;
|
||||
const { title, description = 'ผู้เชี่ยวชาญระบบน้ำ ให้คำแนะนำและจำหน่ายท่อ PPR ตราช้าง ท่อพีพีอาร์ ท่อ PPR ท่อ HDPE Thai PPR รั้วตาข่าย คุณภาพสูง ราคาถูก', image = '/images/logo/dealplustech-logo.png', canonicalURL = Astro.url } = Astro.props;
|
||||
|
||||
const siteName = 'Deal Plus Tech';
|
||||
const siteUrl = 'https://dealplustech.co.th';
|
||||
|
||||
Reference in New Issue
Block a user