From 5148bacc7a99d073ec27195d7576fd4fc60cd7f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:36:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac7289b..68a9d62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,16 +97,14 @@ export default function LandingPage() { { id: "guava-matcha", label: "Guava", title: "Guava Matcha Latte", items: [ "Fresh matcha whisked to perfection", "Tropical guava flavor", "Creamy nondairy milk (no upcharge)", "Vegan-friendly all the way" - ], - buttons: [ + ], buttons: [ { text: "Order a Guava Matcha", href: "https://order.example.com" } ] }, { id: "strawberry-matcha", label: "Strawberry", title: "Strawberry Matcha & Cold Foam", items: [ "Premium ceremonial matcha", "Sweet strawberry essence", "Silky strawberry cold foam", "Limited seasonal availability" - ], - buttons: [ + ], buttons: [ { text: "Order Now (Seasonal)", href: "https://order.example.com" } ] } @@ -242,7 +240,6 @@ export default function LandingPage() {