{"id":222,"date":"2026-07-04T15:01:30","date_gmt":"2026-07-04T13:01:30","guid":{"rendered":"https:\/\/flave.mk\/?page_id=222"},"modified":"2026-07-04T15:15:16","modified_gmt":"2026-07-04T13:15:16","slug":"222-2","status":"publish","type":"page","link":"https:\/\/flave.mk\/en\/222-2\/","title":{"rendered":"\u0417\u0430 \u0440\u0435\u0441\u0442\u043e\u0440\u0430\u043d\u0438"},"content":{"rendered":"<meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Flave | Bring More Diners to Your Restaurant<\/title>\n\n  <style>\n    :root {\n      --primary: #fc4445;\n      --dark: #161616;\n      --text: #333;\n      --muted: #666;\n      --light: #fff7f4;\n      --white: #ffffff;\n      --border: #eeeeee;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: Inter, Arial, sans-serif;\n      color: var(--text);\n      line-height: 1.6;\n      background: var(--white);\n    }\n\n    a {\n      text-decoration: none;\n      color: inherit;\n    }\n\n    .container {\n      width: min(1180px, 92%);\n      margin: auto;\n    }\n\n    .btn {\n      display: inline-block;\n      background: var(--primary);\n      color: #fff;\n      padding: 15px 26px;\n      border-radius: 999px;\n      font-weight: 700;\n      transition: 0.25s;\n    }\n\n    .btn:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 12px 28px rgba(252, 68, 69, 0.25);\n    }\n\n    header {\n      padding: 22px 0;\n      background: #fff;\n      border-bottom: 1px solid var(--border);\n      position: sticky;\n      top: 0;\n      z-index: 10;\n    }\n\n    .nav {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .logo {\n      font-size: 28px;\n      font-weight: 900;\n      color: var(--primary);\n    }\n\n    .nav-links {\n      display: flex;\n      gap: 28px;\n      font-weight: 600;\n      color: var(--dark);\n    }\n\n    .hero {\n      background: linear-gradient(135deg, #fff7f4 0%, #ffffff 60%);\n      padding: 80px 0;\n    }\n\n    .hero-grid {\n      display: grid;\n      grid-template-columns: 1.05fr 0.95fr;\n      gap: 50px;\n      align-items: center;\n    }\n\n    .hero h1 {\n      font-size: clamp(42px, 6vw, 72px);\n      line-height: 1.05;\n      color: var(--dark);\n      margin-bottom: 24px;\n    }\n\n    .hero p {\n      font-size: 20px;\n      color: var(--muted);\n      margin-bottom: 26px;\n      max-width: 620px;\n    }\n\n    .hero ul {\n      list-style: none;\n      margin-bottom: 32px;\n    }\n\n    .hero li {\n      margin-bottom: 12px;\n      font-weight: 600;\n    }\n\n    .hero li::before {\n      content: \"\u2713\";\n      color: var(--primary);\n      margin-right: 10px;\n      font-weight: 900;\n    }\n\n    .hero-card {\n      background: #fff;\n      border-radius: 30px;\n      padding: 28px;\n      box-shadow: 0 20px 60px rgba(0,0,0,0.08);\n    }\n\n    .mockup {\n      background: var(--dark);\n      color: #fff;\n      border-radius: 24px;\n      padding: 28px;\n      min-height: 430px;\n    }\n\n    .mockup-search {\n      background: #fff;\n      color: #999;\n      border-radius: 999px;\n      padding: 14px 18px;\n      margin-bottom: 24px;\n    }\n\n    .restaurant-card {\n      background: #252525;\n      border-radius: 18px;\n      padding: 18px;\n      margin-bottom: 16px;\n    }\n\n    .restaurant-card span {\n      display: block;\n      color: #aaa;\n      font-size: 14px;\n    }\n\n    section {\n      padding: 80px 0;\n    }\n\n    .section-title {\n      text-align: center;\n      max-width: 760px;\n      margin: 0 auto 50px;\n    }\n\n    .section-title h2 {\n      font-size: clamp(32px, 4vw, 48px);\n      color: var(--dark);\n      margin-bottom: 14px;\n    }\n\n    .section-title p {\n      color: var(--muted);\n      font-size: 18px;\n    }\n\n    .stats {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    .stat {\n      background: var(--light);\n      border-radius: 24px;\n      padding: 34px;\n      text-align: center;\n    }\n\n    .stat h3 {\n      color: var(--primary);\n      font-size: 42px;\n    }\n\n    .features {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 22px;\n    }\n\n    .feature {\n      border: 1px solid var(--border);\n      border-radius: 24px;\n      padding: 28px;\n      background: #fff;\n    }\n\n    .feature-icon {\n      width: 48px;\n      height: 48px;\n      background: var(--light);\n      color: var(--primary);\n      border-radius: 14px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 24px;\n      margin-bottom: 18px;\n    }\n\n    .feature h3 {\n      color: var(--dark);\n      margin-bottom: 10px;\n    }\n\n    .split {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 50px;\n      align-items: center;\n    }\n\n    .image-box {\n      min-height: 420px;\n      border-radius: 30px;\n      background:\n        linear-gradient(rgba(0,0,0,0.15), rgba(0,0,0,0.15)),\n        url(\"https:\/\/images.unsplash.com\/photo-1552566626-52f8b828add9?auto=format&fit=crop&w=1200&q=80\");\n      background-size: cover;\n      background-position: center;\n    }\n\n    .split h2 {\n      font-size: 42px;\n      color: var(--dark);\n      margin-bottom: 18px;\n    }\n\n    .split p {\n      color: var(--muted);\n      margin-bottom: 18px;\n    }\n\n    .steps {\n      background: var(--light);\n    }\n\n    .step-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 24px;\n    }\n\n    .step {\n      background: #fff;\n      padding: 32px;\n      border-radius: 24px;\n    }\n\n    .step-number {\n      width: 42px;\n      height: 42px;\n      background: var(--primary);\n      color: #fff;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 800;\n      margin-bottom: 18px;\n    }\n\n    .cta {\n      background: var(--dark);\n      color: #fff;\n      text-align: center;\n      border-radius: 36px;\n      padding: 70px 30px;\n    }\n\n    .cta h2 {\n      font-size: 44px;\n      margin-bottom: 16px;\n    }\n\n    .cta p {\n      color: #ccc;\n      max-width: 620px;\n      margin: 0 auto 28px;\n      font-size: 18px;\n    }\n\n    footer {\n      padding: 36px 0;\n      border-top: 1px solid var(--border);\n      color: var(--muted);\n      text-align: center;\n    }\n\n    @media (max-width: 900px) {\n      .hero-grid,\n      .split {\n        grid-template-columns: 1fr;\n      }\n\n      .features,\n      .stats,\n      .step-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .nav-links {\n        display: none;\n      }\n\n      section,\n      .hero {\n        padding: 55px 0;\n      }\n\n      .cta h2 {\n        font-size: 34px;\n      }\n    }\n  <\/style>\n\n\n  <main>\n\n    <section class=\"hero\">\n      <div class=\"container hero-grid\">\n        <div>\n          <h1>Bring more diners to your restaurant<\/h1>\n          <p>\n            Flave helps restaurants get discovered online, attract new customers,\n            and turn interest into real table visits.\n          <\/p>\n\n          <ul>\n            <li>Create a beautiful restaurant profile<\/li>\n            <li>Promote your menu, offers and special events<\/li>\n            <li>Reach local food lovers searching for places to eat<\/li>\n          <\/ul>\n\n          <a href=\"#contact\" class=\"btn\">Start with Flave<\/a>\n        <\/div>\n\n        <div class=\"hero-card\">\n          <div class=\"mockup\">\n            <div class=\"mockup-search\">Search restaurants in Skopje&#8230;<\/div>\n\n            <div class=\"restaurant-card\">\n              <strong>Four Seasons Skopje<\/strong>\n              <span>Modern restaurant \u00b7 4.8 rating<\/span>\n            <\/div>\n\n            <div class=\"restaurant-card\">\n              <strong>Zavino Pizzeria &amp; Wine Bar<\/strong>\n              <span>Pizza \u00b7 Wine \u00b7 Popular nearby<\/span>\n            <\/div>\n\n            <div class=\"restaurant-card\">\n              <strong>Sofra<\/strong>\n              <span>Traditional food \u00b7 Family friendly<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section>\n      <div class=\"container\">\n        <div class=\"section-title\">\n          <h2>Built for restaurants that want more visibility<\/h2>\n          <p>\n            Inspired by restaurant growth platforms that focus on bookings,\n            digital presence and reputation management. \n          <\/p>\n        <\/div>\n\n        <div class=\"stats\">\n          <div class=\"stat\">\n            <h3>24\/7<\/h3>\n            <p>Online visibility<\/p>\n          <\/div>\n\n          <div class=\"stat\">\n            <h3>Local<\/h3>\n            <p>Reach food lovers nearby<\/p>\n          <\/div>\n\n          <div class=\"stat\">\n            <h3>Easy<\/h3>\n            <p>Simple restaurant profile setup<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"benefits\">\n      <div class=\"container\">\n        <div class=\"section-title\">\n          <h2>Main benefits<\/h2>\n          <p>Everything your restaurant needs to look professional and attract more guests.<\/p>\n        <\/div>\n\n        <div class=\"features\">\n          <div class=\"feature\">\n            <div class=\"feature-icon\">\ud83c\udf7d\ufe0f<\/div>\n            <h3>More diners<\/h3>\n            <p>Make your restaurant easier to discover by people looking for places to eat.<\/p>\n          <\/div>\n\n          <div class=\"feature\">\n            <div class=\"feature-icon\">\ud83d\udccd<\/div>\n            <h3>Local discovery<\/h3>\n            <p>Show your location, cuisine, working hours, menu and contact details clearly.<\/p>\n          <\/div>\n\n          <div class=\"feature\">\n            <div class=\"feature-icon\">\u2b50<\/div>\n            <h3>Better reputation<\/h3>\n            <p>Highlight ratings, photos, reviews and customer experiences.<\/p>\n          <\/div>\n\n          <div class=\"feature\">\n            <div class=\"feature-icon\">\ud83d\udce3<\/div>\n            <h3>Promotions<\/h3>\n            <p>Promote discounts, special menus, events and featured offers.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section>\n      <div class=\"container split\">\n        <div class=\"image-box\"><\/div>\n\n        <div>\n          <h2>Show your restaurant in the best way<\/h2>\n          <p>\n            With Flave, every restaurant can have a clean and modern profile with\n            food photos, descriptions, working hours, location, menu details and offers.\n          <\/p>\n          <p>\n            Perfect for restaurants, bars, caf\u00e9s, pizzerias, wineries and fast-food places\n            that want stronger online presence.\n          <\/p>\n          <a href=\"#contact\" class=\"btn\">Get listed<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"steps\" id=\"how\">\n      <div class=\"container\">\n        <div class=\"section-title\">\n          <h2>How it works<\/h2>\n          <p>Simple process for restaurants that want to join Flave.<\/p>\n        <\/div>\n\n        <div class=\"step-grid\">\n          <div class=\"step\">\n            <div class=\"step-number\">1<\/div>\n            <h3>Create your profile<\/h3>\n            <p>Add your restaurant name, description, cuisine, location and working hours.<\/p>\n          <\/div>\n\n          <div class=\"step\">\n            <div class=\"step-number\">2<\/div>\n            <h3>Add photos &amp; menu<\/h3>\n            <p>Upload your best food photos, menu highlights and special offers.<\/p>\n          <\/div>\n\n          <div class=\"step\">\n            <div class=\"step-number\">3<\/div>\n            <h3>Attract customers<\/h3>\n            <p>Start appearing in front of people searching for where to eat.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section id=\"contact\">\n      <div class=\"container\">\n        <div class=\"cta\">\n          <h2>Ready to grow your restaurant with Flave?<\/h2>\n          <p>\n            Join Flave and make your restaurant easier to discover, explore and visit.\n          <\/p>\n          <a href=\"mailto:contact@flave.mk\" class=\"btn\">Contact us<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n  <\/main>\n\n  <footer>\n    <div class=\"container\">\n      \u00a9 2026 Flave. All rights reserved.\n    <\/div>\n  <\/footer>","protected":false},"excerpt":{"rendered":"<p>Flave | Bring More Diners to Your Restaurant Bring more diners to your restaurant Flave helps restaurants get discovered online, attract new customers, and turn interest into real table visits. Create a beautiful restaurant profile Promote your menu, offers and special events Reach local food lovers searching for places to eat Start with Flave Search [&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-222","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/flave.mk\/en\/wp-json\/wp\/v2\/pages\/222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/flave.mk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/flave.mk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/flave.mk\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/flave.mk\/en\/wp-json\/wp\/v2\/comments?post=222"}],"version-history":[{"count":0,"href":"https:\/\/flave.mk\/en\/wp-json\/wp\/v2\/pages\/222\/revisions"}],"wp:attachment":[{"href":"https:\/\/flave.mk\/en\/wp-json\/wp\/v2\/media?parent=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}