diff --git a/src/app/page.tsx b/src/app/page.tsx index fc0581d..f8df1b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { { icon: Zap, text: "Full Layouts" } ], reverse: true, - media: { imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg", imageAlt: "luxury hardwood floor renovation interior" } + media: { imageSrc: "http://img.b2bpic.net/free-photo/tired-young-couple-are-sitting-floor-with-paint-brush-bucket-while-doing-repair-home_496169-751.jpg?_wi=1", imageAlt: "luxury hardwood floor renovation interior" } }, { title: "Tile & Stone", description: "Expert tile installation for floors, walls, and backsplashes.", items: [ @@ -90,7 +90,7 @@ export default function LandingPage() { { icon: Award, text: "Precision Cut" } ], reverse: false, - media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg", imageAlt: "luxury hardwood floor renovation interior" } + media: { imageSrc: "http://img.b2bpic.net/free-photo/creative-workers-standing-near-work-table-being-happy-finish-their-work_273609-14159.jpg?_wi=1", imageAlt: "luxury hardwood floor renovation interior" } } ]} title="Professional Services" @@ -152,8 +152,8 @@ export default function LandingPage() {