diff --git a/src/app/page.tsx b/src/app/page.tsx index ed9914a..0ea12f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { tagIcon={Sparkles} background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "View Menu", href: "#menu" }, - { text: "Reserve Table", href: "#reservation" } + { text: "Reserve Table", href: "#reservation" }, + { text: "View Menu", href: "#menu" } ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/wineglass-restaurant-table_23-2147731694.jpg", imageAlt: "Rooftop venue with city skyline" },