Update src/app/page.tsx

This commit is contained in:
2026-05-11 18:47:07 +00:00
parent a084c29082
commit 3e8876f5f7

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
title="Coffee First, Attitude Included"
description="Specialty coffee meets American diner comfort at Mojo. Discover bold espresso drinks, housemade cakes, and honest comfort food in Bremerhaven's favorite gathering spot."
buttons={[{ text: "View Menu & Order Now", href: "#menu" }]}
buttons={[{ text: "Grab Your Mojo Now", href: "#menu" }]}
videoSrc="https://videos.b2bpic.net/coffee-shop-espresso-pour.mp4"
videoAriaLabel="Hero coffee brewing video"
mediaAnimation="blur-reveal"
@@ -192,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}