From 7f0ab43c33f05f7b4614c64ed0f8bc9909594cec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 09:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70b9fff..9bb4084 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,6 +137,14 @@ export default function LandingPage() { title="Delightful Dishes for Every Palate" description="Explore our diverse menu featuring gourmet pizzas, classic fast-food favorites, and refreshing beverages, all crafted with passion." tag="Our Menu" + buttons={[ + { + text: "Order Online", href: "#" + }, + { + text: "Dine With Us", href: "#location" + } + ]} /> @@ -236,4 +244,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1