diff --git a/src/app/page.tsx b/src/app/page.tsx index ab12af5..bc863c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} avatarText="Join the social experience" buttons={[ - { text: "Reserve Table", href: "#booking" }, + { text: "Reserve Now & Save 15%", href: "#booking" }, { text: "Book Escape Room", href: "#booking" } ]} buttonAnimation="slide-up" @@ -293,4 +293,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file