Merge version_2 into main #2
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reservations", id: "reservations" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Reserve Now", href: "#reservations" }}
|
||||
button={{ text: "Reserve Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#reservations" },
|
||||
{ text: "Reserve a Table", href: "#contact" },
|
||||
{ text: "Explore Menu", href: "#menu" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Hours", items: [
|
||||
{ label: "Daily: 8 AM – 9 PM", href: "#" },
|
||||
{ label: "Reservations Accepted", href: "#reservations" },
|
||||
{ label: "Reservations Accepted", href: "#contact" },
|
||||
{ label: "Call: +976 8891 9294", href: "tel:+97688919294" }
|
||||
]
|
||||
},
|
||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Dining", items: [
|
||||
{ label: "Family-Friendly", href: "#features" },
|
||||
{ label: "Group Gatherings", href: "#reservations" },
|
||||
{ label: "Group Gatherings", href: "#contact" },
|
||||
{ label: "Special Events", href: "#contact" },
|
||||
{ label: "About Us", href: "#about" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user