{"id":270,"date":"2024-09-17T09:49:55","date_gmt":"2024-09-17T01:49:55","guid":{"rendered":"https:\/\/dev.wingfatgroup.com\/?page_id=270"},"modified":"2026-01-15T15:07:04","modified_gmt":"2026-01-15T07:07:04","slug":"thesixtiesrestaurant","status":"publish","type":"page","link":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/","title":{"rendered":"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"270\" class=\"elementor elementor-270\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a603d0a e-flex e-con-boxed e-con e-parent\" data-id=\"a603d0a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1be1556 elementor-widget elementor-widget-html\" data-id=\"1be1556\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"zh-HK\">\r\n<head>\r\n  <meta charset=\"UTF-8\">\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>\u516d\u5341\u5e74\u4ee3 - \u6771\u6d8c\u5206\u5e97<\/title>\r\n  <style>\r\n    \/* ========== \u57fa\u790e\u6a23\u5f0f ========== *\/\r\n    * {\r\n      margin: 0;\r\n      padding: 0;\r\n      box-sizing: border-box;\r\n    }\r\n\r\n    .restaurant-page {\r\n      font-family: 'Microsoft JhengHei', 'PingFang TC', 'Helvetica Neue', Arial, sans-serif;\r\n      color: #333;\r\n      line-height: 1.6;\r\n      background: #f8f9fa;\r\n      padding: 40px 20px;\r\n    }\r\n\r\n    .container {\r\n      max-width: 1200px;\r\n      margin: 0 auto;\r\n    }\r\n\r\n    \/* ========== \u83dc\u54c1\u5c55\u793a\u5340 ========== *\/\r\n    .dishes-section {\r\n      margin-bottom: 60px;\r\n    }\r\n\r\n    .dishes-grid {\r\n      display: grid;\r\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\r\n      gap: 30px;\r\n      margin-bottom: 40px;\r\n    }\r\n\r\n    .dish-card {\r\n      background: white;\r\n      border-radius: 16px;\r\n      overflow: hidden;\r\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\r\n      transition: all 0.3s ease;\r\n      cursor: pointer;\r\n    }\r\n\r\n    .dish-card:hover {\r\n      transform: translateY(-8px);\r\n      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);\r\n    }\r\n\r\n    .dish-image-wrapper {\r\n      width: 100%;\r\n      height: 450px; \/* \u2705 \u589e\u52a0\u9ad8\u5ea6 350px \u2192 450px *\/\r\n      overflow: hidden;\r\n      background: #f0f0f0;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n    }\r\n\r\n    .dish-image {\r\n      width: 100%;\r\n      height: 100%;\r\n      object-fit: contain; \/* \u2705 \u6539\u70ba contain\uff0c\u986f\u793a\u5b8c\u6574\u5716\u7247 *\/\r\n      transition: transform 0.3s ease;\r\n    }\r\n\r\n    .dish-card:hover .dish-image {\r\n      transform: scale(1.05);\r\n    }\r\n\r\n    .dish-info {\r\n      padding: 25px;\r\n      text-align: center;\r\n    }\r\n\r\n    .dish-title {\r\n      font-size: 22px;\r\n      font-weight: bold;\r\n      color: #2c3e50;\r\n      margin-bottom: 12px;\r\n    }\r\n\r\n    .dish-description {\r\n      font-size: 15px;\r\n      color: #666;\r\n      line-height: 1.8;\r\n    }\r\n\r\n    \/* ========== \u5206\u5e97\u8cc7\u8a0a\u5361\u7247 ========== *\/\r\n    .branch-section {\r\n      display: flex;\r\n      justify-content: center;\r\n      margin-top: 40px;\r\n    }\r\n\r\n    .branch-card {\r\n      background: white;\r\n      border-radius: 20px;\r\n      padding: 30px; \/* \u2705 \u5f9e 40px \u6e1b\u5c11\u5230 30px *\/\r\n      max-width: 600px;\r\n      width: 100%;\r\n      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\r\n      border-top: 5px solid #ff6b35;\r\n    }\r\n\r\n    .branch-title {\r\n      font-size: 28px; \/* \u2705 \u5f9e 36px \u6e1b\u5c11\u5230 28px *\/\r\n      color: #ff6b35;\r\n      text-align: center;\r\n      margin-bottom: 20px; \/* \u2705 \u5f9e 30px \u6e1b\u5c11\u5230 20px *\/\r\n      font-weight: bold;\r\n      position: relative;\r\n      padding-bottom: 12px; \/* \u2705 \u5f9e 15px \u6e1b\u5c11\u5230 12px *\/\r\n    }\r\n\r\n    .branch-title::after {\r\n      content: '';\r\n      position: absolute;\r\n      bottom: 0;\r\n      left: 50%;\r\n      transform: translateX(-50%);\r\n      width: 60px; \/* \u2705 \u5f9e 80px \u6e1b\u5c11\u5230 60px *\/\r\n      height: 3px;\r\n      background: linear-gradient(90deg, #ff6b35, #ffa500);\r\n      border-radius: 2px;\r\n    }\r\n\r\n    .branch-image {\r\n      width: 100%;\r\n      height: auto;\r\n      border-radius: 12px;\r\n      margin-bottom: 20px; \/* \u2705 \u5f9e 25px \u6e1b\u5c11\u5230 20px *\/\r\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\r\n    }\r\n\r\n    .branch-divider {\r\n      height: 2px;\r\n      background: linear-gradient(90deg, transparent, #ddd, transparent);\r\n      margin: 20px 0; \/* \u2705 \u5f9e 25px \u6e1b\u5c11\u5230 20px *\/\r\n    }\r\n\r\n    .branch-info {\r\n      list-style: none;\r\n      margin-bottom: 25px; \/* \u2705 \u5f9e 30px \u6e1b\u5c11\u5230 25px *\/\r\n    }\r\n\r\n    .branch-info li {\r\n      padding: 10px 0; \/* \u2705 \u5f9e 12px \u6e1b\u5c11\u5230 10px *\/\r\n      padding-left: 25px; \/* \u2705 \u5f9e 30px \u6e1b\u5c11\u5230 25px *\/\r\n      position: relative;\r\n      font-size: 14px; \/* \u2705 \u5f9e 16px \u6e1b\u5c11\u5230 14px *\/\r\n      color: #444;\r\n      border-bottom: 1px solid #f0f0f0;\r\n    }\r\n\r\n    .branch-info li:last-child {\r\n      border-bottom: none;\r\n    }\r\n\r\n    .branch-info li::before {\r\n      content: '\u25cf';\r\n      position: absolute;\r\n      left: 8px;\r\n      color: #38694e;\r\n      font-size: 12px;\r\n    }\r\n\r\n    \/* ========== \u6309\u9215\u5340\u57df ========== *\/\r\n    .branch-actions {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 15px;\r\n    }\r\n\r\n    .order-button {\r\n      flex: 1;\r\n      display: inline-block;\r\n      background: linear-gradient(135deg, #38694e 0%, #4a8c65 100%);\r\n      color: white;\r\n      text-decoration: none;\r\n      padding: 16px 30px;\r\n      border-radius: 8px;\r\n      font-size: 18px;\r\n      font-weight: bold;\r\n      text-align: center;\r\n      transition: all 0.3s ease;\r\n      box-shadow: 0 4px 15px rgba(56, 105, 78, 0.3);\r\n    }\r\n\r\n    .order-button:hover {\r\n      background: linear-gradient(135deg, #2d5440 0%, #3a7052 100%);\r\n      transform: translateY(-2px);\r\n      box-shadow: 0 6px 20px rgba(56, 105, 78, 0.4);\r\n    }\r\n\r\n    .social-link {\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      width: 56px;\r\n      height: 56px;\r\n      background: #1877f2;\r\n      border-radius: 12px;\r\n      transition: all 0.3s ease;\r\n      box-shadow: 0 4px 15px rgba(24, 119, 242, 0.3);\r\n    }\r\n\r\n    .social-link:hover {\r\n      transform: translateY(-2px) scale(1.05);\r\n      box-shadow: 0 6px 20px rgba(24, 119, 242, 0.4);\r\n    }\r\n\r\n    .social-link img {\r\n      width: 32px;\r\n      height: 32px;\r\n      object-fit: contain;\r\n    }\r\n\r\n    \/* ========== \u97ff\u61c9\u5f0f\u8a2d\u8a08 ========== *\/\r\n    @media (max-width: 768px) {\r\n      .restaurant-page {\r\n        padding: 20px 15px;\r\n      }\r\n\r\n      .dishes-grid {\r\n        grid-template-columns: 1fr;\r\n        gap: 20px;\r\n      }\r\n\r\n      .dish-image-wrapper {\r\n        height: 280px;\r\n      }\r\n\r\n      .branch-card {\r\n        padding: 30px 20px;\r\n      }\r\n\r\n      .branch-title {\r\n        font-size: 28px;\r\n      }\r\n\r\n      .branch-info li {\r\n        font-size: 14px;\r\n        padding-left: 25px;\r\n      }\r\n\r\n      .order-button {\r\n        font-size: 16px;\r\n        padding: 14px 20px;\r\n      }\r\n\r\n      .social-link {\r\n        width: 50px;\r\n        height: 50px;\r\n      }\r\n\r\n      .social-link img {\r\n        width: 28px;\r\n        height: 28px;\r\n      }\r\n    }\r\n\r\n    @media (max-width: 480px) {\r\n      .branch-title {\r\n        font-size: 24px;\r\n      }\r\n\r\n      .dish-title {\r\n        font-size: 18px;\r\n      }\r\n\r\n      .dish-description {\r\n        font-size: 14px;\r\n      }\r\n    }\r\n\r\n    \/* ========== \u52d5\u756b\u6548\u679c ========== *\/\r\n    @keyframes fadeInUp {\r\n      from {\r\n        opacity: 0;\r\n        transform: translateY(30px);\r\n      }\r\n      to {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n      }\r\n    }\r\n\r\n    .dish-card,\r\n    .branch-card {\r\n      animation: fadeInUp 0.6s ease-out;\r\n    }\r\n\r\n    .dish-card:nth-child(1) { animation-delay: 0.1s; }\r\n    .dish-card:nth-child(2) { animation-delay: 0.2s; }\r\n    .dish-card:nth-child(3) { animation-delay: 0.3s; }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n  <div class=\"restaurant-page\">\r\n    <div class=\"container\">\r\n      \r\n      <!-- \u83dc\u54c1\u5c55\u793a\u5340 -->\r\n      <section class=\"dishes-section\">\r\n        <div class=\"dishes-grid\">\r\n          \r\n          <!-- \u83dc\u54c1\u5361\u7247 1 -->\r\n          <div class=\"dish-card\">\r\n            <div class=\"dish-image-wrapper\">\r\n              <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u516d\u5341\u5e74\u4ee3webimg_\u5de5\u4f5c\u5340\u57df-1-17-683x1024.jpg\" \r\n                   alt=\"\u571f\u70ae\u83e0\u863f\u6cb9\" \r\n                   class=\"dish-image\">\r\n            <\/div>\r\n            <div class=\"dish-info\">\r\n              <h3 class=\"dish-title\">\u571f\u70ae\u83e0\u863f\u6cb9<\/h3>\r\n              <p class=\"dish-description\">\u571f\u70ae\u83e0\u863f\u6cb9\uff0c\u9165\u8106\u83e0\u863f\u5305\u593e\u9999\u6ed1\u725b\u6cb9\uff0c\u751c\u9e79\u4ea4\u878d\uff0c\u6e2f\u5473\u7d93\u5178\u3002<\/p>\r\n            <\/div>\r\n          <\/div>\r\n\r\n          <!-- \u83dc\u54c1\u5361\u7247 2 -->\r\n          <div class=\"dish-card\">\r\n            <div class=\"dish-image-wrapper\">\r\n              <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u516d\u5341\u5e74\u4ee3webimg_\u5de5\u4f5c\u5340\u57df-1-18-683x1024.jpg\" \r\n                   alt=\"\u8c49\u6cb9\u84b8\u5009\u9b5a\" \r\n                   class=\"dish-image\">\r\n            <\/div>\r\n            <div class=\"dish-info\">\r\n              <h3 class=\"dish-title\">\u8c49\u6cb9\u84b8\u5009\u9b5a<\/h3>\r\n              <p class=\"dish-description\">\u8c49\u6cb9\u84b8\u5009\u9b5a\uff0c\u9bae\u5ae9\u591a\u6c41\uff0c\u9b5a\u9999\u878d\u5408\u8c49\u6cb9\u91ac\u9999\uff0c\u5473\u9053\u9bae\u7f8e\u8a98\u4eba\u3002<\/p>\r\n            <\/div>\r\n          <\/div>\r\n\r\n          <!-- \u83dc\u54c1\u5361\u7247 3 -->\r\n          <div class=\"dish-card\">\r\n            <div class=\"dish-image-wrapper\">\r\n              <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u516d\u5341\u5e74\u4ee3webimg_\u5de5\u4f5c\u5340\u57df-1-16-683x1024.jpg\" \r\n                   alt=\"\u6c99\u55f2\u725b\u8089\u516c\u4ed4\u9eb5\" \r\n                   class=\"dish-image\">\r\n            <\/div>\r\n            <div class=\"dish-info\">\r\n              <h3 class=\"dish-title\">\u6c99\u55f2\u725b\u8089\u516c\u4ed4\u9eb5<\/h3>\r\n              <p class=\"dish-description\">\u6c99\u55f2\u725b\u8089\u516c\u4ed4\u9eb5\uff0c\u6fc3\u90c1\u6c99\u55f2\u6e6f\u5e95\uff0c\u5ae9\u6ed1\u725b\u8089\u642d\u914d\u5f48\u7259\u9eb5\u689d\uff0c\u6ecb\u5473\u6eff\u5206\u3002<\/p>\r\n            <\/div>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/section>\r\n\r\n      <!-- \u5206\u5e97\u8cc7\u8a0a\u5340 -->\r\n      <section class=\"branch-section\">\r\n        <div class=\"branch-card\">\r\n          <h2 class=\"branch-title\">\u6771\u6d8c\u5206\u5e97<\/h2>\r\n          \r\n          <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2026\/01\/\u516d\u5341\u5e74\u4ee3_01.jpeg\" \r\n               alt=\"\u6771\u6d8c\u5206\u5e97\" \r\n               class=\"branch-image\">\r\n          \r\n          <div class=\"branch-divider\"><\/div>\r\n          \r\n          <ul class=\"branch-info\">\r\n            <li>\u5730\u5740\uff1a\u6771\u6d8c\u9038\u6771\u88578\u865f\u5730\u4e0b34\u865f\u8216<\/li>\r\n            <li>\u71df\u696d\u6642\u9593\uff1a06:30 \u2013 22:30<\/li>\r\n            <li>\u96fb\u8a71\u865f\u78bc\uff1a36925288<\/li>\r\n            <li>WhatsApp\uff1a9665 9289<\/li>\r\n          <\/ul>\r\n          \r\n          <div class=\"branch-actions\">\r\n            <a href=\"https:\/\/vgather.vxroutes.com\/myQPortal\/adhoc-order?qtsMerchantId=T74&qtsBranchId=B2&qtsSecurityCode=TAKEAWAY\" \r\n               class=\"order-button\" \r\n               >\r\n              \u7acb\u5373\u5916\u8ce3\r\n            <\/a>\r\n            <a href=\"https:\/\/www.facebook.com\/thesixtiesrestaurant\" \r\n               class=\"social-link\" \r\n               target=\"_blank\"\r\n               title=\"Facebook\">\r\n              <img decoding=\"async\" src=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png\" alt=\"Facebook\">\r\n            <\/a>\r\n          <\/div>\r\n        <\/div>\r\n      <\/section>\r\n\r\n    <\/div>\r\n  <\/div>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\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>\u516d\u5341\u5e74\u4ee3 &#8211; \u6771\u6d8c\u5206\u5e97 \u571f\u70ae\u83e0\u863f\u6cb9 \u571f\u70ae\u83e0\u863f\u6cb9\uff0c\u9165\u8106\u83e0\u863f\u5305\u593e\u9999\u6ed1\u725b\u6cb9\uff0c\u751c\u9e79\u4ea4\u878d\uff0c\u6e2f\u5473\u7d93\u5178\u3002 \u8c49\u6cb9\u84b8 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-270","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762 - \u69ae\u767c\u98f2\u98df\u96c6\u5718<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762 - \u69ae\u767c\u98f2\u98df\u96c6\u5718\" \/>\n<meta property=\"og:description\" content=\"\u516d\u5341\u5e74\u4ee3 &#8211; \u6771\u6d8c\u5206\u5e97 \u571f\u70ae\u83e0\u863f\u6cb9 \u571f\u70ae\u83e0\u863f\u6cb9\uff0c\u9165\u8106\u83e0\u863f\u5305\u593e\u9999\u6ed1\u725b\u6cb9\uff0c\u751c\u9e79\u4ea4\u878d\uff0c\u6e2f\u5473\u7d93\u5178\u3002 \u8c49\u6cb9\u84b8 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/\" \/>\n<meta property=\"og:site_name\" content=\"\u69ae\u767c\u98f2\u98df\u96c6\u5718\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wingfatgroup\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T07:07:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9810\u8a08\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/\",\"url\":\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/\",\"name\":\"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762 - \u69ae\u767c\u98f2\u98df\u96c6\u5718\",\"isPartOf\":{\"@id\":\"https:\/\/wingfatgroup.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png\",\"datePublished\":\"2024-09-17T01:49:55+00:00\",\"dateModified\":\"2026-01-15T07:07:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#primaryimage\",\"url\":\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png\",\"contentUrl\":\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u9996\u9801\",\"item\":\"https:\/\/wingfatgroup.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wingfatgroup.com\/#website\",\"url\":\"https:\/\/wingfatgroup.com\/\",\"name\":\"\u69ae\u767c\u98f2\u98df\u96c6\u5718\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/wingfatgroup.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wingfatgroup.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wingfatgroup.com\/#organization\",\"name\":\"WingFatGroup\",\"url\":\"https:\/\/wingfatgroup.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png\",\"contentUrl\":\"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png\",\"width\":1462,\"height\":668,\"caption\":\"WingFatGroup\"},\"image\":{\"@id\":\"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/wingfatgroup\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762 - \u69ae\u767c\u98f2\u98df\u96c6\u5718","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/","og_locale":"zh_HK","og_type":"article","og_title":"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762 - \u69ae\u767c\u98f2\u98df\u96c6\u5718","og_description":"\u516d\u5341\u5e74\u4ee3 &#8211; \u6771\u6d8c\u5206\u5e97 \u571f\u70ae\u83e0\u863f\u6cb9 \u571f\u70ae\u83e0\u863f\u6cb9\uff0c\u9165\u8106\u83e0\u863f\u5305\u593e\u9999\u6ed1\u725b\u6cb9\uff0c\u751c\u9e79\u4ea4\u878d\uff0c\u6e2f\u5473\u7d93\u5178\u3002 \u8c49\u6cb9\u84b8 [&hellip;]","og_url":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/","og_site_name":"\u69ae\u767c\u98f2\u98df\u96c6\u5718","article_publisher":"https:\/\/www.facebook.com\/wingfatgroup\/","article_modified_time":"2026-01-15T07:07:04+00:00","og_image":[{"url":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"\u9810\u8a08\u95b1\u8b80\u6642\u9593":"2 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/","url":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/","name":"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762 - \u69ae\u767c\u98f2\u98df\u96c6\u5718","isPartOf":{"@id":"https:\/\/wingfatgroup.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#primaryimage"},"image":{"@id":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#primaryimage"},"thumbnailUrl":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png","datePublished":"2024-09-17T01:49:55+00:00","dateModified":"2026-01-15T07:07:04+00:00","breadcrumb":{"@id":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/"]}]},{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#primaryimage","url":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png","contentUrl":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2025\/01\/FBlogo.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/wingfatgroup.com\/index.php\/thesixtiesrestaurant\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u9996\u9801","item":"https:\/\/wingfatgroup.com\/"},{"@type":"ListItem","position":2,"name":"\u516d\u5341\u5e74\u4ee3\u5206\u5e97\u9801\u9762"}]},{"@type":"WebSite","@id":"https:\/\/wingfatgroup.com\/#website","url":"https:\/\/wingfatgroup.com\/","name":"\u69ae\u767c\u98f2\u98df\u96c6\u5718","description":"","publisher":{"@id":"https:\/\/wingfatgroup.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wingfatgroup.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/wingfatgroup.com\/#organization","name":"WingFatGroup","url":"https:\/\/wingfatgroup.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/","url":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png","contentUrl":"https:\/\/wingfatgroup.com\/wp-content\/uploads\/2024\/12\/\u69ae\u767c\u98f2\u98df\u96c6\u5718-1.png","width":1462,"height":668,"caption":"WingFatGroup"},"image":{"@id":"https:\/\/wingfatgroup.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/wingfatgroup\/"]}]}},"_links":{"self":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages\/270","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/comments?post=270"}],"version-history":[{"count":43,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages\/270\/revisions"}],"predecessor-version":[{"id":2303,"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/pages\/270\/revisions\/2303"}],"wp:attachment":[{"href":"https:\/\/wingfatgroup.com\/index.php\/wp-json\/wp\/v2\/media?parent=270"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}