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