diff --git a/src/app/page.tsx b/src/app/page.tsx index e271e44..ef8962d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { AlertCircle, Rocket, Target, Clipboard, BarChart3, Lightbulb, Eye, Bulb, TrendingUp, ArrowRight, Star, CheckCircle, Clock, Shield, HelpCircle, Users, Heart } from 'lucide-react'; +import { AlertCircle, Rocket, Target, Clipboard, BarChart3, Lightbulb, Eye, TrendingUp, ArrowRight, Star, CheckCircle, Clock, Shield, HelpCircle, Users, Heart, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Mehr erfahren", href: "#how-it-works" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/female-executive-reading-sticky-notes_1170-1710.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/female-executive-reading-sticky-notes_1170-1710.jpg" imageAlt="Business Analysis" mediaAnimation="blur-reveal" imagePosition="right" @@ -112,11 +112,11 @@ export default function LandingPage() { title="Was du konkret bekommst" description="Keine leeren Versprechen. Das ist das Ergebnis." tag="Dein Mehrwert" - tagIcon={Star} + tagIcon={Zap} tagAnimation="slide-up" metrics={[ { id: "clarity", icon: Eye, title: "Klare Richtung", value: "Statt Chaos" }, - { id: "ideas", icon: Bulb, title: "Passende Business-Ideen", value: "Nicht generisch" }, + { id: "ideas", icon: Lightbulb, title: "Passende Business-Ideen", value: "Nicht generisch" }, { id: "realistic", icon: TrendingUp, title: "Realistische Einschätzung", value: "Keine Lügen" }, { id: "steps", icon: ArrowRight, title: "Konkrete nächste Schritte", value: "Sofort handeln" } ]} @@ -196,7 +196,7 @@ export default function LandingPage() { description="Wir sind nicht irgendwelche Experten mit 20 Jahren Erfahrung. Wir haben selbst angefangen. Mit Unsicherheit. Mit Fehler. Mit echten Fragen." subdescription="Darum geht es uns um Klarheit statt leere Motivation. Um realistische Einschätzungen statt Hype." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/female-executive-reading-sticky-notes_1170-1710.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/female-executive-reading-sticky-notes_1170-1710.jpg" imageAlt="Our Team" mediaAnimation="blur-reveal" useInvertedBackground={false} @@ -226,7 +226,7 @@ export default function LandingPage() {