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: "#" } ],