diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5bb42a4..3db7be9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -80,7 +80,7 @@ export default function AboutPage() { description="With years of experience serving Addison and surrounding communities, Fernando brings expertise, reliability, and attention to detail to every project. We're committed to transforming outdoor spaces into beautiful, well-maintained landscapes that exceed expectations." tag="About Us" tagIcon={CheckCircle} - imageSrc="http://img.b2bpic.net/free-photo/senior-couple-harvesting-carrots_23-2148256714.jpg" + imageSrc="http://img.b2bpic.net/free-photo/senior-couple-harvesting-carrots_23-2148256714.jpg?_wi=3" imageAlt="FB Landscaping team at work" buttons={[ { text: "Learn More", href: "/about" }, @@ -102,42 +102,42 @@ export default function AboutPage() { id: "1", title: "Lawn Mowing", tags: ["Regular Service", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg?_wi=5", imageAlt: "Professional lawn mowing", }, { id: "2", title: "Lawn Maintenance", tags: ["Trimming", "Edging"], - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-worker-using-leaf-blower-city-park-fall-back-view-strong-man-wearing_7502-10305.jpg?_wi=3", imageAlt: "Expert lawn maintenance", }, { id: "3", title: "Landscaping Design", tags: ["Creative", "Custom"], - imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg?_wi=8", imageAlt: "Beautiful landscape design", }, { id: "4", title: "Yard Cleanup", tags: ["Seasonal", "Thorough"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-strong-man-gloves-cutting-leaves-his-garden-farmer-spending-summer-morning-working-garden-near-countryside-house_176420-19902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-strong-man-gloves-cutting-leaves-his-garden-farmer-spending-summer-morning-working-garden-near-countryside-house_176420-19902.jpg?_wi=3", imageAlt: "Complete yard cleanup", }, { id: "5", title: "Seasonal Services", tags: ["Spring", "Fall"], - imageSrc: "http://img.b2bpic.net/free-photo/inside-greenhouse_23-2147685399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/inside-greenhouse_23-2147685399.jpg?_wi=3", imageAlt: "Seasonal landscaping updates", }, { id: "6", title: "Mulching & Garden Beds", tags: ["Aesthetic", "Protective"], - imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg?_wi=9", imageAlt: "Professional mulching service", }, ]} @@ -162,7 +162,7 @@ export default function AboutPage() { role: "Homeowner", company: "Addison, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial", }, { @@ -171,7 +171,7 @@ export default function AboutPage() { role: "Business Owner", company: "Elmhurst, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Michael Chen testimonial", }, { @@ -180,7 +180,7 @@ export default function AboutPage() { role: "Property Manager", company: "Bensenville, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg?_wi=2", imageAlt: "Jennifer Martinez testimonial", }, { @@ -189,7 +189,7 @@ export default function AboutPage() { role: "Homeowner", company: "Villa Park, IL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-successful-confident-young-woman-start-career-look-determined-get-job-waiting-interview-lean-glass-wall-business-center-smiling-looking-away-satisfied_197531-30572.jpg?_wi=2", imageAlt: "David Williams testimonial", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8529766..9e38550 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { tagIcon={Phone} title="Ready for a Beautiful Yard?" description="Contact FB Landscaping today for a free estimate. Call us or fill out the form below and we'll get back to you within 24 hours." - imageSrc="http://img.b2bpic.net/free-photo/house-with-fence-around-it-with-clear-sky_181624-3120.jpg" + imageSrc="http://img.b2bpic.net/free-photo/house-with-fence-around-it-with-clear-sky_181624-3120.jpg?_wi=3" imageAlt="Addison, Illinois location" mediaPosition="right" mediaAnimation="slide-up" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 3b733b2..6319c40 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -85,7 +85,7 @@ export default function GalleryPage() { category: "Lawn Mowing", title: "Residential Lawn Transformation", excerpt: "Complete lawn maintenance and mowing transformation creating a pristine, well-maintained yard.", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-woman-taking-care-plants_23-2148509882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/back-view-young-woman-taking-care-plants_23-2148509882.jpg?_wi=3", imageAlt: "Lawn transformation project", authorName: "FB Landscaping", authorAvatar: "http://img.b2bpic.net/free-photo/senior-couple-harvesting-carrots_23-2148256714.jpg", @@ -96,7 +96,7 @@ export default function GalleryPage() { category: "Landscaping", title: "Garden Design & Installation", excerpt: "Custom landscape design featuring new plantings, mulch beds, and professional finishing touches.", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-potted-flower-plants-growing-garden_23-2147948343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-potted-flower-plants-growing-garden_23-2147948343.jpg?_wi=2", imageAlt: "Garden design project", authorName: "FB Landscaping", authorAvatar: "http://img.b2bpic.net/free-photo/senior-couple-harvesting-carrots_23-2148256714.jpg", @@ -107,7 +107,7 @@ export default function GalleryPage() { category: "Yard Cleanup", title: "Spring Yard Cleanup & Refresh", excerpt: "Seasonal yard cleanup with debris removal, edging, and landscape bed preparation.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg?_wi=2", imageAlt: "Yard cleanup project", authorName: "FB Landscaping", authorAvatar: "http://img.b2bpic.net/free-photo/senior-couple-harvesting-carrots_23-2148256714.jpg", @@ -118,7 +118,7 @@ export default function GalleryPage() { category: "Landscaping", title: "Premium Landscape Renovation", excerpt: "Full yard renovation with professional landscaping design and quality plantings.", - imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg?_wi=10", imageAlt: "Landscape renovation", authorName: "FB Landscaping", authorAvatar: "http://img.b2bpic.net/free-photo/senior-couple-harvesting-carrots_23-2148256714.jpg", @@ -144,21 +144,21 @@ export default function GalleryPage() { id: "1", title: "Lawn Mowing", tags: ["Regular Service", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-mows-grass-yard-with-lawn-mower_1157-29769.jpg?_wi=6", imageAlt: "Professional lawn mowing", }, { id: "2", title: "Landscaping Design", tags: ["Creative", "Custom"], - imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/botanical-garden-template-design_23-2150323310.jpg?_wi=11", imageAlt: "Beautiful landscape design", }, { id: "3", title: "Yard Cleanup", tags: ["Seasonal", "Thorough"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-strong-man-gloves-cutting-leaves-his-garden-farmer-spending-summer-morning-working-garden-near-countryside-house_176420-19902.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-strong-man-gloves-cutting-leaves-his-garden-farmer-spending-summer-morning-working-garden-near-countryside-house_176420-19902.jpg?_wi=4", imageAlt: "Complete yard cleanup", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d2368c..d5e6baf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +