diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e5c2b23..722e19f 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -47,7 +47,7 @@ export default function GalleryPage() { name: "Roof Installation - Memorial Area", price: "Complete", imageSrc: - "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg", + "http://img.b2bpic.net/free-photo/exterior-home_74190-4300.jpg?_wi=5", imageAlt: "Roof installation before and after", initialQuantity: 1, }, @@ -56,7 +56,7 @@ export default function GalleryPage() { name: "Siding Replacement - Sugar Land", price: "Complete", imageSrc: - "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg", + "http://img.b2bpic.net/free-photo/windows-building_1122-873.jpg?_wi=4", imageAlt: "Siding replacement before and after", initialQuantity: 1, }, @@ -65,7 +65,7 @@ export default function GalleryPage() { name: "Storm Damage Restoration - Pearland", price: "Complete", imageSrc: - "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", + "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=7", imageAlt: "Storm damage repair before and after", initialQuantity: 1, }, @@ -74,7 +74,7 @@ export default function GalleryPage() { name: "Full Exterior Renovation - Pasadena", price: "Complete", imageSrc: - "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", + "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=5", imageAlt: "Complete exterior renovation project", initialQuantity: 1, }, @@ -102,7 +102,7 @@ export default function GalleryPage() { description: "This stunning transformation showcases our attention to detail. The homeowners selected premium materials and our team executed a flawless installation. The result is a beautiful, protected home that will stand the test of time.", imageSrc: - "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg", + "http://img.b2bpic.net/free-photo/long-shot-men-working-together-roof_23-2149343674.jpg?_wi=5", imageAlt: "Memorial area project highlight", }, { @@ -113,7 +113,7 @@ export default function GalleryPage() { description: "This home received a complete siding makeover that dramatically improved its appearance and durability. The new materials provide superior weather protection and require minimal maintenance.", imageSrc: - "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg", + "http://img.b2bpic.net/free-photo/long-shot-men-working-together_23-2149343675.jpg?_wi=6", imageAlt: "Sugar Land project highlight", }, { @@ -124,7 +124,7 @@ export default function GalleryPage() { description: "After severe weather damage, we worked quickly to restore this home to its former beauty. Working with the insurance company, we provided a comprehensive solution that exceeded expectations.", imageSrc: - "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg", + "http://img.b2bpic.net/free-photo/photo-metal-texture-pattern_58702-13502.jpg?_wi=8", imageAlt: "Storm recovery project highlight", }, ]} @@ -151,7 +151,7 @@ export default function GalleryPage() {