Merge version_3 into main #5
@@ -83,12 +83,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "R-Bau", name: "Terrassenüberdachung", price: "Beratung nötig", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg?_wi=2" },
|
||||
{ id: "p2", brand: "R-Bau", name: "Eingangsüberdachung", price: "Beratung nötig", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg?_wi=2" },
|
||||
{ id: "p3", brand: "R-Bau", name: "Carport Systeme", price: "Beratung nötig", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/angle-view-airplane-inside-museum_250224-65.jpg" },
|
||||
{ id: "p4", brand: "R-Bau", name: "Sonderanfertigungen", price: "Auf Anfrage", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-making-phone-call_23-2147989607.jpg" },
|
||||
{ id: "p5", brand: "R-Bau", name: "Glas-Systeme", price: "Beratung nötig", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-hugging_23-2149338599.jpg" },
|
||||
{ id: "p6", brand: "R-Bau", name: "Aluminiumbau", price: "Beratung nötig", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107132.jpg" }
|
||||
{ id: "p1", brand: "R-Bau", name: "Terrassenüberdachung", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-viewed-through-window_1359-760.jpg?_wi=2" },
|
||||
{ id: "p2", brand: "R-Bau", name: "Eingangsüberdachung", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.jpg?_wi=2" },
|
||||
{ id: "p3", brand: "R-Bau", name: "Carport Systeme", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/angle-view-airplane-inside-museum_250224-65.jpg" },
|
||||
{ id: "p4", brand: "R-Bau", name: "Sonderanfertigungen", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-making-phone-call_23-2147989607.jpg" },
|
||||
{ id: "p5", brand: "R-Bau", name: "Glas-Systeme", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-hugging_23-2149338599.jpg" },
|
||||
{ id: "p6", brand: "R-Bau", name: "Aluminiumbau", price: "Individuelles Angebot anfordern", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107132.jpg" }
|
||||
]}
|
||||
title="Unsere Leistungen"
|
||||
description="Exklusive Lösungen für Ihr Zuhause."
|
||||
@@ -153,14 +153,12 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Jetzt anfragen"
|
||||
title="Ihr Projekt – Ihr Traum"
|
||||
description="Senden Sie uns Ihre Anfrage. Wir melden uns umgehend bei Ihnen für ein Beratungsgespräch."
|
||||
tag="Kontakt"
|
||||
title="Starten Sie Ihr Projekt heute"
|
||||
description="Lassen Sie sich unverbindlich & kostenlos beraten. Wir freuen uns auf Sie."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||
buttonText="Anfrage senden"
|
||||
termsText="Mit dem Absenden der Anfrage akzeptieren Sie unsere Datenschutzbestimmungen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,7 +180,6 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
className="bg-neutral-950 text-neutral-100"
|
||||
copyrightText="© 2024 R-Bau Garant GmbH. Alle Rechte vorbehalten."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user