diff --git a/src/app/page.tsx b/src/app/page.tsx index ca080a7..522128c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -182,7 +180,6 @@ export default function LandingPage() { ] } ]} - className="bg-neutral-950 text-neutral-100" copyrightText="© 2024 R-Bau Garant GmbH. Alle Rechte vorbehalten." />