From 7e8d52af5421ffab431abfac71e60e617e94d81b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:55:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e0c373..b8d797a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -55,7 +54,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/architecture-project-tablet-mockup_23-2148252114.jpg", imageAlt: "Moderne Rohrsysteme" }, { imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg", imageAlt: "Fußbodenheizung Komfort" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg", imageAlt: "Kunden-Service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg", imageAlt: "Smart Home Klimasteuerung" }, + { imageSrc: "http://img.b2bpic.net/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg", imageAlt: "Smart Home Klimasteuerung" }, ]} /> @@ -154,6 +153,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Wie können wir Ihnen helfen?", required: true }} buttonText="Anfrage absenden" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-shaking-hands-indoors_23-2148920607.jpg" + useInvertedBackground={false} />