6 Commits

Author SHA1 Message Date
e5fc8fb0a2 Update src/app/page.tsx 2026-04-19 19:22:40 +00:00
bd4036cb92 Merge version_3 into main
Merge version_3 into main
2026-04-18 16:52:02 +00:00
266f1a3313 Update src/app/page.tsx 2026-04-18 16:51:59 +00:00
d7985b3221 Merge version_2 into main
Merge version_2 into main
2026-04-18 16:49:48 +00:00
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"
/>
@@ -64,6 +64,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
carouselMode="auto"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}