import { c as createComponent } from './astro-component_BaTxfI_2.mjs';
import 'piccolore';
import { k as createRenderInstruction, m as maybeRenderHead, f as addAttribute, r as renderTemplate, l as renderHead, h as renderComponent, n as renderSlot } from './server_CWPsUuvN.mjs';
import 'clsx';
async function renderScript(result, id) {
const inlined = result.inlinedScripts.get(id);
let content = "";
if (inlined != null) {
if (inlined) {
content = ``;
}
} else {
const resolved = await result.resolve(id);
content = ``;
}
return createRenderInstruction({ type: "script", id, content });
}
const $$Header = createComponent(($$result, $$props, $$slots) => {
const Astro2 = $$result.createAstro($$props, $$slots);
Astro2.self = $$Header;
const navItems = [
{ label: "หน้าหลัก", href: "/" },
{ label: "เกี่ยวกับเรา", href: "/about-us" },
{ label: "บริการ", href: "/web-development" },
{ label: "ผลงาน", href: "/portfolio" },
{ label: "บล็อก", href: "/blog" },
{ label: "ติดต่อเรา", href: "/contact-us" }
];
const currentPath = Astro2.url.pathname;
return renderTemplate`${maybeRenderHead()}`;
}, "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/components/Header.astro", void 0);
const $$Footer = createComponent(($$result, $$props, $$slots) => {
const services = [
{ label: "พัฒนาเว็บไซต์", href: "/web-development" },
{ label: "Marketing Automation", href: "/marketing-automation" },
{ label: "AI Automation", href: "/ai-automation" },
{ label: "ให้คำปรึกษา", href: "/tech-consult" }
];
const company = [
{ label: "เกี่ยวกับเรา", href: "/about-us" },
{ label: "ผลงาน", href: "/portfolio" },
{ label: "บล็อก", href: "/blog" },
{ label: "FAQ", href: "/faq" }
];
const legal = [
{ label: "นโยบายความเป็นส่วนตัว", href: "/privacy-policy" },
{ label: "ข้อกำหนดการใช้งาน", href: "/terms-and-conditions" }
];
return renderTemplate`${maybeRenderHead()}`;
}, "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/components/Footer.astro", void 0);
const $$CookieBanner = createComponent(($$result, $$props, $$slots) => {
return renderTemplate`${maybeRenderHead()}
${renderScript($$result, "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/components/consent/CookieBanner.astro?astro&type=script&index=0&lang.ts")}`;
}, "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/components/consent/CookieBanner.astro", void 0);
const $$Layout = createComponent(($$result, $$props, $$slots) => {
const Astro2 = $$result.createAstro($$props, $$slots);
Astro2.self = $$Layout;
const { title, description = "บริษัท มอร์มินิมอร์ จำกัด - ผู้เชี่ยวชาญด้าน IT และ Digital Transformation สำหรับธุรกิจ SMEs ไทย" } = Astro2.props;
return renderTemplate` ${title} | MoreminiMore${renderHead()} ${renderComponent($$result, "Header", $$Header, {})} ${renderSlot($$result, $$slots["default"])} ${renderComponent($$result, "Footer", $$Footer, {})} ${renderComponent($$result, "CookieBanner", $$CookieBanner, {})} `;
}, "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/layouts/Layout.astro", void 0);
export { $$Layout as $, renderScript as r };