Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-15 09:11:23 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Haven House Cafe"
button={{ text: "Visit", href: "#contact" }}
button={{ text: "View Menu", href: "#deals" }}
/>
</div>
@@ -53,7 +53,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pastries-display_627829-8306.jpg", imageAlt: "Fresh pastries" },
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-cafe-seating-area_662251-1348.jpg", imageAlt: "Cozy seating" },
]}
buttons={[{ text: "Our Offerings", href: "#deals" }, { text: "Contact Us", href: "#contact" }]}
buttons={[{ text: "View Menu", href: "#deals" }, { text: "Contact Us", href: "#contact" }]}
/>
</div>
@@ -146,4 +146,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}