Merge version_2 into main #3
@@ -24,15 +24,15 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu", id: "menu", href: "/menu"},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery", id: "gallery", href: "/gallery"},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "About Us", id: "about", href: "/#about"},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Contact", id: "contact", href: "/contact"},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="The Marwari Platter"
|
||||
button={{
|
||||
|
||||
@@ -24,15 +24,15 @@ export default function GalleryPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu", id: "menu", href: "/menu"},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery", id: "gallery", href: "/gallery"},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "About Us", id: "about", href: "/#about"},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Contact", id: "contact", href: "/contact"},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="The Marwari Platter"
|
||||
button={{
|
||||
|
||||
@@ -24,15 +24,15 @@ export default function MenuPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu", id: "menu", href: "/menu"},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery", id: "gallery", href: "/gallery"},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "About Us", id: "about", href: "/#about"},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Contact", id: "contact", href: "/contact"},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="The Marwari Platter"
|
||||
button={{
|
||||
|
||||
@@ -30,15 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu", id: "menu", href: "/menu"},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Gallery", id: "gallery", href: "/gallery"},
|
||||
name: "Gallery", id: "/gallery"},
|
||||
{
|
||||
name: "About Us", id: "about", href: "/#about"},
|
||||
name: "About Us", id: "/#about"},
|
||||
{
|
||||
name: "Contact", id: "contact", href: "/contact"},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="The Marwari Platter"
|
||||
button={{
|
||||
@@ -153,11 +153,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
id: "1", value: "4.9/5", description: "Average Rating"},
|
||||
value: "4.9/5", description: "Average Rating"},
|
||||
{
|
||||
id: "2", value: "200+", description: "Happy Customers"},
|
||||
value: "200+", description: "Happy Customers"},
|
||||
{
|
||||
id: "3", value: "50+", description: "Signature Dishes"},
|
||||
value: "50+", description: "Signature Dishes"},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our beloved patrons who have experienced the warmth and flavors of our Marwadi hospitality."
|
||||
|
||||
Reference in New Issue
Block a user