diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b884a1..1a608f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,27 +72,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-isolated-white-background_185193-109475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-isolated-white-background_185193-109475.jpg?_wi=1", imageAlt: "Baustellenansicht", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg?_wi=1", imageAlt: "Moderne Architektur", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-expert-presenting-office-space-layout-woman-using-blueprints_482257-90998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-expert-presenting-office-space-layout-woman-using-blueprints_482257-90998.jpg?_wi=1", imageAlt: "Hochbau Qualität", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/architecture-engineer-desktop_1421-123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architecture-engineer-desktop_1421-123.jpg?_wi=1", imageAlt: "Bauleitung", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg?_wi=1", imageAlt: "Baumaschinen", }, { @@ -255,7 +255,7 @@ export default function LandingPage() { quote: "Tolle Arbeit und termingerecht!", tag: "Neubau", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-shaking-hands_23-2148233782.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-isolated-white-background_185193-109475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-civil-engineer-isolated-white-background_185193-109475.jpg?_wi=2", imageAlt: "kunde zufrieden hausbau", }, { @@ -266,7 +266,7 @@ export default function LandingPage() { quote: "Sehr kompetente Abwicklung.", tag: "Gewerbe", avatarSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12848.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg?_wi=2", imageAlt: "kunde zufrieden hausbau", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "Jederzeit wieder, einfach top.", tag: "Sanierung", avatarSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-happy-expression_1194-3551.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-expert-presenting-office-space-layout-woman-using-blueprints_482257-90998.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/real-estate-expert-presenting-office-space-layout-woman-using-blueprints_482257-90998.jpg?_wi=2", imageAlt: "kunde zufrieden hausbau", }, { @@ -288,7 +288,7 @@ export default function LandingPage() { quote: "Sehr empfehlenswertes Bauunternehmen.", tag: "Gewerbe", avatarSrc: "http://img.b2bpic.net/free-photo/very-important-project-must-be-done_329181-10311.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/architecture-engineer-desktop_1421-123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architecture-engineer-desktop_1421-123.jpg?_wi=2", imageAlt: "kunde zufrieden hausbau", }, { @@ -299,7 +299,7 @@ export default function LandingPage() { quote: "Hervorragende Qualität.", tag: "Neubau", avatarSrc: "http://img.b2bpic.net/free-photo/sport-man-with-helmet_1154-127.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-ground-day-light_23-2149194773.jpg?_wi=2", imageAlt: "kunde zufrieden hausbau", }, ]}