diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0947582..08a2abe 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -90,42 +90,42 @@ export default function AboutPage() { id: "01", title: "Local Family Business", description: "Serving Murfreesboro since 2005. Owned and operated by Ben, a certified arborist with 20+ years experience.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg?_wi=3", imageAlt: "Ben - Owner and certified arborist", }, { id: "02", title: "Fully Insured & Bonded", description: "Complete liability and workers compensation insurance. Your property and our team are fully protected.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg?_wi=2", imageAlt: "Fully insured certification", }, { id: "03", title: "Certified Arborists", description: "ISA certified professional arborists on every job. Expert knowledge in tree health, safety, and preservation.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-pack-boho-badges-with-feathers-flowers_23-2147606674.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-pack-boho-badges-with-feathers-flowers_23-2147606674.jpg?_wi=2", imageAlt: "Certified arborist badge", }, { id: "04", title: "24/7 Emergency Service", description: "Storm damage doesn't wait. We're available around the clock for urgent tree emergencies in Murfreesboro.", - imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=5", imageAlt: "24/7 emergency response available", }, { id: "05", title: "Affordable Pricing", description: "Competitive rates without compromising quality. Free estimates on all tree service work.", - imageSrc: "http://img.b2bpic.net/free-vector/check-mark-location-pins-set_78370-8231.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/check-mark-location-pins-set_78370-8231.jpg?_wi=2", imageAlt: "Local business affordable pricing", }, { id: "06", title: "Professional Equipment", description: "Modern, well-maintained equipment and safety gear. Latest techniques for efficient, safe tree work.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148902594.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148902594.jpg?_wi=2", imageAlt: "Safety certified equipment", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7b02885..b11cf04 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -105,32 +105,32 @@ export default function ContactPage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2", imageAlt: "Professional tree removal service", }, { id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg?_wi=4", imageAlt: "Expert tree trimming service", }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=6", imageAlt: "Emergency storm cleanup", }, { id: "carousel-4", - imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg?_wi=4", imageAlt: "Professional stump grinding", }, { id: "carousel-5", - imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg?_wi=3", imageAlt: "Land and lot clearing", }, { id: "carousel-6", - imageSrc: "http://img.b2bpic.net/free-photo/happy-team-looking-perfect-way-their-business_329181-15207.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-team-looking-perfect-way-their-business_329181-15207.jpg?_wi=2", imageAlt: "Timber Wolf professional team", }, ]} @@ -168,7 +168,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=3" mediaAnimation="slide-up" mediaPosition="right" buttonText="Request Free Quote" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d169d84..652b0de 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,6 +1424,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +