import type { Metadata } from 'next' export const metadata: Metadata = { title: 'บริการ Tech Consult | MoreminiMore - คำปรึกษาระบบ IT และ Cloud', description: 'บริการให้คำปรึกษาระบบ IT และ Cloud สำหรับธุรกิจ SMEs เลือกเครื่องมือที่เหมาะกับงบประมาณ', keywords: 'Tech Consult, ที่ปรึกษา IT, Cloud, Infrastructure, SMEs ไทย', openGraph: { title: 'บริการ Tech Consult | MoreminiMore - คำปรึกษาระบบ IT และ Cloud', description: 'บริการให้คำปรึกษาระบบ IT และ Cloud สำหรับธุรกิจ SMEs เลือกเครื่องมือที่เหมาะกับงบประมาณ', url: 'https://moreminimore.com/services/tech-consult', siteName: 'MoreminiMore', locale: 'th_TH', type: 'website', }, twitter: { card: 'summary_large_image', title: 'บริการ Tech Consult | MoreminiMore - คำปรึกษาระบบ IT และ Cloud', description: 'บริการให้คำปรึกษาระบบ IT และ Cloud สำหรับธุรกิจ SMEs เลือกเครื่องมือที่เหมาะกับงบประมาณ', }, alternates: { canonical: 'https://moreminimore.com/services/tech-consult', }, } export default function TechConsultLayout({ children, }: { children: React.ReactNode }) { return children }