diff --git a/src/app/page.tsx b/src/app/page.tsx index df61786..ff2ace4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,11 +127,11 @@ export default function LandingPage() { icon: Wrench, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg", + url: "http://img.b2bpic.net/free-photo/mechanic-filling-out-insurance-contract_482257-85122.jpg", alt: "Plumber fixing an emergency pipe burst", }, { - src: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", + url: "http://img.b2bpic.net/free-photo/plumbing-repair-service_181624-27146.jpg", alt: "Damaged water pipe", }, ], @@ -142,11 +142,11 @@ export default function LandingPage() { icon: Gauge, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/hand-pushing-heater-s-red-button_23-2149395836.jpg", + url: "http://img.b2bpic.net/free-photo/hand-pushing-heater-s-red-button_23-2149395836.jpg", alt: "New water heater installation", }, { - src: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg", + url: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55684.jpg", alt: "Plumber inspecting a water heater", }, ], @@ -157,11 +157,11 @@ export default function LandingPage() { icon: Droplet, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", + url: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", alt: "Plumber cleaning a clogged sink drain", }, { - src: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448645.jpg", + url: "http://img.b2bpic.net/free-photo/black-white-vintage-portrait-man-doing-housework-household-chores_23-2151448645.jpg", alt: "Drain inspection camera", }, ], @@ -172,11 +172,11 @@ export default function LandingPage() { icon: Wrench, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", + url: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55519.jpg", alt: "Plumber repairing a leaky pipe", }, { - src: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-17397.jpg", + url: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-17397.jpg", alt: "Copper pipes being installed", }, ], @@ -187,11 +187,11 @@ export default function LandingPage() { icon: Building, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", + url: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg", alt: "Plumber working on commercial pipes", }, { - src: "http://img.b2bpic.net/free-photo/bottom-view-city-building_23-2148107115.jpg", + url: "http://img.b2bpic.net/free-photo/bottom-view-city-building_23-2148107115.jpg", alt: "Industrial plumbing system", }, ], @@ -202,11 +202,11 @@ export default function LandingPage() { icon: Home, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733058.jpg", + url: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733058.jpg", alt: "Plumber fixing a kitchen faucet", }, { - src: "http://img.b2bpic.net/free-photo/young-couple-preparing-food-kitchen-home_23-2148113963.jpg", + url: "http://img.b2bpic.net/free-photo/young-couple-preparing-food-kitchen-home_23-2148113963.jpg" alt: "New toilet installation", }, ],