diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07d9830..7cbcefd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,32 +47,32 @@ export default function AboutPage() { carouselItems={[ { id: "about-carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-drill_23-2148643260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-working-with-drill_23-2148643260.jpg?_wi=2", imageAlt: "Professional plumber at work", }, { id: "about-carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990685.jpg?_wi=5", imageAlt: "Expert plumber service", }, { id: "about-carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=2", imageAlt: "Water heater installation", }, { id: "about-carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg?_wi=2", imageAlt: "Professional plumbing inspection", }, { id: "about-carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?_wi=2", imageAlt: "Expert pipe installation", }, { id: "about-carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg?_wi=2", imageAlt: "Quality plumbing repair", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cbf06f9..1839e66 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,7 +43,7 @@ export default function ContactPage() { - + {children}