Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-12 09:46:51 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}