{"id":182,"date":"2026-04-22T12:07:42","date_gmt":"2026-04-22T12:07:42","guid":{"rendered":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/?page_id=182"},"modified":"2026-06-17T19:46:47","modified_gmt":"2026-06-17T19:46:47","slug":"lunch-menu","status":"publish","type":"page","link":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/","title":{"rendered":"Lunch Menu"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"182\" class=\"elementor elementor-182\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-357809e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"357809e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aa5f628\" data-id=\"aa5f628\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-12fd549 elementor-widget elementor-widget-html\" data-id=\"12fd549\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* Global Fonts & Variables (Included for standalone functionality) *\/\r\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:opsz,wght@9..40,400;9..40,500&family=Caveat:wght@500&display=swap');\r\n\r\n  :root {\r\n    --primary: #2B1A14; \r\n    --secondary: #C06E52; \r\n    --accent: #9CB495; \r\n    --bg-base: #F9F6F0; \r\n    --text-main: #1C1A19; \r\n    \r\n    --font-heading: 'Cormorant Garamond', serif;\r\n    --font-body: 'DM Sans', sans-serif;\r\n    --font-accent: 'Caveat', cursive;\r\n  }\r\n\r\n  \/* Menu Section Container *\/\r\n  .cm-menu-section {\r\n    background-color: var(--bg-base);\r\n    padding: 80px 5%;\r\n    font-family: var(--font-body);\r\n    color: var(--text-main);\r\n  }\r\n\r\n  .cm-menu-container {\r\n    max-width: 1300px;\r\n    margin: 0 auto;\r\n  }\r\n\r\n  \/* Menu Header & Intro *\/\r\n  .cm-menu-header {\r\n    text-align: center;\r\n    margin-bottom: 60px;\r\n  }\r\n\r\n  .cm-menu-title {\r\n    font-family: var(--font-heading);\r\n    font-size: clamp(2.5rem, 5vw, 4rem);\r\n    color: var(--primary);\r\n    margin: 0 0 15px 0;\r\n  }\r\n\r\n  .cm-menu-subtitle {\r\n    font-size: 1.1rem;\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n    color: #4A4542;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  \/* Category Styling *\/\r\n  .cm-category {\r\n    margin-bottom: 80px;\r\n  }\r\n\r\n  .cm-category-title {\r\n    font-family: var(--font-heading);\r\n    font-size: 2.5rem;\r\n    color: var(--primary);\r\n    border-bottom: 2px solid var(--accent);\r\n    padding-bottom: 10px;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .cm-category-desc {\r\n    font-size: 1.05rem;\r\n    color: #4A4542;\r\n    margin-bottom: 40px;\r\n    max-width: 800px;\r\n    line-height: 1.6;\r\n  }\r\n\r\n  \/* Grid Layout for Menu Items *\/\r\n  .cm-menu-grid {\r\n    display: grid;\r\n    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\r\n    gap: 30px;\r\n  }\r\n\r\n  \/* Individual Menu Card *\/\r\n  .cm-card {\r\n    background: #ffffff;\r\n    border-radius: 16px;\r\n    overflow: hidden;\r\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);\r\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    display: flex;\r\n    flex-direction: column;\r\n  }\r\n\r\n  .cm-card:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\r\n  }\r\n\r\n  .cm-card-img-wrapper {\r\n    width: 100%;\r\n    height: 220px;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .cm-card-img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    transition: transform 0.5s ease;\r\n  }\r\n\r\n  .cm-card:hover .cm-card-img {\r\n    transform: scale(1.05);\r\n  }\r\n\r\n  .cm-card-body {\r\n    padding: 25px;\r\n    display: flex;\r\n    flex-direction: column;\r\n    flex-grow: 1;\r\n  }\r\n\r\n  .cm-item-title {\r\n    font-family: var(--font-heading);\r\n    font-size: 1.8rem;\r\n    color: var(--primary);\r\n    margin: 0 0 10px 0;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .cm-item-desc {\r\n    font-size: 0.95rem;\r\n    color: #555;\r\n    line-height: 1.5;\r\n    margin-bottom: 20px;\r\n    flex-grow: 1;\r\n  }\r\n\r\n  \/* Pricing Table inside Card *\/\r\n  .cm-pricing-table {\r\n    width: 100%;\r\n    margin-bottom: 15px;\r\n    border-collapse: collapse;\r\n  }\r\n\r\n  .cm-pricing-table td {\r\n    padding: 4px 0;\r\n    font-size: 1.05rem;\r\n    color: var(--text-main);\r\n    border-bottom: 1px dashed #e0e0e0;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .cm-pricing-table td:last-child {\r\n    text-align: right;\r\n    color: var(--secondary);\r\n  }\r\n\r\n  .cm-pricing-table tr:last-child td {\r\n    border-bottom: none;\r\n  }\r\n\r\n  \/* Add-ons Box *\/\r\n  .cm-addons-box {\r\n    background-color: var(--bg-base);\r\n    padding: 12px;\r\n    border-radius: 8px;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .cm-addons-title {\r\n    font-size: 0.8rem;\r\n    text-transform: uppercase;\r\n    letter-spacing: 1px;\r\n    color: var(--secondary);\r\n    margin: 0 0 8px 0;\r\n    font-weight: 600;\r\n  }\r\n\r\n  .cm-addon-item {\r\n    display: flex;\r\n    justify-content: space-between;\r\n    font-size: 0.85rem;\r\n    color: #555;\r\n    margin-bottom: 4px;\r\n  }\r\n\r\n  \/* Order Button *\/\r\n  .cm-btn-order {\r\n    display: block;\r\n    text-align: center;\r\n    background-color: var(--secondary);\r\n    color: #ffffff;\r\n    text-decoration: none;\r\n    padding: 12px;\r\n    border-radius: 50px;\r\n    font-weight: 500;\r\n    transition: background-color 0.3s ease;\r\n    margin-top: auto;\r\n  }\r\n\r\n  .cm-btn-order:hover {\r\n    background-color: var(--primary);\r\n  }\r\n\r\n<\/style>\r\n\r\n<section class=\"cm-menu-section\" id=\"lunch-menu\">\r\n  <div class=\"cm-menu-container\">\r\n    \r\n    <div class=\"cm-menu-header\">\r\n      <h1 class=\"cm-menu-title\">Lunch Menu<\/h1>\r\n      <p class=\"cm-menu-subtitle\">Served daily. Fresh ingredients, bold flavors, and made to order just the way you like it.<\/p>\r\n    <\/div>\r\n\r\n    <div class=\"cm-category\">\r\n      <h2 class=\"cm-category-title\">Sandwiches & Wraps<\/h2>\r\n      <p class=\"cm-category-desc\">All sandwiches are made to order and served with a side of chips.<\/p>\r\n      \r\n      <div class=\"cm-menu-grid\">\r\n        \r\n        <!-- B.L.T. -->\r\n        <div class=\"cm-card\">\r\n          <div class=\"cm-card-img-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/B.L.T.avif\" alt=\"B.L.T. Sandwich\" class=\"cm-card-img\">\r\n          <\/div>\r\n          <div class=\"cm-card-body\">\r\n            <h3 class=\"cm-item-title\">B.L.T.<\/h3>\r\n            <p class=\"cm-item-desc\">Lightly toasted, with bacon, lettuce, tomato, and mayonnaise. Served with chips.<\/p>\r\n            <table class=\"cm-pricing-table\">\r\n              <tr><td>Standard<\/td><td>$11.99<\/td><\/tr>\r\n            <\/table>\r\n            <div class=\"cm-addons-box\">\r\n              <h4 class=\"cm-addons-title\">Available Condiments<\/h4>\r\n              <div class=\"cm-addon-item\"><span>Mayonnaise packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Mustard packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Ketchup packet<\/span><\/div>\r\n            <\/div>\r\n            <a href=\"https:\/\/tpgo.ca\/IOV2Yn\" class=\"cm-btn-order\" target=\"_blank\">Order Now<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Turkey Wrap Supreme -->\r\n        <div class=\"cm-card\">\r\n          <div class=\"cm-card-img-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/Turkey-Wrap-Supreme.avif\" alt=\"Turkey Wrap Supreme\" class=\"cm-card-img\">\r\n          <\/div>\r\n          <div class=\"cm-card-body\">\r\n            <h3 class=\"cm-item-title\">Turkey Wrap Supreme<\/h3>\r\n            <p class=\"cm-item-desc\">Turkey, bacon, tomato, lettuce, mayonnaise, salt, pepper, oil, vinegar and swiss cheese on a spinach herb wrap or wheat. Served with chips.<\/p>\r\n            <table class=\"cm-pricing-table\">\r\n              <tr><td>Standard<\/td><td>$12.99<\/td><\/tr>\r\n            <\/table>\r\n            <div class=\"cm-addons-box\">\r\n              <h4 class=\"cm-addons-title\">Available Condiments<\/h4>\r\n              <div class=\"cm-addon-item\"><span>Mayonnaise packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Mustard packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Ketchup packet<\/span><\/div>\r\n            <\/div>\r\n            <a href=\"https:\/\/tpgo.ca\/IOV2Yn\" class=\"cm-btn-order\" target=\"_blank\">Order Now<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Turkey Club -->\r\n        <div class=\"cm-card\">\r\n          <div class=\"cm-card-img-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/Turkey-Club.avif\" alt=\"Turkey Club\" class=\"cm-card-img\">\r\n          <\/div>\r\n          <div class=\"cm-card-body\">\r\n            <h3 class=\"cm-item-title\">Turkey Club<\/h3>\r\n            <p class=\"cm-item-desc\">Turkey, bacon, tomato, lettuce, mayonnaise, salt, pepper, oil, vinegar and swiss cheese on rye bread. Served with chips.<\/p>\r\n            <table class=\"cm-pricing-table\">\r\n              <tr><td>Standard<\/td><td>$12.99<\/td><\/tr>\r\n            <\/table>\r\n            <div class=\"cm-addons-box\">\r\n              <h4 class=\"cm-addons-title\">Available Condiments<\/h4>\r\n              <div class=\"cm-addon-item\"><span>Mayonnaise packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Mustard packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Ketchup packet<\/span><\/div>\r\n            <\/div>\r\n            <a href=\"https:\/\/tpgo.ca\/IOV2Yn\" class=\"cm-btn-order\" target=\"_blank\">Order Now<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Grilled Cheese -->\r\n        <div class=\"cm-card\">\r\n          <div class=\"cm-card-img-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1528735602780-2552fd46c7af?auto=format&fit=crop&w=800&q=80\" alt=\"Grilled Cheese\" class=\"cm-card-img\">\r\n          <\/div>\r\n          <div class=\"cm-card-body\">\r\n            <h3 class=\"cm-item-title\">Grilled Cheese<\/h3>\r\n            <p class=\"cm-item-desc\">White Cheddar cheese, Cheddar Cheese, salt, pepper & butter on rye bread. Lightly toasted. Served with chips.<\/p>\r\n            <table class=\"cm-pricing-table\">\r\n              <tr><td>Standard<\/td><td>$10.99<\/td><\/tr>\r\n            <\/table>\r\n            <div class=\"cm-addons-box\">\r\n              <h4 class=\"cm-addons-title\">Available Condiments<\/h4>\r\n              <div class=\"cm-addon-item\"><span>Mayonnaise packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Mustard packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Ketchup packet<\/span><\/div>\r\n            <\/div>\r\n            <a href=\"https:\/\/tpgo.ca\/IOV2Yn\" class=\"cm-btn-order\" target=\"_blank\">Order Now<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Veggie Wrap -->\r\n        <div class=\"cm-card\">\r\n          <div class=\"cm-card-img-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/06\/WhatsApp-Image-2026-06-18-at-12.10.01-AM.jpeg\" alt=\"Veggie Wrap\" class=\"cm-card-img\">\r\n          <\/div>\r\n          <div class=\"cm-card-body\">\r\n            <h3 class=\"cm-item-title\">Veggie Wrap<\/h3>\r\n            <p class=\"cm-item-desc\">Fresh lettuce, tomatoes, cucumbers, basil, onion chives, shredded cheese, ranch dressing, salt, pepper, oil, and vinegar wrapped in a flour tortilla.<\/p>\r\n            <table class=\"cm-pricing-table\">\r\n              <tr><td>Standard<\/td><td>$9.99<\/td><\/tr>\r\n            <\/table>\r\n            <div class=\"cm-addons-box\">\r\n              <h4 class=\"cm-addons-title\">Available Condiments<\/h4>\r\n              <div class=\"cm-addon-item\"><span>Mayonnaise packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Mustard packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Ketchup packet<\/span><\/div>\r\n            <\/div>\r\n            <a href=\"https:\/\/tpgo.ca\/IOV2Yn\" class=\"cm-btn-order\" target=\"_blank\">Order Now<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <!-- Buffalo Chicken Wrap (NEW) -->\r\n        <div class=\"cm-card\">\r\n          <div class=\"cm-card-img-wrapper\">\r\n            <img decoding=\"async\" src=\"https:\/\/beijingacupuncturedubai.com\/wp-content\/uploads\/2026\/06\/Buffalo-Chicken-Wrap.jpeg\" alt=\"Buffalo Chicken Wrap\" class=\"cm-card-img\">\r\n          <\/div>\r\n          <div class=\"cm-card-body\">\r\n            <h3 class=\"cm-item-title\">Buffalo Chicken Wrap<\/h3>\r\n            <p class=\"cm-item-desc\">Grilled chicken, lettuce, tomatoes, shredded cheese, buffalo sauce, and your choice of ranch or blue cheese dressing.<\/p>\r\n            <table class=\"cm-pricing-table\">\r\n              <tr><td>Standard<\/td><td>$12.99<\/td><\/tr>\r\n            <\/table>\r\n            <div class=\"cm-addons-box\">\r\n              <h4 class=\"cm-addons-title\">Available Condiments<\/h4>\r\n              <div class=\"cm-addon-item\"><span>Mayonnaise packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Mustard packet<\/span><\/div>\r\n              <div class=\"cm-addon-item\"><span>Ketchup packet<\/span><\/div>\r\n            <\/div>\r\n            <a href=\"https:\/\/tpgo.ca\/IOV2Yn\" class=\"cm-btn-order\" target=\"_blank\">Order Now<\/a>\r\n          <\/div>\r\n        <\/div>\r\n\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Lunch Menu Served daily. Fresh ingredients, bold flavors, and made to order just the way you like it. Sandwiches &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-182","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Lunch Menu \u2014 Coffee Me Tampa<\/title>\n<meta name=\"description\" content=\"Explore Coffee Me&#039;s lunch offerings in Tampa, FL. Fresh, flavorful options to complement your afternoon coffee experience.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lunch Menu \u2014 Coffee Me Tampa\" \/>\n<meta property=\"og:description\" content=\"Explore Coffee Me&#039;s lunch offerings in Tampa, FL. Fresh, flavorful options to complement your afternoon coffee experience.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/\" \/>\n<meta property=\"og:site_name\" content=\"Coffee Me FL\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-17T19:46:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/B.L.T.avif\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/\",\"name\":\"Lunch Menu \u2014 Coffee Me Tampa\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/B.L.T.avif\",\"datePublished\":\"2026-04-22T12:07:42+00:00\",\"dateModified\":\"2026-06-17T19:46:47+00:00\",\"description\":\"Explore Coffee Me's lunch offerings in Tampa, FL. Fresh, flavorful options to complement your afternoon coffee experience.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/B.L.T.avif\",\"contentUrl\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/B.L.T.avif\",\"width\":287,\"height\":287},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/lunch-menu\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lunch Menu\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#website\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/\",\"name\":\"Coffee Me FL\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#organization\",\"name\":\"Coffee Me FL\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coffee-mug-edit1-04-1.avif\",\"contentUrl\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/coffee-mug-edit1-04-1.avif\",\"width\":91,\"height\":80,\"caption\":\"Coffee Me FL\"},\"image\":{\"@id\":\"https:\\\/\\\/bizexceldemo.com\\\/websites\\\/coffeemefl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lunch Menu \u2014 Coffee Me Tampa","description":"Explore Coffee Me's lunch offerings in Tampa, FL. Fresh, flavorful options to complement your afternoon coffee experience.","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:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/","og_locale":"en_US","og_type":"article","og_title":"Lunch Menu \u2014 Coffee Me Tampa","og_description":"Explore Coffee Me's lunch offerings in Tampa, FL. Fresh, flavorful options to complement your afternoon coffee experience.","og_url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/","og_site_name":"Coffee Me FL","article_modified_time":"2026-06-17T19:46:47+00:00","og_image":[{"url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/B.L.T.avif","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/","name":"Lunch Menu \u2014 Coffee Me Tampa","isPartOf":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/#primaryimage"},"image":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/#primaryimage"},"thumbnailUrl":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/B.L.T.avif","datePublished":"2026-04-22T12:07:42+00:00","dateModified":"2026-06-17T19:46:47+00:00","description":"Explore Coffee Me's lunch offerings in Tampa, FL. Fresh, flavorful options to complement your afternoon coffee experience.","breadcrumb":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/#primaryimage","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/B.L.T.avif","contentUrl":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/04\/B.L.T.avif","width":287,"height":287},{"@type":"BreadcrumbList","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/lunch-menu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/"},{"@type":"ListItem","position":2,"name":"Lunch Menu"}]},{"@type":"WebSite","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#website","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/","name":"Coffee Me FL","description":"","publisher":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#organization","name":"Coffee Me FL","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#\/schema\/logo\/image\/","url":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/05\/coffee-mug-edit1-04-1.avif","contentUrl":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-content\/uploads\/2026\/05\/coffee-mug-edit1-04-1.avif","width":91,"height":80,"caption":"Coffee Me FL"},"image":{"@id":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages\/182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/comments?post=182"}],"version-history":[{"count":19,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages\/182\/revisions"}],"predecessor-version":[{"id":640,"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/pages\/182\/revisions\/640"}],"wp:attachment":[{"href":"https:\/\/bizexceldemo.com\/websites\/coffeemefl\/wp-json\/wp\/v2\/media?parent=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}