diff --git a/src/app/page.tsx b/src/app/page.tsx index 5fd2061..947a593 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-small-space-contemporary-decor_23-2150836587.jpg", imageAlt: "Professional home renovation" }, { imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg", imageAlt: "Modern bathroom renovation" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Contemporary kitchen renovation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885658.jpg", imageAlt: "Completed renovation project" }, - { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-dry-flower-vase-with-shadow-white-wall_9975-133042.jpg", imageAlt: "Modern interior renovation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092123.jpg", imageAlt: "Exterior home renovation" } + { imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885658.jpg?_wi=1", imageAlt: "Completed renovation project" }, + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-dry-flower-vase-with-shadow-white-wall_9975-133042.jpg?_wi=1", imageAlt: "Modern interior renovation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092123.jpg?_wi=1", imageAlt: "Exterior home renovation" } ]} ariaLabel="Hero section showcasing renovation services" /> @@ -126,13 +126,13 @@ export default function LandingPage() {