{"id":7,"date":"2025-10-18T09:40:40","date_gmt":"2025-10-18T09:40:40","guid":{"rendered":"https:\/\/leeahluck.com\/?page_id=7"},"modified":"2025-11-26T12:00:25","modified_gmt":"2025-11-26T12:00:25","slug":"home-cn","status":"publish","type":"page","link":"https:\/\/leeahluck.com\/","title":{"rendered":"Home CN"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"7\" class=\"elementor elementor-7\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e62d1a1 e-con-full e-flex e-con e-parent\" data-id=\"e62d1a1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-970b6ba elementor-widget elementor-widget-text-editor\" data-id=\"970b6ba\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"zh-Hans\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Menu Page<\/title>\n\n<style>\n  :root {\n    --brand-red: #c9141c;\n    --brand-dark: #111111;\n    --header-h: 72px;\n    --maxw: 1200px;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  html, body {\n    height: 100%;\n  }\n\n  body {\n    margin: 0;\n    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, \"Noto Sans CJK SC\", \"Noto Sans SC\", \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\", sans-serif;\n    color: #222;\n    background: #fff;\n    line-height: 1.5;\n  }\n\n  \/* ===== Header ===== *\/\n  .site-header {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    height: var(--header-h);\n    display: flex;\n    align-items: center;\n    transition: background-color .25s ease, box-shadow .25s ease;\n    background: transparent;\n    box-shadow: none;\n  }\n\n  .site-header.scrolled {\n    background: #ffffff;\n    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);\n  }\n\n  .nav {\n    width: 100%;\n    max-width: var(--maxw);\n    margin: 0 auto;\n    padding: 0 20px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n  }\n\n  \/* === Brand (LOGO UPDATED HERE) === *\/\n  .brand {\n    display: flex;\n    align-items: center;\n  }\n\n  .brand img {\n    height: 70px;\n    width: auto;\n    display: block;\n  }\n\n  \/* === Navigation Links === *\/\n  .menu {\n    display: flex;\n    gap: 28px;\n    align-items: center;\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n\n  .menu a {\n    text-decoration: none;\n    font-weight: 600;\n    letter-spacing: .2px;\n    color: #000;\n    transition: color .2s ease;\n    font-size: .95rem;\n  }\n\n  .menu a:hover {\n    color: var(--brand-red);\n  }\n\n  \/* ===== Hero ===== *\/\n  .hero {\n    position: relative;\n    min-height: calc(100svh - var(--header-h));\n    display: grid;\n    place-items: center;\n    overflow: hidden;\n    isolation: isolate;\n  }\n\n  .hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: url(\"https:\/\/leeahluck.com\/wp-content\/uploads\/2025\/10\/hero-noodles-DZgW96eu.jpg\") center\/cover no-repeat;\n    transform: scale(1.05);\n    z-index: -3;\n  }\n\n  .hero::after {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(180deg,\n        rgba(0, 0, 0, .40) 0%,\n        rgba(0, 0, 0, .25) 35%,\n        rgba(0, 0, 0, .18) 55%,\n        rgba(255, 255, 255, 0) 72%,\n        rgba(255, 255, 255, .75) 92%,\n        rgba(255, 255, 255, .96) 100%);\n    z-index: -2;\n  }\n\n  .hero-inner {\n    width: 100%;\n    max-width: var(--maxw);\n    padding: 72px 20px 88px;\n    text-align: center;\n    color: #fff;\n  }\n\n  \/* ===== Center Logo in Hero (UPDATED HERE) ===== *\/\n  .emblem {\n    width: 160px;\n    height: 160px;\n    margin: 0 auto 28px;\n    display: grid;\n    place-items: center;\n  }\n\n  .emblem img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain;\n    display: block;\n  }\n\n  .headline {\n    font-family: \"Noto Serif SC\", serif;\n    font-weight: 700;\n    font-size: clamp(28px, 4vw, 48px);\n    line-height: 1.25;\n    color: #e51f28;\n    text-shadow: 0 2px 12px rgba(0, 0, 0, .25);\n    margin: 10px auto 16px;\n  }\n\n  .subline {\n    color: #fff;\n    opacity: .95;\n    font-weight: 600;\n    letter-spacing: .8px;\n    margin: 0 auto 26px;\n  }\n\n  .cta {\n    display: flex;\n    gap: 14px;\n    justify-content: center;\n    flex-wrap: wrap;\n    margin-top: 8px;\n  }\n\n  .btn {\n    appearance: none;\n    border: 0;\n    cursor: pointer;\n    padding: 12px 20px;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: .95rem;\n    transition: transform .03s ease, box-shadow .15s ease, background-color .2s ease, color .2s ease, border-color .2s ease;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);\n    white-space: nowrap;\n  }\n\n  .btn:active {\n    transform: translateY(1px);\n  }\n\n  .btn-primary {\n    background: var(--brand-red);\n    color: #fff;\n  }\n\n  .btn-primary:hover {\n    filter: brightness(.95);\n  }\n\n  .btn-ghost {\n    background: #fff;\n    color: #333;\n    border: 2px solid #fff;\n  }\n\n  .btn-ghost:hover {\n    border-color: #ddd;\n  }\n\n  .divider {\n    width: 74px;\n    height: 4px;\n    border-radius: 99px;\n    background: linear-gradient(90deg, transparent, var(--brand-red), transparent);\n    margin: 24px auto 0;\n    opacity: .9;\n  }\n\n  .scroll-cue {\n    position: absolute;\n    left: 50%;\n    bottom: 16px;\n    transform: translateX(-50%);\n    width: 26px;\n    height: 42px;\n    border: 2px solid #fff;\n    border-radius: 20px;\n    opacity: .8;\n  }\n\n  .scroll-cue::after {\n    content: \"\";\n    position: absolute;\n    left: 50%;\n    top: 8px;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    border-radius: 50%;\n    background: #fff;\n    animation: dot 1.5s ease-in-out infinite;\n  }\n\n  @keyframes dot {\n    0% {\n      opacity: 0;\n      transform: translate(-50%, -2px)\n    }\n\n    40% {\n      opacity: 1\n    }\n\n    100% {\n      opacity: 0;\n      transform: translate(-50%, 14px)\n    }\n  }\n\n  \/* ===== Remove WP background on CTA ===== *\/\n  .hero .cta,\n  .hero .cta.wp-block-buttons {\n    background: transparent !important;\n    border: 0 !important;\n    box-shadow: none !important;\n    border-radius: 0 !important;\n    padding: 0 !important;\n  }\n\n  .hero .cta::before,\n  .hero .cta::after {\n    content: none !important;\n  }\n\n  .hero .cta.wp-block-buttons>.wp-block-button {\n    margin: 0 !important;\n  }\n\n  \/* ========== MOBILE ONLY ========== *\/\n  @media (max-width: 820px) {\n    :root {\n      --header-h: 60px;\n    }\n\n    .nav {\n      padding: 0 14px;\n    }\n\n    .brand img {\n      height: 48px;\n    }\n\n    .nav-toggle {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 38px;\n      height: 38px;\n      border-radius: 10px;\n      border: 1px solid #e8e8e8;\n      background: #fff;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, .06);\n    }\n\n    .nav-toggle svg {\n      width: 22px;\n      height: 22px;\n    }\n\n    .menu {\n      position: fixed;\n      left: 0;\n      right: 0;\n      top: var(--header-h);\n      display: none;\n      flex-direction: column;\n      gap: 6px;\n      background: #fff;\n      padding: 12px 14px 14px;\n      box-shadow: 0 12px 28px rgba(0, 0, 0, .12);\n      border-radius: 0 0 14px 14px;\n    }\n\n    .menu.open {\n      display: flex;\n    }\n\n    .menu a {\n      padding: 12px 10px;\n      border-radius: 10px;\n      font-size: 1rem;\n    }\n\n    .menu a:active {\n      background: #f5f5f5;\n    }\n\n    .hero-inner {\n      padding: 56px 16px 64px;\n    }\n\n    .emblem {\n      width: 120px;\n      height: 120px;\n      margin-bottom: 20px;\n    }\n\n    .headline {\n      font-size: clamp(22px, 6vw, 34px);\n      margin: 6px auto 10px;\n    }\n\n    .subline {\n      font-size: .95rem;\n      margin-bottom: 18px;\n    }\n\n    .cta {\n      flex-direction: column;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .cta .btn {\n      width: 100%;\n      max-width: 320px;\n    }\n\n    .scroll-cue {\n      display: none;\n    }\n  }\n\n  \/* Hide hamburger on desktop *\/\n  .nav-toggle {\n    display: none;\n  }\n<\/style>\n<\/head>\n<body>\n\n  <!-- ===== Sticky Header ===== -->\n  <header id=\"header\" class=\"site-header\">\n    <nav class=\"nav\">\n      <!-- UPDATED LOGO -->\n      <a class=\"brand\" href=\"#home\">\n        <img decoding=\"async\" src=\"https:\/\/leeahluck.com\/wp-content\/uploads\/2025\/11\/Untitled_design__11_-removebg-preview.png\" alt=\"Brand Logo\" \/>\n      <\/a>\n\n      <!-- Hamburger for mobile -->\n      <button id=\"navToggle\" class=\"nav-toggle\" aria-controls=\"primary-menu\" aria-expanded=\"false\" aria-label=\"Open menu\">\n        <!-- SVG added for visibility -->\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <line x1=\"3\" y1=\"12\" x2=\"21\" y2=\"12\"><\/line>\n          <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line>\n          <line x1=\"3\" y1=\"18\" x2=\"21\" y2=\"18\"><\/line>\n        <\/svg>\n      <\/button>\n\n      <ul id=\"primary-menu\" class=\"menu\">\n        <li><a href=\"#home\">\u9996\u9875 \/ Home<\/a><\/li>\n        <li><a href=\"#menu\">\u83dc\u5355\u4ea7\u54c1 \/ Menu<\/a><\/li>\n        <li><a href=\"#locations\">\u5206\u884c\u4fe1\u606f \/ Locations<\/a><\/li>\n        <li><a href=\"#contact\">\u8054\u7cfb\u6211\u4eec \/ Contact<\/a><\/li>\n      <\/ul>\n    <\/nav>\n  <\/header>\n\n  <!-- ===== Hero Section ===== -->\n  <section id=\"home\" class=\"hero\" aria-label=\"Hero\">\n    <div class=\"hero-inner\">\n      <!-- UPDATED CENTER EMBLEM LOGO -->\n      <div class=\"emblem\" aria-hidden=\"true\">\n        <img decoding=\"async\" src=\"https:\/\/leeahluck.com\/wp-content\/uploads\/2025\/11\/\u7ecf\u6d4e\u7c89-logo-01.png\" \/>\n      <\/div>\n\n      <h1 class=\"headline\">\u7acb\u8db3\u65b0\u8d77\u70b9 \u6210\u5c31\u65b0\u9ad8\u5ea6<\/h1>\n      <p class=\"subline\">\u5e73\u4ef7 \u00b7 \u7f8e\u5473 \u00b7 \u5feb\u6377 | 8\u5bb6\u5206\u5e97 \u00b7 \u670d\u52a1\u793e\u533a<\/p>\n\n      <div class=\"cta\">\n        <button class=\"btn btn-primary\">\u67e5\u770b\u83dc\u5355 View Menu<\/button>\n        <button class=\"btn btn-ghost\">\u52a0\u76df\u54a8\u8be2 Franchise<\/button>\n      <\/div>\n\n      <div class=\"divider\" aria-hidden=\"true\"><\/div>\n    <\/div>\n    <div class=\"scroll-cue\" aria-hidden=\"true\"><\/div>\n  <\/section>\n\n  <script>\n    \/\/ Header white background after scrolling past 35% of hero\n    const header = document.getElementById('header');\n    const hero = document.getElementById('home');\n    const swapHeader = () => {\n      const threshold = (hero.offsetHeight || 1) * 0.35;\n      if (window.scrollY > threshold) {\n        header.classList.add('scrolled');\n      } else {\n        header.classList.remove('scrolled');\n      }\n    };\n    swapHeader();\n    window.addEventListener('scroll', swapHeader, { passive: true });\n    window.addEventListener('resize', swapHeader);\n\n    \/\/ Mobile menu toggle\n    const navToggle = document.getElementById('navToggle');\n    const menu = document.getElementById('primary-menu');\n\n    function closeMenu() {\n      menu.classList.remove('open');\n      navToggle.setAttribute('aria-expanded', 'false');\n    }\n\n    function toggleMenu() {\n      const isOpen = menu.classList.toggle('open');\n      navToggle.setAttribute('aria-expanded', String(isOpen));\n    }\n\n    navToggle.addEventListener('click', toggleMenu);\n\n    menu.addEventListener('click', (e) => {\n      if (e.target.tagName === 'A') closeMenu();\n    });\n\n    document.addEventListener('click', (e) => {\n      if (!menu.contains(e.target) && !navToggle.contains(e.target)) closeMenu();\n    });\n  <\/script>\n\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-314cca4 e-con-full e-flex e-con e-parent\" data-id=\"314cca4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4672bca elementor-widget elementor-widget-text-editor\" data-id=\"4672bca\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<style>\n  :root {\n    --brand-red: #c9141c;\n    --card-radius: 16px;\n    --soft-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);\n    --maxw: 1200px;\n  }\n\n  .about {\n    background: #f5ece3;\n    padding: 64px 20px 84px;\n  }\n\n  .about-inner { max-width: var(--maxw); margin: 0 auto; }\n  .about-head { text-align: center; margin-bottom: 28px; }\n\n  .about-eyebrow {\n    font-family: \"Noto Serif SC\", serif;\n    color: #b85b57;\n    font-weight: 700;\n    letter-spacing: 0.12em;\n  }\n\n  .about-title {\n    margin: 6px 0 0;\n    font-family: \"Noto Serif SC\", serif;\n    font-size: clamp(26px, 3.4vw, 34px);\n    color: #b85b57;\n    position: relative;\n  }\n  .about-title::before,\n  .about-title::after {\n    content: \"\";\n    position: absolute;\n    top: 50%;\n    width: 72px;\n    height: 2px;\n    background: #cfa79e;\n  }\n  .about-title::before { right: 100%; margin-right: 16px; }\n  .about-title::after  { left: 100%;  margin-left: 16px; }\n\n  \/* ===== Grid ===== *\/\n  .about-grid {\n    display: grid;\n    grid-template-columns: 1.25fr 1fr 1fr;\n    gap: 22px;\n    align-items: stretch;\n    margin-top: 18px;\n  }\n\n  \/* Keep badges visible *\/\n  .about, .about-inner, .about-grid, .feature, .story, .card { overflow: visible !important; }\n\n  \/* Story *\/\n  .story {\n    background: #fff;\n    border-radius: 18px;\n    box-shadow: var(--soft-shadow);\n    padding: 52px 26px 26px; \/* extra top room for badge *\/\n    position: relative;\n    border-left: 6px solid var(--brand-red);\n  }\n  \/* Bigger badge so the words fit *\/\n  .story-badge {\n    position: absolute;\n    top: -24px;\n    right: -24px;\n    background: var(--brand-red);\n    color: #fff;\n    width: 88px;\n    height: 88px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    font-weight: 800;\n    font-size: 0.95rem;\n    line-height: 1.1;\n    box-shadow: 0 10px 22px rgba(0,0,0,.18);\n    z-index: 3;\n  }\n  .story h4 { margin: 0 0 12px; color: #6c6c6c; font-weight: 700; }\n  .story p { margin: 10px 0; color: #333; }\n\n  \/* Feature Cards *\/\n  .feature { display: grid; gap: 22px; }\n  .card {\n    background: #fff;\n    border-radius: 18px;\n    box-shadow: var(--soft-shadow);\n    padding: 52px 22px 22px; \/* extra top room for badge *\/\n    position: relative;\n    border-left: 6px solid var(--brand-red);\n  }\n  .card-bullet {\n    position: absolute;\n    top: -18px;\n    right: -18px;\n    width: 56px;\n    height: 56px;\n    border-radius: 50%;\n    background: var(--brand-red);\n    color: #fff;\n    font-weight: 800;\n    display: grid;\n    place-items: center;\n    box-shadow: 0 10px 20px rgba(0,0,0,.16);\n    z-index: 3;\n  }\n  .card h5 { margin: 8px 0 8px; font-size: 18px; color: #444; }\n  .card p  { margin: 0; font-weight: 700; font-size: 17px; color: #333; }\n\n  \/* Stats Bar *\/\n  .stats {\n    margin-top: 28px;\n    background: var(--brand-red);\n    color: #fff;\n    border-radius: 18px;\n    box-shadow: var(--soft-shadow);\n    padding: 28px 18px;\n  }\n  .stats-grid {\n    max-width: 980px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 10px;\n    text-align: center;\n  }\n  .stat strong { display: block; font-size: 36px; line-height: 1.1; margin-bottom: 6px; }\n  .stat small  { display: block; opacity: .95; font-weight: 600; }\n\n  \/* =================== Responsive =================== *\/\n  @media (max-width: 990px) {\n    .about-grid { grid-template-columns: 1fr 1fr; gap: 18px; }\n    .story { grid-column: 1 \/ -1; grid-row: auto; }\n  }\n  @media (max-width: 820px) {\n    .about { padding: 40px 16px 56px; }\n    .about-title::before, .about-title::after { display: none; }\n    .about-grid { grid-template-columns: 1fr; gap: 16px; }\n\n    .story {\n      border-left: 0;\n      border-top: 6px solid var(--brand-red);\n      padding: 28px 18px 18px;\n    }\n    .story-badge {\n      right: 12px;\n      top: -24px;\n      width: 78px;\n      height: 78px;\n      font-size: 0.9rem;\n      line-height: 1.1;\n    }\n\n    .card {\n      border-left: 0;\n      border-top: 6px solid var(--brand-red);\n      padding: 28px 16px 16px;\n    }\n    .card-bullet { right: 12px; top: -22px; width: 48px; height: 48px; }\n\n    .card h5 { font-size: 16px; margin: 8px 0 6px; }\n    .card p  { font-size: 15px; }\n\n    .stats { border-radius: 16px; padding: 18px 14px; }\n    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 12px 10px; max-width: none; }\n    .stat strong { font-size: 28px; }\n  }\n  @media (max-width: 420px) {\n    .story-badge, .card-bullet { width: 60px; height: 60px; font-size: 0.85rem; line-height: 1.1; }\n  }\n<\/style>\n\n<section id=\"about\" class=\"about\">\n  <div class=\"about-inner\">\n    <header class=\"about-head\">\n      <div class=\"about-title\">\u5173\u4e8e\u6211\u4eec<\/div>\n      <div class=\"about-eyebrow\">About Us<\/div>\n    <\/header>\n\n    <div class=\"about-grid\">\n      <!-- Story -->\n      <article class=\"story\">\n        <div class=\"story-badge\">\u54c1\u8d28<br>\u4fdd\u8bc1<\/div>\n        <h4>\u54c1\u724c\u6545\u4e8b<\/h4>\n        <p>\ud84f\udd7e\u516d\u7ecf\u6d4e\u7c89\uff0c\u59cb\u7ec8\u575a\u6301\u201c\u5e73\u4ef7\u3001\u7f8e\u5473\u3001\u5feb\u6377\u201d\u7684\u7ecf\u8425\u7406\u5ff5\uff0c\u81f4\u529b\u4e8e\u4e3a\u793e\u533a\u4e0a\u73ed\u65cf\u548c\u5b66\u751f\u7fa4\u4f53\u63d0\u4f9b\u9ad8\u54c1\u8d28\u7684\u7ecf\u6d4e\u7c73\u7c89\u3002<\/p>\n        <p>\u81ea\u521b\u7acb\u4ee5\u6765\uff0c\u6211\u4eec\u5df2\u5728\u5404\u5927\u793e\u533a\u5f00\u8bbe8\u5bb6\u5206\u5e97\uff0c\u6bcf\u4e00\u7897\u7c73\u7c89\u90fd\u627f\u8f7d\u7740\u6211\u4eec\u5bf9\u4f20\u7edf\u7f8e\u98df\u7684\u5c0a\u91cd\u548c\u5bf9\u54c1\u8d28\u7684\u8ffd\u6c42\u3002<\/p>\n        <p>\u6211\u4eec\u76f8\u4fe1\uff0c\u771f\u6750\u5b9e\u6599\u662f\u5bf9\u987e\u5ba2\u6700\u597d\u7684\u56de\u62a5\uff0c\u5bb6\u4e61\u5473\u9053\u662f\u6700\u6e29\u6696\u7684\u8bb0\u5fc6\u3002<\/p>\n      <\/article>\n\n      <!-- Features -->\n      <div class=\"feature\">\n        <div class=\"card\">\n          <div class=\"card-bullet\">\u5e73<\/div>\n          <h5>\u5e73\u4ef7\u5b9e\u60e0<\/h5>\n          <p>Affordable Prices<\/p>\n        <\/div>\n        <div class=\"card\">\n          <div class=\"card-bullet\">\u5feb<\/div>\n          <h5>\u5feb\u6377\u670d\u52a1<\/h5>\n          <p>Fast Service<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"feature\">\n        <div class=\"card\">\n          <div class=\"card-bullet\">\u5473<\/div>\n          <h5>\u7f8e\u5473\u53ef\u53e3<\/h5>\n          <p>Delicious Taste<\/p>\n        <\/div>\n        <div class=\"card\">\n          <div class=\"card-bullet\">\u8d28<\/div>\n          <h5>\u771f\u6750\u5b9e\u6599<\/h5>\n          <p>Quality Ingredients<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Stats -->\n    <div class=\"stats\">\n      <div class=\"stats-grid\">\n        <div class=\"stat\">\n          <strong>8<\/strong>\n          <small>\u5206\u5e97\u6570\u91cf<br>Branches<\/small>\n        <\/div>\n        <div class=\"stat\">\n          <strong>1000+<\/strong>\n          <small>\u65e5\u5747\u5ba2\u6d41<br>Daily Customers<\/small>\n        <\/div>\n        <div class=\"stat\">\n          <strong>10+<\/strong>\n          <small>\u62db\u724c\u83dc\u54c1<br>Signature Dishes<\/small>\n        <\/div>\n        <div class=\"stat\">\n          <strong>100%<\/strong>\n          <small>\u54c1\u8d28\u4fdd\u8bc1<br>Quality Guarantee<\/small>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb2b197 e-con-full e-flex e-con e-parent\" data-id=\"cb2b197\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d666862 elementor-widget elementor-widget-text-editor\" data-id=\"d666862\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<section id=\"menu\" class=\"menu-section\">\n  <div class=\"menu-wrap\">\n    <h2 class=\"menu-title\">\u2014 \u83dc\u5355\u4ea7\u54c1 \u2014<\/h2>\n    <p class=\"menu-subtitle\">Our Menu<\/p>\n    <p class=\"menu-strap\">\u7cbe\u9009\u98df\u6750 \u00b7 \u4f20\u7edf\u5de5\u827a \u00b7 \u6bcf\u4e00\u7897\u90fd\u662f\u7528\u5fc3\u4e4b\u4f5c<\/p>\n\n    <div class=\"menu-carousel\" aria-label=\"Menu carousel\">\n      <div id=\"menuViewport\" class=\"viewport\">\n        <ul id=\"menuTrack\" class=\"track\">\n          <li class=\"card\">\n            <div class=\"photo\">\n              <img decoding=\"async\" src=\"https:\/\/leeahluck.com\/wp-content\/uploads\/2025\/11\/4C3C0477-scaled.jpg\" alt=\"\u9178\u9150\u7c73\u7c89\" \/>\n              <span class=\"badge\">\u62db\u724c<\/span>\n            <\/div>\n            <div class=\"body\">\n              <div class=\"row\">\n                <h3 class=\"title-cn\">\u9178\u9150\u7c73\u7c89<\/h3>\n                <div class=\"price\">\u00a518<\/div>\n              <\/div>\n              <div class=\"title-en\">Sour Soup Rice Noodles<\/div>\n              <p class=\"desc\">\n                \u9178\u9999\u6d53\u90c1\u7684\u6c64\u5e95\uff0c\u914d\u4e0a\u723d\u6ed1\u7684\u7c73\u7c89\u4e0e\u7cbe\u5fc3\u5364\u5236\u7684\u914d\u6599\uff0c\u9178\u8fa3\u5f00\u80c3\u3002\n              <\/p>\n              <div class=\"tags\">\n                <span class=\"tag\">\u62db\u724c<\/span>\n                <span class=\"tag\">\u63a8\u8350<\/span>\n              <\/div>\n            <\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <!-- Bottom Panel -->\n    <div class=\"menu-more\">\n      <h3>\u66f4\u591a\u9009\u62e9 \u00b7 \u4efb\u610f\u642d\u914d<\/h3>\n      <div class=\"more-grid\">\n        <div class=\"group\">\n          <div class=\"emoji\">\ud83c\udf5c<\/div>\n          <strong>\u7c73\u7c89\u7cfb\u5217<\/strong>\n          \u9178\u9150\u7c73\u7c89 \/ \u725b\u8089\u7c73\u7c89 \/ \u4e09\u9c9c\u7c73\u7c89\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  :root {\n    --cream: #f7f1ea;\n    --red: #c9141c;\n    --red-dark: #b11719;\n    --ink: #222;\n    --radius: 16px;\n    --shadow: 0 10px 18px rgba(0, 0, 0, 0.08);\n  }\n\n  .menu-section {\n    background: var(--cream);\n    padding: 84px 20px;\n  }\n  .menu-wrap {\n    max-width: 1200px;\n    margin: 0 auto;\n    text-align: center;\n    color: var(--ink);\n  }\n  .menu-title {\n    font-family: \"Noto Serif SC\", serif;\n    color: var(--red-dark);\n    font-size: 2.2rem;\n    margin: 0;\n  }\n  .menu-subtitle {\n    margin: 6px 0 18px;\n    color: #9b9b9b;\n  }\n  .menu-strap {\n    color: #7a7a7a;\n    margin: 0 0 28px;\n  }\n\n  .viewport {\n    overflow: hidden;\n    width: 100%;\n  }\n  .track {\n    list-style: none;\n    padding: 0;\n    margin: 0 auto;\n    display: flex;\n    justify-content: center;\n  }\n\n  .card {\n    background: #fff;\n    border-radius: var(--radius);\n    box-shadow: var(--shadow);\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n    max-width: 360px;\n  }\n  .photo {\n    position: relative;\n    aspect-ratio: 16 \/ 11;\n    overflow: hidden;\n  }\n  .photo img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .badge {\n    position: absolute;\n    right: 12px;\n    top: 12px;\n    background: var(--red);\n    color: #fff;\n    font-weight: 700;\n    font-size: 0.9rem;\n    padding: 6px 12px;\n    border-radius: 999px;\n    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);\n  }\n\n  .body {\n    padding: 16px 18px;\n  }\n  .row {\n    display: flex;\n    align-items: flex-end;\n    justify-content: space-between;\n    gap: 12px;\n  }\n  .title-cn {\n    font-weight: 800;\n    font-size: 1.05rem;\n    margin: 0;\n    color: #111;\n    letter-spacing: 0.5px;\n  }\n  .price {\n    color: var(--red);\n    font-weight: 800;\n    font-size: 1.05rem;\n    margin-left: auto;\n  }\n  .title-en {\n    margin: 4px 0 8px;\n    color: #8b8b8b;\n    font-size: 0.9rem;\n  }\n  .desc {\n    color: #525252;\n    font-size: 0.92rem;\n    margin: 0 0 12px;\n  }\n  .tags {\n    display: flex;\n    align-items: center;\n    gap: 18px;\n    color: #8a8a8a;\n    font-size: 0.88rem;\n  }\n\n  .menu-more {\n    margin-top: 34px;\n    background: #fff;\n    border-radius: 16px;\n    box-shadow: var(--shadow);\n    padding: 26px 20px 20px;\n  }\n  .menu-more h3 {\n    margin: 0 0 16px;\n    font-family: \"Noto Serif SC\", serif;\n    color: #222;\n    font-size: 1.3rem;\n  }\n  .more-grid {\n    display: flex;\n    justify-content: center;\n  }\n  .group {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 6px;\n    color: #444;\n  }\n  .group .emoji {\n    font-size: 1.4rem;\n    line-height: 1;\n  }\n  .group strong {\n    color: #111;\n    font-weight: 700;\n  }\n\n  @media (max-width: 640px) {\n    .card {\n      max-width: 100%;\n    }\n  }\n<\/style>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb5b956 e-con-full e-flex e-con e-parent\" data-id=\"bb5b956\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05efc8b elementor-widget elementor-widget-text-editor\" data-id=\"05efc8b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n<title>\u5206\u884c\u4fe1\u606f<\/title>\n<style>\n  \/* ===== Scoped only to this section to avoid site-wide CSS collisions ===== *\/\n  #branches-section, #branches-section * { box-sizing: border-box; }\n  #branches-section :where(h1,h2,h3,p,ul,li){ margin:0; padding:0; }\n\n  #branches-section{\n    --bg:#efe9e1;\n    --panel:#f1ede6;\n    --card:#fff;\n    --line:#e9e2da;\n    --red:#b51515;\n    --text:#222;\n    --muted:#777;\n\n    background: var(--bg);\n    color: var(--text);\n    font-family: \"PingFang SC\",\"Microsoft YaHei\",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n  }\n\n  \/* Container *\/\n  #branches-section .zl-wrap{\n    max-width:1200px;\n    margin:0 auto;\n    padding:40px 22px 28px;\n  }\n\n  \/* Title *\/\n  #branches-section .zl-title{ position:relative; text-align:center; margin:6px 0 6px; }\n  #branches-section .zl-title h1{ color:var(--red); font-size:32px; letter-spacing:.5px; font-weight:700; }\n  #branches-section .zl-title h1::before,\n  #branches-section .zl-title h1::after{\n    content:\"\"; position:absolute; top:50%; width:72px; height:2px; background:var(--red);\n  }\n  #branches-section .zl-title h1::before{ left:calc(50% - 220px); }\n  #branches-section .zl-title h1::after{ right:calc(50% - 220px); }\n  #branches-section .zl-sub{ text-align:center; color:#888; font-size:12px; margin:10px 0 26px; }\n\n  \/* Grid (namespaced) *\/\n  #branches-section .zl-grid{\n    display:grid !important; \/* defeat any framework .grid *\/\n    grid-template-columns: repeat(4, 1fr);\n    gap:26px;\n    align-items:stretch;\n  }\n  @media (max-width:1100px){ #branches-section .zl-grid{ grid-template-columns: repeat(3,1fr);} }\n  @media (max-width:820px){  #branches-section .zl-grid{ grid-template-columns: repeat(2,1fr);} }\n  @media (max-width:560px){  #branches-section .zl-grid{ grid-template-columns: 1fr;} }\n\n  \/* Card (namespaced; avoid Bootstrap .card) *\/\n  #branches-section .zl-card{\n    position:relative;\n    background:var(--card);\n    border:1px solid var(--line);\n    border-radius:8px;\n    box-shadow:0 1px 2px rgba(0,0,0,.06);\n    padding:22px 22px 16px;\n    height:100%;\n    display:flex; flex-direction:column;\n  }\n  #branches-section .zl-card.zl-highlight{\n    border-color:#d9b3b3; box-shadow:0 6px 10px rgba(181,21,21,.06);\n  }\n\n  \/* Badge + pill *\/\n  #branches-section .zl-badge{\n    position:absolute; left:18px; top:14px;\n    width:46px; height:46px; border-radius:50%;\n    background:var(--red); color:#fff; display:grid; place-items:center;\n    font-weight:700;\n  }\n  #branches-section .zl-pill{\n    position:absolute; right:16px; top:16px;\n    background:#efe7dd; color:#8a7e74; font-size:12px;\n    padding:6px 10px; border-radius:18px;\n  }\n\n  #branches-section .zl-name{ margin:40px 0 6px; font-size:18px; font-weight:700; }\n\n  #branches-section .zl-body{ flex:1 1 auto; }\n\n  \/* Rows *\/\n  #branches-section .zl-row{\n    display:flex !important;            \/* beat .row from frameworks *\/\n    align-items:flex-start;\n    justify-content:flex-start;\n    gap:10px;\n    color:#555;\n    font-size:14px;\n    margin:10px 0;\n  }\n  #branches-section .zl-ico{ width:18px; height:18px; color:var(--red); flex:0 0 18px; margin-top:2px; }\n  #branches-section .zl-ico svg{ width:100%; height:100%; display:block; }\n\n  #branches-section .zl-divider{ height:1px; background:var(--line); margin:6px 0; }\n\n  #branches-section .zl-accent{ display:flex; justify-content:center; gap:14px; align-items:center; padding-top:6px; }\n  #branches-section .zl-accent span{ display:block; height:4px; border-radius:2px; background:var(--red); }\n  #branches-section .zl-accent .a{ width:24px } .zl-accent .b{ width:6px } .zl-accent .c{ width:36px }\n\n  \/* Find-us panel *\/\n  #branches-section .zl-find-wrap{ max-width:1200px; margin:0 auto; padding:0 22px 40px; }\n  #branches-section .zl-find{\n    background:#f1ede6; border-radius:8px; text-align:center;\n    padding:34px 16px 28px;\n  }\n  #branches-section .zl-find .pin{ width:34px; height:34px; margin:0 auto 6px; color:var(--red); }\n  #branches-section .zl-find .pin svg{ width:100%; height:100%; }\n  #branches-section .zl-find h3{ font-size:18px; margin:6px 0 4px; color:#333; }\n  #branches-section .zl-find p{ color:#6b6b6b; font-size:13px; }\n<\/style>\n<\/head>\n<body>\n<section id=\"branches-section\">\n  <div class=\"zl-wrap\">\n    <div class=\"zl-title\"><h1>\u5206\u884c\u4fe1\u606f<\/h1><\/div>\n    <div class=\"zl-sub\">8\u5bb6\u5206\u5e97\u904d\u5e03\u5409\u9686\u5761\u4e0e\u96ea\u5170\u83aa \u2014 \u603b\u6709\u4e00\u5bb6\u5728\u60a8\u8eab\u8fb9<\/div>\n\n    <div class=\"zl-grid\">\n      <!-- 1 -->\n      <div class=\"zl-card zl-highlight\">\n        <div class=\"zl-badge\">1<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">\u4e00\u8bb0<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                <path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/>\n                <circle cx=\"12\" cy=\"10\" r=\"3\"\/>\n              <\/svg>\n            <\/div>\n            <div>6764, Jln Langkawi, Taman Setapak, 53000 Kuala Lumpur<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n                <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path>\n              <\/svg>\n            <\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n\n      <!-- 2 -->\n      <div class=\"zl-card\">\n        <div class=\"zl-badge\">2<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">13 Kopitiam<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\n            <div>G-7A, PV13 Platinum Lake Condominium, No.9, Jalan Danau Saujana 1, Taman Danau Kota, 53300 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path><\/svg><\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n\n      <!-- 3 -->\n      <div class=\"zl-card\">\n        <div class=\"zl-badge\">3<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">Yi Niang Kopitiam \u5fc6\u5a18\u8336\u94fa<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\n            <div>2-G, Jln BK 5a\/2c, Bandar Kinrara, 47180 Puchong, Selangor, Malaysia<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path><\/svg><\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n\n      <!-- 4 -->\n      <div class=\"zl-card\">\n        <div class=\"zl-badge\">4<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">S31 Happy Lucky Restaurant<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\n            <div>D-G Block D, 1, Jalan PJU 1A\/41B, Pusat Dagangan NZX, 47301 Petaling Jaya, Selangor, Malaysia<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path><\/svg><\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n\n      <!-- 5 -->\n      <div class=\"zl-card\">\n        <div class=\"zl-badge\">5<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">51 Kopitiam \u8336\u5ba4\u4e2d\u5fc3<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\n            <div>B-G-1, BOULEVARD, 51, Jalan SS9A\/18, Seksyen 51a, 47300 Petaling Jaya, Selangor, Malaysia<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path><\/svg><\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n\n      <!-- 6 -->\n      <div class=\"zl-card\">\n        <div class=\"zl-badge\">6<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">Sixty Three Kopitiam<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\n            <div>D-G, 1, Jalan Metro Perdana 2, Taman Usahawan Kepong, 52100 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path><\/svg><\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n\n      <!-- 7 -->\n      <div class=\"zl-card\">\n        <div class=\"zl-badge\">7<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">KL \u8336\u9910\u5ba4<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\n            <div>NO C-G-19, Jalan Metro Perdana 2, Kuala Lumpur, Malaysia<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path><\/svg><\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n\n      <!-- 8 -->\n      <div class=\"zl-card\">\n        <div class=\"zl-badge\">8<\/div><div class=\"zl-pill\">\u8425\u4e1a\u4e2d<\/div>\n        <div class=\"zl-name\">Ice 22 Kopitiam<\/div>\n        <div class=\"zl-body\">\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg><\/div>\n            <div>B-G, 2, Jalan Metro Perdana 2, Taman Usahawan Kepong, 52100 Kuala Lumpur, Federal Territory of Kuala Lumpur, Malaysia<\/div>\n          <\/div>\n          <div class=\"zl-row\">\n            <div class=\"zl-ico\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle><path d=\"M12 7v6l4 2\"><\/path><\/svg><\/div>\n            <div>07:00 &#8211; 15:00<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"zl-divider\"><\/div>\n        <div class=\"zl-accent\"><span class=\"a\"><\/span><span class=\"b\"><\/span><span class=\"c\"><\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- How to find us -->\n  <div class=\"zl-find-wrap\">\n    <div class=\"zl-find\">\n      <div class=\"pin\">\n        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n          <path d=\"M12 21s-7-6.2-7-11a7 7 0 1 1 14 0c0 4.8-7 11-7 11z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/>\n        <\/svg>\n      <\/div>\n      <h3>\u5982\u4f55\u627e\u5230\u6211\u4eec<\/h3>\n      <p>\u60a8\u53ef\u4ee5\u901a\u8fc7\u9ad8\u5fb7\u5730\u56fe\u3001\u767e\u5ea6\u5730\u56fe\u641c\u7d22\u201c\u58f9\u5f0f\u7ecf\u6d4e\u7c89\u201d\u627e\u5230\u79bb\u60a8\u6700\u8fd1\u7684\u5206\u5e97<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63c7553 e-con-full e-flex e-con e-parent\" data-id=\"63c7553\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ba46238 elementor-widget elementor-widget-text-editor\" data-id=\"ba46238\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"zh-CN\">\n<head>\n<meta charset=\"utf-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n<title>\u8054\u7cfb\u6211\u4eec<\/title>\n<style>\n  :root{\n    --bg: #f7f1eb;           \/* page background (warm gradient base) *\/\n    --bg2:#fbf7f3;\n    --card:#ffffff;\n    --line:#e9e2da;\n    --red:#b51317;           \/* brand red *\/\n    --red2:#960e12;\n    --muted:#8c8c8c;\n    --text:#222;\n    --shadow: 0 10px 24px rgba(0,0,0,.06);\n  }\n\n  \/* Base *\/\n  html,body{margin:0}\n  body{\n    font-family: \"PingFang SC\",\"Microsoft YaHei\",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\n    color:var(--text);\n    line-height:1.6;\n    background: linear-gradient(180deg, var(--bg2) 0%, var(--bg) 120%);\n  }\n  .wrap{max-width:1200px;margin:0 auto;padding:40px 20px 28px}\n\n  \/* Title block *\/\n  .title{position:relative;text-align:center;margin:8px 0 8px}\n  .title h1{\n    margin:0;\n    font-size:36px;\n    color:var(--red);\n    letter-spacing:.5px;\n  }\n  .title h1::before,.title h1::after{\n    content:\"\";\n    position:absolute;\n    top:50%;\n    width:78px;height:2px;background:var(--red);\n  }\n  .title h1::before{left:calc(50% - 230px)}\n  .title h1::after{right:calc(50% - 230px)}\n  .subtitle{margin-top:6px;color:#8b8b8b;font-size:12px;letter-spacing:.2px;text-align:center}\n  .strap{margin:12px 0 26px;text-align:center;color:#6f6f6f;font-size:14px}\n\n  \/* Layout *\/\n  .grid{\n    display:grid;\n    grid-template-columns: 1fr 1.25fr; \/* left stack + right red panel *\/\n    gap:26px;\n    align-items:start;\n  }\n  @media (max-width: 980px){\n    .grid{grid-template-columns:1fr}\n  }\n\n  \/* Left column cards *\/\n  .stack{display:grid;gap:18px}\n  .card{\n    background:var(--card);\n    border:1px solid var(--line);\n    border-radius:8px;\n    box-shadow: var(--shadow);\n    padding:18px 18px 16px 18px;\n    display:flex;align-items:flex-start;gap:14px;\n  }\n  .icon{\n    width:50px;height:50px;border-radius:50%;\n    display:grid;place-items:center;flex:0 0 50px;\n    color:#fff;\n    box-shadow: 0 8px 14px rgba(181,19,23,.18);\n  }\n  .icon svg{width:26px;height:26px}\n  .icon.red{background:var(--red)}\n  .icon.yellow{background:#f0c12b; color:#7a5500; box-shadow:0 8px 14px rgba(240,193,43,.25)}\n  .card h3{margin:2px 0 2px;font-size:16px}\n  .en{color:#8c8c8c;font-size:12px;margin:0 0 6px}\n  .value{font-weight:700;color:var(--red);font-size:18px;margin:2px 0 2px}\n  .note{color:#9b9b9b;font-size:11px;margin-top:6px}\n\n  .email .value{color:#d83b40;font-family: ui-monospace, \"Courier New\", monospace; font-weight:600}\n  .wechat .value{color:#a23b3d}\n\n  \/* Right red inquiry panel *\/\n  .inq{\n    background: radial-gradient(120% 140% at 100% 0%, #a91215 0%, #7c0e11 55%, #6a0a0d 100%);\n    border-radius:8px;\n    color:#fff;\n    padding:28px 26px 22px;\n    box-shadow: var(--shadow);\n    border:1px solid rgba(255,255,255,.05);\n  }\n  .inq .top{\n    display:flex; align-items:center; gap:12px; margin-bottom:12px;\n  }\n  .inq .store{\n    width:48px;height:48px;border-radius:10px;\n    display:grid;place-items:center;background:rgba(255,255,255,.12);\n  }\n  .inq .store svg{width:30px;height:30px;color:#fff}\n  .inq h2{margin:0;font-size:26px;letter-spacing:.5px}\n  .inq .en-t{margin:2px 0 14px;font-size:12px;color:#ffdfe0;opacity:.95}\n  .inq ul{margin:0 0 18px 18px;padding:0}\n  .inq li{\n    margin:8px 0;color:#ffe7e8;font-size:14px;\n    list-style: disc;\n  }\n  .cta{\n    display:block;width:100%;\n    background:#fff;border:none;border-radius:4px;\n    padding:12px 10px;font-size:14px; font-weight:700;\n    color:var(--red); cursor:pointer; letter-spacing:.2px;\n    box-shadow:0 10px 20px rgba(0,0,0,.12);\n    transition: transform .05s ease, background .2s ease;\n  }\n  .cta:hover{transform: translateY(-1px); background:#fffdfa}\n  .inq .foot-note{\n    margin-top:12px;text-align:center;font-size:11px;color:#ffd6d8;opacity:.9\n  }\n\n  \/* Bottom slogan panel *\/\n  .slogan-wrap{margin-top:24px}\n  .slogan{\n    background:#ffffff;\n    border:1px solid var(--line);\n    border-radius:8px;\n    padding:14px 18px;\n    box-shadow: var(--shadow);\n    text-align:center;\n    color:#666;\n    font-size:13px;\n  }\n  .slogan strong{color:#7a0d10}\n<\/style>\n<\/head>\n<body>\n  <div class=\"wrap\">\n    <!-- Title -->\n    <div class=\"title\">\n      <h1>\u8054\u7cfb\u6211\u4eec<\/h1>\n    <\/div>\n    <div class=\"subtitle\">Contact Us<\/div>\n    <div class=\"strap\">\u6b22\u8fce\u54a8\u8be2 \u00b7 \u671f\u5f85\u5408\u4f5c \u00b7 \u5171\u521b\u7f8e\u597d\u672a\u6765<\/div>\n\n    <!-- Main content -->\n    <div class=\"grid\">\n      <!-- Left column -->\n      <div class=\"stack\">\n        <!-- Card 1: Hotline -->\n        <div class=\"card\">\n          <div class=\"icon red\" aria-hidden=\"true\">\n            <!-- phone icon -->\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 3.15 9.81 19.79 19.79 0 0 1 .08 1.18 2 2 0 0 1 2.06-.97h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.6 2.63a2 2 0 0 1-.45 2.11l-1.27 1.27a16 16 0 0 0 6.88 6.88l1.27-1.27a2 2 0 0 1 2.11-.45c.85.28 1.73.48 2.63.6a2 2 0 0 1 1.72 2z\"\/>\n            <\/svg>\n          <\/div>\n          <div>\n            <h3>\u5ba2\u670d\u70ed\u7ebf<\/h3>\n            <div class=\"en\">Customer Service<\/div>\n            <div class=\"value\">+60 18-266 3868<\/div>\n            <div class=\"note\">\u5468\u4e00\u81f3\u5468\u65e5 08:00-22:00<\/div>\n          <\/div>\n        <\/div>\n\n        <!-- Card 2: Business Email -->\n        <div class=\"card email\">\n          <div class=\"icon red\" aria-hidden=\"true\">\n            <!-- mail icon -->\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z\"\/>\n              <path d=\"m22 6-10 7L2 6\"\/>\n            <\/svg>\n          <\/div>\n          <div>\n            <h3>\u5546\u52a1\u5408\u4f5c<\/h3>\n            <div class=\"en\">Business Email<\/div>\n            <div class=\"value\">sales@leeahluck.com<\/div>\n          <\/div>\n        <\/div>\n\n        <!-- (WeChat card removed) -->\n      <\/div>\n\n      <!-- Right red panel -->\n      <div class=\"inq\">\n        <div class=\"top\">\n          <div class=\"store\" aria-hidden=\"true\">\n            <!-- store icon -->\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M3 9l1-5h16l1 5\"\/>\n              <path d=\"M3 9h18v6a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9z\"\/>\n              <path d=\"M7 13h10\"\/>\n            <\/svg>\n          <\/div>\n          <div>\n            <h2>\u52a0\u76df\u54a8\u8be2<\/h2>\n            <div class=\"en-t\">Franchise Inquiry<\/div>\n          <\/div>\n        <\/div>\n\n        <ul>\n          <li>\u6210\u719f\u7684\u54c1\u724c\u4f53\u7cfb<\/li>\n          <li>\u5b8c\u5584\u7684\u57f9\u8bad\u652f\u6301<\/li>\n          <li>\u7edf\u4e00\u7684\u4f9b\u5e94\u94fe\u7ba1\u7406<\/li>\n          <li>\u6301\u7eed\u7684\u8fd0\u8425\u6307\u5bfc<\/li>\n        <\/ul>\n\n        <button class=\"cta\">\u7acb\u5373\u54a8\u8be2\u52a0\u76df<\/button>\n        <div class=\"foot-note\">Join us and grow together<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Bottom slogan panel -->\n    <div class=\"slogan-wrap\">\n      <div class=\"slogan\">\n        <strong>\ud84f\udd7e\u516d\u7ecf\u6d4e\u7c89<\/strong> \u00b7 \u7acb\u8db3\u65b0\u8d77\u70b9\uff0c\u6210\u5c31\u65b0\u9ad8\u5ea6 \u00b7 \u671f\u5f85\u4e0e\u60a8\u643a\u624b\u5171\u521b\u7f8e\u597d\u672a\u6765\n      <\/div>\n    <\/div>\n  <\/div>\n<\/body>\n<\/html>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Menu Page \u9996\u9875 \/ Home \u83dc\u5355\u4ea7\u54c1 \/ Menu \u5206\u884c\u4fe1\u606f \/ Locations \u8054\u7cfb\u6211\u4eec \/ Contact \u7acb\u8db3\u65b0\u8d77\u70b9 \u6210\u5c31\u65b0\u9ad8\u5ea6 \u5e73\u4ef7 \u00b7 \u7f8e\u5473 \u00b7 \u5feb\u6377 | 8\u5bb6\u5206\u5e97 \u00b7 \u670d\u52a1\u793e\u533a \u67e5\u770b\u83dc\u5355 View Menu \u52a0\u76df\u54a8\u8be2 Franchise \u5173\u4e8e\u6211\u4eec About Us \u54c1\u8d28\u4fdd\u8bc1 \u54c1\u724c\u6545\u4e8b \ud84f\udd7e\u516d\u7ecf\u6d4e\u7c89\uff0c\u59cb\u7ec8\u575a\u6301\u201c\u5e73\u4ef7\u3001\u7f8e\u5473\u3001\u5feb\u6377\u201d\u7684\u7ecf\u8425\u7406\u5ff5\uff0c\u81f4\u529b\u4e8e\u4e3a\u793e\u533a\u4e0a\u73ed\u65cf\u548c\u5b66\u751f\u7fa4\u4f53\u63d0\u4f9b\u9ad8\u54c1\u8d28\u7684\u7ecf\u6d4e\u7c73\u7c89\u3002 \u81ea\u521b\u7acb\u4ee5\u6765\uff0c\u6211\u4eec\u5df2\u5728\u5404\u5927\u793e\u533a\u5f00\u8bbe8\u5bb6\u5206\u5e97\uff0c\u6bcf\u4e00\u7897\u7c73\u7c89\u90fd\u627f\u8f7d\u7740\u6211\u4eec\u5bf9\u4f20\u7edf\u7f8e\u98df\u7684\u5c0a\u91cd\u548c\u5bf9\u54c1\u8d28\u7684\u8ffd\u6c42\u3002 \u6211\u4eec\u76f8\u4fe1\uff0c\u771f\u6750\u5b9e\u6599\u662f\u5bf9\u987e\u5ba2\u6700\u597d\u7684\u56de\u62a5\uff0c\u5bb6\u4e61\u5473\u9053\u662f\u6700\u6e29\u6696\u7684\u8bb0\u5fc6\u3002 \u5e73 \u5e73\u4ef7\u5b9e\u60e0 Affordable Prices \u5feb \u5feb\u6377\u670d\u52a1 Fast Service \u5473 \u7f8e\u5473\u53ef\u53e3 Delicious Taste \u8d28 \u771f\u6750\u5b9e\u6599 Quality Ingredients 8 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":59,"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":98,"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/98"}],"wp:attachment":[{"href":"https:\/\/leeahluck.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}