From 5537ab01aa8b696f41117aaf64ed3e007aa53c59 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 05:10:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4bb08e..f0015e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { title="Restore Your Home’s Beauty with Swift Pro Wash" description="Professional pressure washing services that rejuvenate your property’s exterior, safely and effectively. Serving our community with precision and pride." testimonials={[ - { name: "Mark R.", handle: "@mark_r", testimonial: "Incredible work on our driveway! Looks brand new.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-stairs_181624-41082.jpg" }, - { name: "Linda T.", handle: "@linda_t", testimonial: "Fast, professional, and very thorough. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg" }, - { name: "David W.", handle: "@david_w", testimonial: "The house exterior looks fantastic. Great attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-tablet-outside_169016-25262.jpg" }, - { name: "Sarah P.", handle: "@sarah_p", testimonial: "Excellent service and very reliable. Will definitely book again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg" }, - { name: "John B.", handle: "@john_b", testimonial: "Professional results at a great price. Swift Pro Wash delivered!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-having-breakfast-kitchen_23-2148179453.jpg" } + { name: "Mark R.", handle: "@mark_r", testimonial: "Incredible work on our driveway! Looks brand new.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-stairs_181624-41082.jpg?_wi=1" }, + { name: "Linda T.", handle: "@linda_t", testimonial: "Fast, professional, and very thorough. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-standing-sideways-camera-talking-smartphone-outdoors_259150-59320.jpg?_wi=1" }, + { name: "David W.", handle: "@david_w", testimonial: "The house exterior looks fantastic. Great attention to detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-holding-tablet-outside_169016-25262.jpg?_wi=1" }, + { name: "Sarah P.", handle: "@sarah_p", testimonial: "Excellent service and very reliable. Will definitely book again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg?_wi=1" }, + { name: "John B.", handle: "@john_b", testimonial: "Professional results at a great price. Swift Pro Wash delivered!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-having-breakfast-kitchen_23-2148179453.jpg?_wi=1" } ]} buttons={[{ text: "Get a Free Quote", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg" @@ -91,9 +91,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { title: "Driveway Cleaning", description: "Remove stubborn oil, grime, and mold from your driveway to boost curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340102.jpg" }, - { title: "Roof Washing", description: "Gentle, low-pressure soft washing that cleans roof tiles without causing any damage.", imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340102.jpg" }, - { title: "Deck & Patio Care", description: "Revitalize your outdoor living space with expert cleaning for wood and concrete.", imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340102.jpg" } + { title: "Driveway Cleaning", description: "Remove stubborn oil, grime, and mold from your driveway to boost curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340102.jpg?_wi=1" }, + { title: "Roof Washing", description: "Gentle, low-pressure soft washing that cleans roof tiles without causing any damage.", imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340102.jpg?_wi=2" }, + { title: "Deck & Patio Care", description: "Revitalize your outdoor living space with expert cleaning for wood and concrete.", imageSrc: "http://img.b2bpic.net/free-photo/vacuum-cleaner-tackling-heavily-soiled-floor_23-2151340102.jpg?_wi=3" } ]} title="Our Professional Services" description="Tailored pressure washing solutions for every exterior surface around your home." @@ -104,11 +104,11 @@ export default function LandingPage() {