From e157f923a30e8c538e02cbecf78543f830b9daa5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 00:27:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b21ff6..4648b56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -204,7 +204,7 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "tasting", name: "Tasting Box", price: "€24.99", badge: "Popular", badgeIcon: Sparkles, + id: "tasting", name: "Tasting Box", price: "€19.00", badge: "Popular", badgeIcon: Sparkles, buttons: [ { text: "Order Now", href: "#" } ], -- 2.49.1