diff --git a/src/app/page.tsx b/src/app/page.tsx index ce70e58..39992a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,6 +100,7 @@ export default function LandingPage() { ]} title="Our Menu" description="Explore our curated selection of fine dine dishes." + buttons={[{ text: "View Full Menu", href: "#" }]} /> @@ -273,4 +274,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file