import type { Metadata } from 'next'; import Link from 'next/link'; export const metadata: Metadata = { title: 'นโยบายความเป็นส่วนตัว (Privacy Policy)', description: 'นโยบายความเป็นส่วนตัวของบริษัท ดีล พลัส เทค จำกัด ตามพระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA)', keywords: ['นโยบายความเป็นส่วนตัว', 'PDPA', 'คุ้มครองข้อมูลส่วนบุคคล', 'ดีลพลัสเทค'], }; function PrivacyPolicySchema() { const schema = { '@context': 'https://schema.org', '@type': 'LegalService', name: 'ดีลพลัสเทค', alternateName: 'Deal Plus Tech Co., Ltd.', description: 'นโยบายความเป็นส่วนตัว - ตามพระราชบัญญัติคุ้มครองข้อมูลส่วนบุคคล พ.ศ. 2562 (PDPA)', url: 'https://dealplustech.co.th/privacy-policy', provider: { '@type': 'Organization', name: 'บริษัท ดีล พลัส เทค จำกัด', telephone: '+66-90-555-1415', email: 'info@dealplustech.co.th', address: { '@type': 'PostalAddress', streetAddress: '9/70 ซอยนครลุง 17', addressLocality: 'แขวงบางไผ่', addressRegion: 'เขตบางแค', addressCountry: 'TH', postalCode: '10160', }, }, }; return (