diff --git a/src/app/page.tsx b/src/app/page.tsx index 509660d..6159700 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { rating={5} ratingText="Trusted by food lovers" buttons={[ - { text: "Make Reservation", href: "#contact" }, + { text: "Reserve Table Now", href: "#contact" }, { text: "View Menu", href: "#menu" } ]} buttonAnimation="slide-up"