Update src/app/page.tsx

This commit is contained in:
2026-05-09 21:43:27 +00:00
parent bc2732e146
commit a0bfd8ce6e

View File

@@ -97,7 +97,7 @@ export default function LandingPage() {
id: "m1", value: "24/7", title: "Erreichbarkeit", description: "Rund um die Uhr für Sie da", icon: Clock,
},
{
id: "m2", value: "", title: "Erstberatung", description: "Kostenlos und unverbindlich", icon: CheckCircle,
id: "m2", value: "100%", title: "Erstberatung", description: "Kostenlos und unverbindlich", icon: CheckCircle,
},
{
id: "m3", value: "Essen", title: "Standort", description: "Regional in Nordrhein-Westfalen", icon: MapPin,
@@ -171,4 +171,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}