diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bdb4b9..712b93d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,15 +78,15 @@ export default function LandingPage() { imageAlt: "Landscape Hero 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg?_wi=1", imageAlt: "Landscape Hero 3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=1", imageAlt: "Landscape Hero 4", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg?_wi=1", imageAlt: "Landscape Hero 5", }, ]} @@ -122,19 +122,19 @@ export default function LandingPage() { { title: "Bespoke Hardscaping", description: "Custom stone patios, retaining walls, and architectural structures designed for lasting beauty.", - imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551288.jpg?_wi=2", imageAlt: "Hardscaping", }, { title: "Planting & Horticulture", description: "Native plantings, lush gardens, and botanical selections that flourish year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garden-center_23-2148013459.jpg?_wi=2", imageAlt: "Planting", }, { title: "Outdoor Living Rooms", description: "Complete outdoor kitchens, fire pits, and entertainment zones for modern luxury living.", - imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-natural-room-interior-design_23-2151890388.jpg?_wi=2", imageAlt: "Living Spaces", }, ]}