diff --git a/src/app/page.tsx b/src/app/page.tsx index df2550d..3fa2e9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { }, { title: "Roof Cleaning", description: "Remove unsightly black streaks and moss growth without damaging your shingles.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", imageAlt: "Roof Cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg?_wi=1", imageAlt: "Roof Cleaning"}, items: [ { icon: Shield, text: "Gentle soft wash" }, { icon: Sparkles, text: "Algae prevention" }, @@ -106,7 +106,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Incredible results!", quote: "My driveway has never looked this clean. The team was fast and professional.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg" }, + { id: "1", title: "Incredible results!", quote: "My driveway has never looked this clean. The team was fast and professional.", name: "Sarah Miller", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg?_wi=2" }, { id: "2", title: "Worth every penny.", quote: "They removed years of black streaks from our roof safely. Highly recommended.", name: "James Wilson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg" }, { id: "3", title: "Professional and fast.", quote: "Our siding looks brand new. Very pleased with their soft wash service.", name: "Emily Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_93675-133241.jpg" }, { id: "4", title: "Top notch service!", quote: "Excellent communication and a spotless finish. Will definitely use again.", name: "David Rogers", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg" },