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