Update src/app/page.tsx
This commit is contained in:
@@ -37,7 +37,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Reserve", id: "reserve"},
|
||||
name: "Reserve", id: "/reserve"},
|
||||
]}
|
||||
brandName=""
|
||||
/>
|
||||
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
description="Experience the timeless elegance of traditional Indian cuisine, reimagined for the modern palate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
text: "Reserve a Table", href: "/reserve"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
@@ -160,7 +160,7 @@ export default function LandingPage() {
|
||||
text="Join us for an unforgettable evening. Located at Jatheri Rd, Sector 35, Sonipat, Haryana 131001. Open 5pm-11pm."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now", href: "tel:+1234567890"},
|
||||
text: "Reserve Now", href: "/reserve"},
|
||||
{
|
||||
text: "Order via Swiggy", href: "https://swiggy.com"},
|
||||
]}
|
||||
@@ -174,11 +174,11 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
label: "About", href: "/#about"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
label: "Menu", href: "/#menu"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
label: "Contact", href: "/#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user