diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e23f05..82e4a66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { FileText, Users, Tool, ReceiptText } from 'lucide-react'; +import { FileText, Users, Wrench, ReceiptText } from 'lucide-react'; export default function LandingPage() { return ( @@ -95,7 +95,7 @@ export default function LandingPage() { title: "WEG-Verwaltung", description: "Kompetente Verwaltung von Wohnungseigentümergemeinschaften nach aktuellem WEG-Recht.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-people-discussing-business-office_1268-21455.jpg", imageAlt: "Team discussing building plans", buttonIcon: Users, }, { - title: "Technische Betreuung", description: "Regelmäßige Inspektionen, Organisation von Instandhaltungsmaßnahmen und Notdienstkoordination.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-caucasian-male-engineer-wearing-uniform-hard-hat-hand-use-smartphont-communication-site-construction-background_609648-873.jpg", imageAlt: "Maintenance worker inspecting a building", buttonIcon: Tool, + title: "Technische Betreuung", description: "Regelmäßige Inspektionen, Organisation von Instandhaltungsmaßnahmen und Notdienstkoordination.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-caucasian-male-engineer-wearing-uniform-hard-hat-hand-use-smartphont-communication-site-construction-background_609648-873.jpg", imageAlt: "Maintenance worker inspecting a building", buttonIcon: Wrench, }, { title: "Kaufmännische Verwaltung", description: "Transparentes Finanzmanagement, Buchhaltung und Erstellung von Wirtschaftsplänen.", imageSrc: "http://img.b2bpic.net/free-photo/business-accounting-concept-with-wallet-grey-surface-flat-lay-man-counting-money_176474-6547.jpg", imageAlt: "Financial documents and calculator", buttonIcon: ReceiptText,