Update src/app/page.tsx

This commit is contained in:
2026-04-26 18:12:35 +00:00
parent ef4b19e2d8
commit c8a35ecdd8

View File

@@ -103,7 +103,7 @@ export default function LandingPage() {
textboxLayout="split-actions"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[{ text: "Explore Full Menu", href: "#menu" }, { text: "Visit Shop", href: "#shop" }]}
buttons={[{ text: "Explore Full Menu", href: "#menu" }, { text: "Order Online", href: "#shop" }]}
products={[
{ id: "p1", name: "Classic Cappuccino", price: "60₺", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-coffee-cup-with-heart-shape-latte-art-waffle_23-2147908349.jpg?_wi=2" },
{ id: "p2", name: "Signature Espresso", price: "45₺", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-press_23-2149878066.jpg?_wi=2" },