diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c829c5b..e56d18d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { description="JZ Concrete & Construction is a locally owned company serving Omaha. We specialize in high-quality concrete work and home construction." subdescription="Our mission: deliver strong, reliable results that stand the test of time." icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg" + imageSrc="http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg?_wi=2" mediaAnimation="slide-up" /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1c344d8..3444630 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { placeholder: "Project details...", required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg" + imageSrc="http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg?_wi=4" mediaAnimation="slide-up" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 7802481..11ee8d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg?_wi=1", imageAlt: "Concrete pour project", }, { - imageSrc: "http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg?_wi=2", imageAlt: "Fresh concrete finish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/industry-landscape-barcelona_1398-3935.jpg?_wi=3", imageAlt: "Residential remodeling project", }, ]} @@ -92,7 +92,7 @@ export default function LandingPage() { description="JZ Concrete & Construction is a locally owned company serving Omaha. We specialize in high-quality concrete work and home construction." subdescription="Our mission: deliver strong, reliable results that stand the test of time." icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg" + imageSrc="http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-47046.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -107,19 +107,19 @@ export default function LandingPage() { id: 1, title: "Concrete Services", description: "Pouring, driveways, patios, and foundations.", - imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg?_wi=1", }, { id: 2, title: "Construction Services", description: "Site excavation and full home remodeling.", - imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg?_wi=2", }, { id: 3, title: "Reliable Results", description: "Precision workmanship and honest pricing.", - imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg?_wi=3", }, ]} title="Built Different Than the Rest" @@ -139,7 +139,7 @@ export default function LandingPage() { handle: "Omaha Homeowner", testimonial: "Great service, very professional, and the work came out perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg?_wi=1", }, { id: "2", @@ -147,7 +147,7 @@ export default function LandingPage() { handle: "Small Business Owner", testimonial: "JZ Concrete team was fast, efficient, and clean. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg?_wi=2", }, { id: "3", @@ -155,7 +155,7 @@ export default function LandingPage() { handle: "Longtime Resident", testimonial: "Our new patio is the highlight of our backyard. Quality is top notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg?_wi=3", }, { id: "4", @@ -163,7 +163,7 @@ export default function LandingPage() { handle: "Contracting Partner", testimonial: "Reliable and precise concrete work. Will definitely hire again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-man_23-2151020299.jpg?_wi=4", }, ]} showRating={true} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 411cf3d..6f38a55 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -55,19 +55,19 @@ export default function LandingPage() { id: 1, title: "Concrete Services", description: "Pouring, driveways, patios, and foundations.", - imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg?_wi=4", }, { id: 2, title: "Construction Services", description: "Site excavation and full home remodeling.", - imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg?_wi=5", }, { id: 3, title: "Reliable Results", description: "Precision workmanship and honest pricing.", - imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/concrete-production-isometric-2x2-concept-with-transport-cement-mixing-units-industrial-facilities-with-text_1284-31584.jpg?_wi=6", }, ]} title="Built Different Than the Rest"