Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user