import { c as createComponent } from './astro-component_BaTxfI_2.mjs'; import 'piccolore'; import { h as renderComponent, r as renderTemplate, m as maybeRenderHead, f as addAttribute } from './server_CWPsUuvN.mjs'; import { $ as $$Layout, r as renderScript } from './Layout_C5ObnTcG.mjs'; const $$Portfolio = createComponent(($$result, $$props, $$slots) => { const portfolioItems = [ { name: "Lungfinler", url: "https://lungfinler.com", category: "webdev", thumbnail: "/images/portfolio/lungfinler.png", description: "Digital Agency - บริการด้านการสร้างแบรนด์ กราฟิกดีไซน์ และถ่ายภาพสินค้าคุณภาพสูง", services: ["Website", "Branding", "Graphic Design"] }, { name: "Jet Industries", url: "https://jetindustries.co.th", category: "webdev", thumbnail: "/images/portfolio/jetindustries.png", description: "ผู้ผลิตพลาสติกฉีดขึ้นรูปอย่างแม่นยำ (Precision Plastic Injection Molding) มีประสบการณ์กว่า 40 ปี", services: ["Website", "Industrial"] }, { name: "สำนักงานกฎหมาย ตถาตา", url: "https://lawyernoom.com", category: "webdev", thumbnail: "/images/portfolio/lawyernoom.png", description: "สำนักงานกฎหมายโดย ทนายความ คมสัน ศรีวนิชย์ - บริการด้านคดีความ คดีแพ่ง คดีอาญา", services: ["Website", "Legal"] }, { name: "Underdog Marketing", url: "https://underdog.run", category: "webdev", thumbnail: "/images/portfolio/underdog.png", description: "บล็อกการตลาดและการขายสไตล์ ลุยไม่ยั้ง โดย บุ้ง ดีดติ่งหู", services: ["Website", "Content Marketing"] }, { name: "Baofuling Shop", url: "https://baofulingshop.com", category: "ecommerce", thumbnail: "/images/portfolio/baofuling.png", description: "ร้านค้าออนไลน์ครีมบัวหิมะและผลิตภัณฑ์ความงามจีน", services: ["E-commerce", "Beauty"] }, { name: "เทรนเนอร์ซันนี่", url: "https://trainersunny.com", category: "webdev", thumbnail: "/images/portfolio/trainersunny.png", description: "ผู้เชี่ยวชาญด้านการพัฒนาบุคลากรและ Soft Skill", services: ["Website", "Training"] }, { name: "เลือดจระเข้วานิไทย", url: "https://เลือดจระเข้วานิไทย.com", category: "ecommerce", thumbnail: "/images/portfolio/luadjob.png", description: "ตัวแทนจำหน่ายเลือดจระเข้วานิไทยอย่างเป็นทางการ", services: ["E-commerce", "Health"] }, { name: "ทวนทอง 99", url: "https://tuanthong99.com", category: "ecommerce", thumbnail: "/images/portfolio/tuanthong.png", description: "ร้านค้าออนไลน์สมุนไพรไทยคุณภาพสูง", services: ["E-commerce", "Thai Herbal"] }, { name: "Odoo Portal", url: "https://odooportal.com", category: "marketing", thumbnail: "/images/portfolio/odooportal.png", description: "ตัวแทนจำหน่าย Odoo อย่างเป็นทางการในประเทศไทย", services: ["Odoo ERP", "System Implementation"] } ]; const categories = [ { id: "all", name: "ทั้งหมด" }, { id: "webdev", name: "พัฒนาเว็บไซต์" }, { id: "ecommerce", name: "อีคอมเมิร์ซ" }, { id: "marketing", name: "ที่ปรึกษาการตลาด" } ]; return renderTemplate`${renderComponent($$result, "Layout", $$Layout, { "title": "ผลงานของเรา | MoreminiMore - รับทำเว็บไซต์ SEO AI Chatbot", "data-astro-cid-hcjuqwdu": true }, { "default": ($$result2) => renderTemplate` ${maybeRenderHead()}

ผลงาน

รวมผลงานพัฒนาเว็บไซต์และโปรเจกต์ที่เราภาคภูมิใจ

${categories.map((cat) => renderTemplate``)}
${portfolioItems.map((item, index) => renderTemplate`
${item.category === "webdev" ? "เว็บไซต์" : item.category === "ecommerce" ? "อีคอมเมิร์ซ" : "ที่ปรึกษา"} เยี่ยมชมเว็บไซต์

${item.name}

${item.description}

${item.services.slice(0, 3).map((service) => renderTemplate` ${service} `)}
`)}
50+
โปรเจกต์
40+
ลูกค้า
5+
ปีประสบการณ์
100%
ความพึงพอใจ

อยากได้เว็บไซต์แบบนี้บ้าง?

ปรึกษาฟรี! เราพร้อมช่วยวิเคราะห์และออกแบบเว็บไซต์ที่เหมาะกับธุรกิจของคุณ

${renderScript($$result2, "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/pages/portfolio.astro?astro&type=script&index=0&lang.ts")} ` })}`; }, "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/pages/portfolio.astro", void 0); const $$file = "/Users/kunthawatgreethong/Gitea/moreminimore-new/src/pages/portfolio.astro"; const $$url = "/portfolio"; const _page = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({ __proto__: null, default: $$Portfolio, file: $$file, url: $$url }, Symbol.toStringTag, { value: 'Module' })); const page = () => _page; export { page };