diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index df62ef2..e86b12e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -99,7 +99,7 @@ export default function AboutPage() { title: "Client Satisfaction Rate", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30271.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30271.jpg?_wi=2" imageAlt="Dallas GreenScape professional landscaping team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -123,7 +123,7 @@ export default function AboutPage() { description: "Professional mowing, edging, aeration, and seasonal fertilization to keep your lawn healthy and vibrant year-round.", imageSrc: - "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg", + "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3", imageAlt: "Professional lawn care and maintenance service", button: { text: "Learn More", @@ -135,7 +135,7 @@ export default function AboutPage() { description: "Custom garden beds with native plants, perennials, and shrubs selected for Dallas climate and aesthetics.", imageSrc: - "http://img.b2bpic.net/free-photo/gardener-shirt-taking-care-plants_23-2148435678.jpg", + "http://img.b2bpic.net/free-photo/gardener-shirt-taking-care-plants_23-2148435678.jpg?_wi=3", imageAlt: "Beautiful garden design with flowers and plants", button: { text: "Learn More", @@ -147,7 +147,7 @@ export default function AboutPage() { description: "Patios, walkways, retaining walls, and water features designed to enhance property value and outdoor living.", imageSrc: - "http://img.b2bpic.net/free-photo/outdoor-patio-with-chair-table_1339-4789.jpg", + "http://img.b2bpic.net/free-photo/outdoor-patio-with-chair-table_1339-4789.jpg?_wi=3", imageAlt: "Professional hardscape patio installation", button: { text: "Learn More", diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index b705289..8a0328b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -102,7 +102,7 @@ export default function GalleryPage() { rating: 5, reviewCount: "15 months ago", imageSrc: - "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg", + "http://img.b2bpic.net/free-photo/unrecognizable-maintenance-worker-taking-care-court-autumn-low-angle-view-male-worker_7502-10255.jpg?_wi=2", imageAlt: "Before and after lawn transformation", }, { @@ -113,7 +113,7 @@ export default function GalleryPage() { rating: 5, reviewCount: "8 months ago", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-holding-watering-gloves_23-2149128082.jpg", + "http://img.b2bpic.net/free-photo/close-up-woman-holding-watering-gloves_23-2149128082.jpg?_wi=2", imageAlt: "Beautiful flower bed before and after", }, { @@ -124,7 +124,7 @@ export default function GalleryPage() { rating: 5, reviewCount: "12 months ago", imageSrc: - "http://img.b2bpic.net/free-photo/lawn-mower-man-working-backyard-with-sons_1157-37439.jpg", + "http://img.b2bpic.net/free-photo/lawn-mower-man-working-backyard-with-sons_1157-37439.jpg?_wi=2", imageAlt: "Backyard patio and garden transformation", }, { @@ -135,7 +135,7 @@ export default function GalleryPage() { rating: 5, reviewCount: "6 months ago", imageSrc: - "http://img.b2bpic.net/free-photo/person-planting-tree-countryside_23-2149401197.jpg", + "http://img.b2bpic.net/free-photo/person-planting-tree-countryside_23-2149401197.jpg?_wi=2", imageAlt: "Tree trimming and care results", }, { @@ -146,7 +146,7 @@ export default function GalleryPage() { rating: 5, reviewCount: "10 months ago", imageSrc: - "http://img.b2bpic.net/free-photo/overhead-view-male-female-gardener-digging-soil-watering-plant_23-2148165277.jpg", + "http://img.b2bpic.net/free-photo/overhead-view-male-female-gardener-digging-soil-watering-plant_23-2148165277.jpg?_wi=2", imageAlt: "Complete yard redesign and renovation", }, { @@ -157,7 +157,7 @@ export default function GalleryPage() { rating: 5, reviewCount: "9 months ago", imageSrc: - "http://img.b2bpic.net/free-photo/steel-beam-installation-piles-construction-site_632498-60852.jpg", + "http://img.b2bpic.net/free-photo/steel-beam-installation-piles-construction-site_632498-60852.jpg?_wi=2", imageAlt: "Drainage and landscaping solution", }, ]} @@ -188,7 +188,7 @@ export default function GalleryPage() { title: "Years of Experience", description: "Dedicated to excellence in Dallas landscaping", imageSrc: - "http://img.b2bpic.net/free-photo/woman-with-notebook-inspecting-plants_23-2147768544.jpg", + "http://img.b2bpic.net/free-photo/woman-with-notebook-inspecting-plants_23-2147768544.jpg?_wi=2", imageAlt: "Dallas GreenScape team with years of expertise", }, { @@ -197,7 +197,7 @@ export default function GalleryPage() { title: "Satisfied Customers", description: "Homeowners and property managers trust us", imageSrc: - "http://img.b2bpic.net/free-photo/long-shot-family-enjoying-some-guitar-music_23-2148659514.jpg", + "http://img.b2bpic.net/free-photo/long-shot-family-enjoying-some-guitar-music_23-2148659514.jpg?_wi=2", imageAlt: "Happy customers showcasing transformed landscapes", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e6b6b88..c51b726 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,6 +1420,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +