From 89962264dcd94257e6e302041a088996955bbb11 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:25:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a544357..6bf1e57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,6 +162,7 @@ export default function LandingPage() { { id: "q2", title: "Are there vegan options?", content: "Absolutely! Our menu features a dedicated section for delicious vegan dishes." }, { id: "q3", title: "Is parking available?", content: "We offer complimentary parking for all our guests in the restaurant lot." }, ]} + buttons={[{ text: "Contact Us", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-as-barista_23-2150754682.jpg" title="Common Queries" description="Have questions about our dining experience? Find answers here." @@ -190,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1