Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 13:38:36 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
{ text: "Kontakt Aufnehmen", href: "contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-building-blue-sky_181624-5766.jpg", imageAlt: "Modernes sonniges Haus" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-building-blue-sky_181624-5766.jpg?_wi=1", imageAlt: "Modernes sonniges Haus" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-can-green-paint_1187-1448.jpg", imageAlt: "Helles modernes Wohnzimmer" },
{ imageSrc: "http://img.b2bpic.net/free-photo/office-workers-collaborating-together_23-2147668764.jpg", imageAlt: "Zeitgenössische Küche mit Tageslicht" }
]}
@@ -83,11 +83,11 @@ export default function LandingPage() {
},
{
id: 2,
title: "Besichtigung & Bewertung", description: "Professionelle Besichtigung und detaillierte Analyse aller Immobilienangebote", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg", imageAlt: "Immobilienbesichtigung"
title: "Besichtigung & Bewertung", description: "Professionelle Besichtigung und detaillierte Analyse aller Immobilienangebote", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg?_wi=1", imageAlt: "Immobilienbesichtigung"
},
{
id: 3,
title: "Verhandlung & Finalisierung", description: "Expertenverhandlung für die besten Bedingungen und reibungslose Abwicklung", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-structure_23-2148798642.jpg", imageAlt: "Vertragsabschluss"
title: "Verhandlung & Finalisierung", description: "Expertenverhandlung für die besten Bedingungen und reibungslose Abwicklung", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-structure_23-2148798642.jpg?_wi=1", imageAlt: "Vertragsabschluss"
}
]}
textboxLayout="default"
@@ -103,11 +103,11 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Mein Sonnenhaus", name: "Modernes Apartment im Zentrum", price: "€450,000", rating: 5,
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg", imageAlt: "Modernes Apartment"
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg?_wi=2", imageAlt: "Modernes Apartment"
},
{
id: "2", brand: "Mein Sonnenhaus", name: "Stadthaus mit Garten", price: "€680,000", rating: 5,
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-structure_23-2148798642.jpg", imageAlt: "Stadthaus"
reviewCount: "35", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-structure_23-2148798642.jpg?_wi=2", imageAlt: "Stadthaus"
},
{
id: "3", brand: "Mein Sonnenhaus", name: "Luxusvilla am See", price: "€1,200,000", rating: 5,
@@ -127,10 +127,10 @@ export default function LandingPage() {
description="Jahrelange Erfahrung und Vertrauen unserer Kunden sprechen für sich"
metrics={[
{
id: "1", value: "€250M+", title: "Gesamtes Transaktionsvolumen", description: "Millionenwerte an erfolgreichen Immobilienlösen", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg", imageAlt: "Erfolgreiche Transaktionen"
id: "1", value: "€250M+", title: "Gesamtes Transaktionsvolumen", description: "Millionenwerte an erfolgreichen Immobilienlösen", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-going-up-stairs-walking-down-city_176420-4026.jpg?_wi=3", imageAlt: "Erfolgreiche Transaktionen"
},
{
id: "2", value: "98%", title: "Kundenzufriedenheit", description: "Hochzufriedene Kunden mit unserem Service", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-structure_23-2148798642.jpg", imageAlt: "Kundenzufriedenheit"
id: "2", value: "98%", title: "Kundenzufriedenheit", description: "Hochzufriedene Kunden mit unserem Service", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-structure_23-2148798642.jpg?_wi=3", imageAlt: "Kundenzufriedenheit"
}
]}
animationType="slide-up"
@@ -190,7 +190,7 @@ export default function LandingPage() {
required: true
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/modern-wooden-building-blue-sky_181624-5766.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-wooden-building-blue-sky_181624-5766.jpg?_wi=2"
imageAlt="Kontakt"
mediaAnimation="slide-up"
mediaPosition="right"