From f6e4df14e7a24a02848cffe91899ace9244c0fdd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 22:02:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8930771..337f2ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,9 +174,9 @@ export default function LandingPage() { description="Don't miss out on the best bite in the garage. Secure your spot now." buttons={[ { - text: "Order Online", href: "#"}, + text: "Get Takeout", href: "#"}, { - text: "Reserve Now", href: "#"}, + text: "Book Your Table", href: "#"}, ]} /> @@ -214,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1