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