diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ac3515b..2e6ed37 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -53,7 +53,7 @@ export default function ServicesPage() { author: "Complete Kitchen Transformation", description: "Custom cabinet design, countertop installation, appliance integration, flooring, lighting, and structural modifications. Turn your kitchen into the heart of your home.", tags: ["Design", "Installation", "Custom"], - imageSrc: "https://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11345.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/elegant-young-woman-bikini-male-shirt-posing-with-glass-water-kitchen_627829-11345.jpg?_wi=2", imageAlt: "Kitchen remodeling services" }, { @@ -62,7 +62,7 @@ export default function ServicesPage() { author: "Spa-Like Bathroom Design", description: "Tile work, vanity installation, shower and tub upgrades, plumbing, electrical work, and luxury finishes. Create your personal spa retreat.", tags: ["Luxury", "Plumbing", "Tile"], - imageSrc: "https://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=3", imageAlt: "Bathroom remodeling services" }, { @@ -71,7 +71,7 @@ export default function ServicesPage() { author: "Accessory Dwelling Units", description: "Complete ADU design and construction including permits, utilities, and city approvals. Maximize your property value with smart additions.", tags: ["ADU", "Permits", "Value"], - imageSrc: "https://img.b2bpic.net/free-photo/man-train-wagon-outdoors_23-2148232296.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/man-train-wagon-outdoors_23-2148232296.jpg?_wi=2", imageAlt: "ADU construction services" } ]} @@ -107,21 +107,21 @@ export default function ServicesPage() { id: "1", name: "Essential Remodel", price: "Starting $25K", - imageSrc: "https://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976526.jpg?_wi=2", imageAlt: "Essential remodeling package" }, { id: "2", name: "Premium Renovation", price: "Starting $75K", - imageSrc: "https://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/basin-black-faucet-green-bathroom-with-lighting-cozy-spa-nook_169016-69326.jpg?_wi=4", imageAlt: "Premium renovation package" }, { id: "3", name: "Luxury Transformation", price: "Starting $150K", - imageSrc: "https://img.b2bpic.net/free-photo/worker-checking-structure_1122-1522.jpg", + imageSrc: "https://img.b2bpic.net/free-photo/worker-checking-structure_1122-1522.jpg?_wi=2", imageAlt: "Luxury transformation package" } ]}