2 Commits

Author SHA1 Message Date
db3bc36059 Update src/app/page.tsx 2026-04-18 16:49:45 +00:00
7b3b8891c7 Merge version_1 into main
Merge version_1 into main
2026-04-18 16:48:11 +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>
);
}
}