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 +}