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