From 5d3b5fbd50aab3d5971373c1586eadcfb57615ba Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 11:50:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e10a80..6d521a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,15 +71,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Cockroach Control", description: "German, American & more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-disinfecting-biohazard-area_23-2148848553.jpg", imageAlt: "Cockroach close-up" }, + title: "Cockroach Control", description: "German, American & more.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/people-disinfecting-biohazard-area_23-2148848553.jpg", imageAlt: "Cockroach close-up" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-doing-disinfection-public-areas-stop-spreading-highly-contagious-corona-virus_342744-865.jpg", imageAlt: "Cockroach treatment" } }, { - title: "Spider Removal", description: "Redbacks, huntsman, all species.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-writing_23-2148902574.jpg", imageAlt: "Spider web" }, + title: "Spider Removal", description: "Redbacks, huntsman, all species.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-writing_23-2148902574.jpg", imageAlt: "Spider web" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-prevention-suit-against-bio-hazard_23-2148849820.jpg", imageAlt: "Spider inspection" } }, { - title: "Rodent Control", description: "Mice, rats, possum proofing.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-hazmat-suits_23-2149345571.jpg", imageAlt: "Rodent entry point" }, + title: "Rodent Control", description: "Mice, rats, possum proofing.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-hazmat-suits_23-2149345571.jpg", imageAlt: "Rodent entry point" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/person-white-chemical-protection-suit-holding-sprayer-with-disinfectant-chemicals-stop-spreading-highly-contagious-virus_342744-907.jpg", imageAlt: "Rodent removal tool" } } ]}