<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if ( apply_filters( 'astra_header_profile_gmpg_link', true ) ) { ?> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php } ?> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content" role="link" title="<?php echo esc_attr( astra_default_strings( 'string-header-skip-link', false ) ); ?>"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container"> <?php astra_content_top(); ?>

WELCOME TO

CANTEENA

Get Your
E-Gift Card Here

Discover the Good Atmosphere of CANTEENA

Indulge in a dining experience defined by understated luxury and refined sophistication. Every element is meticulously curated to create an atmosphere that is both intimate and effortlessly elegant. We welcome both local connoisseurs and global travelers to enjoy a seamless blend of exceptional cuisine, attentive service, and timeless ambiance ensuring each visit is as memorable as it is exquisite.
Best Cafe & Restaurant In Gisborne
Good Vibes
A setting distinguished by artisanal craftsmanship, where a refined interplay of textures, styles, and hues creates a harmonious expression of modern luxury.
Cozy Place
To welcome every guest into a space of effortless comfort and refined elegance, where a sense of belonging is immediate and each individual discovers an atmosphere perfectly attuned to their presence.
Relax Atmosphere
Take refuge in our exclusive haven of greenery, set apart from the crowds.
Our Menu

Get Relax. Eat.

Culinary Delight

We promise an intimate and relaxed dining experience that offers something different to local and visiting patrons and ensures you enjoy a memorable food experience every time.

Meet The Team of CANTEENA

Our chef Chirag have extensive fine dining experience and bring that level of excellence to every dish we serve.

Reservation

Telephone Reservations
<?php /** * The template for displaying the footer. * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <?php astra_content_bottom(); ?> </div> <!-- ast-container --> </div><!-- #content --> <?php astra_content_after(); astra_footer_before(); astra_footer(); astra_footer_after(); ?> </div><!-- #page --> <?php astra_body_bottom(); wp_footer(); ?> </body> </html>