diff --git a/src/app/page.tsx b/src/app/page.tsx index 939f560..f88ba56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Car, Wrench, Phone, MapPin, Clock } from "lucide-react"; +import { Car, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -35,9 +34,6 @@ export default function LandingPage() { { name: "Kontakt", id: "contact" } ]} brandName="Fabian Frank" - button={{ - text: "0176 79240351", href: "tel:017679240351" - }} /> @@ -57,11 +53,10 @@ export default function LandingPage() {