diff --git a/src/app/page.tsx b/src/app/page.tsx index c182f4f..cc1d507 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { title="Expert Local Trades & Repairs" description="Professional, reliable, and fast service for all your home and business needs. Serving our local community with pride and quality workmanship." leftCarouselItems={[ - { imageSrc: "https://img.b2bpic.net/free-photo/professional-woodworker-using-tablet-carpentry-workshop_342744-801.jpg", imageAlt: "service" }, - { imageSrc: "https://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176696.jpg", imageAlt: "service" } + { imageSrc: "https://img.b2bpic.net/free-photo/professional-woodworker-using-tablet-carpentry-workshop_342744-801.jpg?_wi=1", imageAlt: "service" }, + { imageSrc: "https://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176696.jpg?_wi=1", imageAlt: "service" } ]} rightCarouselItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/contractor-talking-phone_23-2147710780.jpg", imageAlt: "service" }, @@ -74,7 +74,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Plumbing", description: "Complete plumbing repairs and installations.", icon: CheckCircle, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/professional-woodworker-using-tablet-carpentry-workshop_342744-801.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176696.jpg" }] }, + { title: "Plumbing", description: "Complete plumbing repairs and installations.", icon: CheckCircle, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/professional-woodworker-using-tablet-carpentry-workshop_342744-801.jpg?_wi=2" }, { imageSrc: "https://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176696.jpg?_wi=2" }] }, { title: "Electrical", description: "Reliable home and office electrical repairs.", icon: Shield, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/technical-service-man-grey-t-shirt-with-cap-showing-house-model-with-finger_176474-11135.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/full-shot-man-looking-away_23-2148384486.jpg" }] }, { title: "HVAC", description: "High-efficiency cooling and heating solutions.", icon: Zap, mediaItems: [{ imageSrc: "https://img.b2bpic.net/free-photo/portrait-retro-1920s-english-arabian-business-man-wearing-waistcoat_627829-6948.jpg" }, { imageSrc: "https://img.b2bpic.net/free-photo/happy-auto-repairman-taking-car-tire-form-rack-workshop_637285-7530.jpg" }] } ]}