diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bf468c..5c05e4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Wrench, Building2, CheckCircle, Phone, MapPin, Briefcase } from "lucide-react"; +import { Wrench, Building2, CheckCircle, Phone, MapPin, Users } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -36,49 +36,39 @@ export default function HomePage() { brandName="Franke & Twiehaus" navItems={navItems} button={{ - text: "Jetzt anrufen", href: "tel:+49591123456" - }} + text: "Jetzt anrufen", href: "tel:+49591123456"}} />