Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-02 09:13:31 +00:00

View File

@@ -51,9 +51,9 @@ export default function LandingPage() {
description="Experience artisan, locally sourced beans handcrafted in the heart of the city."
buttons={[
{
text: "View Menu", href: "#menu"},
text: "View Menu", onClick: () => document.getElementById("menu")?.scrollIntoView({ behavior: "smooth" })},
{
text: "Visit Us", href: "#location"},
text: "Visit Us", onClick: () => document.getElementById("location")?.scrollIntoView({ behavior: "smooth" })},
]}
mediaItems={[
{