Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-22 04:25:16 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}