2 Commits

Author SHA1 Message Date
6b978302e0 Update src/app/page.tsx 2026-03-22 01:35:33 +00:00
060eb27ee4 Merge version_1 into main
Merge version_1 into main
2026-03-22 01:32:46 +00:00

View File

@@ -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" }
] ]