diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c4e321..7a5b262 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,6 +130,9 @@ export default function LandingPage() { ]} title="Our Signature Menu" description="Browse through our delicious range of pizzas." + buttons={[ + { text: "Order Now", href: "#contact" } + ]} /> @@ -240,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file