Update src/app/page.tsx

This commit is contained in:
2026-05-12 14:35:02 +00:00
parent 7ab0fb2738
commit 6c9068c7ce

View File

@@ -150,6 +150,10 @@ export default function LandingPage() {
]} ]}
title="Our Menu" title="Our Menu"
description="Delicious, traditional dishes waiting for you." description="Delicious, traditional dishes waiting for you."
buttons={[
{ text: "View Full Menu", href: "#products" },
{ text: "Order Now", href: "#products" }
]}
/> />
</div> </div>