From 1def42c533f9f776efb703f6a2b00d4606577805 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:46:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e39f2f2..45efd91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -247,7 +247,7 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "offer-1", title: "The Metabolic Adaptive System", subtitle: "28-day personalized fat-loss program with AI coaching", category: "Primary", value: "€49", buttons: [{ text: "Start Transformation", href: "#" }] + id: "offer-1", title: "The Metabolic Adaptive System", subtitle: "28-day personalized fat-loss program with AI coaching", category: "Primary", value: "€49", buttons: [{ text: "Claim Your Spot Now", href: "#" }] }, { id: "offer-2", title: "Bonus: Meal Prep Mastery (€27 value)", subtitle: "Weekly grocery lists + prep templates included free", category: "Bonus", value: "Free", buttons: [{ text: "Included in offer", href: "#" }] @@ -292,4 +292,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1