Update src/app/page.tsx

This commit is contained in:
2026-05-09 15:49:40 +00:00
parent 228a0004f0
commit bb4001d635

View File

@@ -111,6 +111,10 @@ export default function LandingPage() {
]} ]}
title="Signature Menu" title="Signature Menu"
description="A curated selection of artisanal brews and fresh bites." description="A curated selection of artisanal brews and fresh bites."
buttons={[
{ text: "Browse Full Menu", href: "#full-menu" },
{ text: "Place Pickup Order", href: "#order" }
]}
/> />
</div> </div>