4 Commits

Author SHA1 Message Date
1def42c533 Update src/app/page.tsx 2026-03-12 09:46:46 +00:00
f7c6f5a83f Merge version_1 into main
Merge version_1 into main
2026-03-12 09:11:55 +00:00
e040fc5304 Merge version_1 into main
Merge version_1 into main
2026-03-12 09:11:30 +00:00
9545bc8a3e Merge version_1 into main
Merge version_1 into main
2026-03-12 09:10:29 +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>
);
}
}