From 15dc4cef9a54bd0714a572968341e74557e4e6bc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:29:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c962988..a2fc334 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,13 +9,13 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Waves, Spine, Zap, Heart, Target, Award, Users, MapPin, Phone } from 'lucide-react'; +import { Waves, Spline, Zap, Heart, Target, Award, Users, MapPin, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -159,7 +159,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} gridVariant="uniform-all-items-equal" - animationType="reveal-blur" + animationType="blur-reveal" metrics={[ { id: "1", value: "5.0★", description: "Google Bewertung" }, { id: "2", value: "3+", description: "Zufriedene Kunden" }, -- 2.49.1