Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 16:49:49 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Fresh Coffee, Warm Moments"
description="Experience the art of handcrafted specialty coffee in our cozy haven. Your perfect day starts with a perfect brew."
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" }]}
buttons={[{ text: "Browse Our Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/male-barista-holding-coffee-cardboard-cup_1303-29325.jpg"
imageAlt="3D coffee cup centered"
/>
@@ -159,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}