--- /** * Marketing Solutions Page - 行銷方案頁面 * Pixel-perfect implementation based on Webflow design */ import Layout from '../layouts/Layout.astro' import SolutionsHero from '../sections/SolutionsHero.astro' import ServicesList from '../sections/ServicesList.astro' // Metadata for SEO const title = '行銷解決方案 | 恩群數位行銷' const description = '恩群數位行銷提供全方位的數位行銷服務,包括 Google Ads、社群代操、論壇行銷、網紅行銷、網站設計等,協助您的品牌在數位時代脫穎而出。' ---