Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 30e5c1f044 | |||
| 1efa18162f |
@@ -83,12 +83,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
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: "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: "Beratung nötig", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283217.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: "Beratung nötig", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/angle-view-airplane-inside-museum_250224-65.jpg" },
|
{ 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: "Auf Anfrage", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-making-phone-call_23-2147989607.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: "Beratung nötig", rating: 5, reviewCount: "6", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-happy-partners-hugging_23-2149338599.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: "Beratung nötig", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/detail-urban-stairs_23-2148107132.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"
|
title="Unsere Leistungen"
|
||||||
description="Exklusive Lösungen für Ihr Zuhause."
|
description="Exklusive Lösungen für Ihr Zuhause."
|
||||||
@@ -153,14 +153,12 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "rotated-rays-static" }}
|
background={{ variant: "rotated-rays-static" }}
|
||||||
tag="Jetzt anfragen"
|
tag="Kontakt"
|
||||||
title="Ihr Projekt – Ihr Traum"
|
title="Starten Sie Ihr Projekt heute"
|
||||||
description="Senden Sie uns Ihre Anfrage. Wir melden uns umgehend bei Ihnen für ein Beratungsgespräch."
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
|
||||||
buttonText="Anfrage senden"
|
buttonText="Anfrage senden"
|
||||||
termsText="Mit dem Absenden der Anfrage akzeptieren Sie unsere Datenschutzbestimmungen."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</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."
|
copyrightText="© 2024 R-Bau Garant GmbH. Alle Rechte vorbehalten."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user