2 Commits

Author SHA1 Message Date
b19604a293 Update src/app/page.tsx 2026-05-09 18:38:01 +00:00
5c6137f317 Merge version_2 into main
Merge version_2 into main
2026-05-09 18:37:05 +00:00

View File

@@ -96,9 +96,10 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[{ text: "View Full Menu", href: "/menu" }]}
products={[
{ id: "p1", name: "Signature Americano", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/fragrant-freshly-roasted-coffee-beans-are-scattered-from-jar-onto-countertop-copy-space-banner-closeup-selective-focus_166373-2310.jpg" },
{ id: "p2", name: "Classic Cappuccino", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-16564.jpg" },