From 5df1da321709ee9d47f03f15fb8d8845091d91d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 01:54:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1a6493..1e401ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lawn Trimming & Care", description: "Regular lawn maintenance appointments to keep your yard looking pristine and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg", imageAlt: "Professional lawn care service" + title: "Lawn Trimming & Care", description: "Regular lawn maintenance appointments to keep your yard looking pristine and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg?_wi=1", imageAlt: "Professional lawn care service" }, { id: 2, @@ -112,11 +112,11 @@ export default function LandingPage() { }, { id: 5, - title: "Planting Services", description: "Professional planting of trees, flowers, sod, and seed lawns to create beautiful outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg", imageAlt: "Professional planting service" + title: "Planting Services", description: "Professional planting of trees, flowers, sod, and seed lawns to create beautiful outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg?_wi=2", imageAlt: "Professional planting service" }, { id: 6, - title: "Pest & Weed Control", description: "Licensed pest and weed control services from our Department of Pesticide Regulation certified team.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg", imageAlt: "Pest and weed control service" + title: "Pest & Weed Control", description: "Licensed pest and weed control services from our Department of Pesticide Regulation certified team.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-grass_23-2148579932.jpg?_wi=3", imageAlt: "Pest and weed control service" } ]} /> @@ -162,13 +162,13 @@ export default function LandingPage() { animationType="blur-reveal" testimonials={[ { - id: "1", name: "Maria Gonzalez", role: "Homeowner", testimonial: "Ohara and Sons completely transformed our backyard. Their attention to detail and professionalism exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Maria Gonzalez", icon: Star + id: "1", name: "Maria Gonzalez", role: "Homeowner", testimonial: "Ohara and Sons completely transformed our backyard. Their attention to detail and professionalism exceeded our expectations. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=1", imageAlt: "Maria Gonzalez", icon: Star }, { id: "2", name: "John Martinez", role: "Property Manager", testimonial: "We've been using their services for multiple properties. Reliable, professional, and they always deliver on schedule. Great team!", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-headphones-head_23-2148397129.jpg", imageAlt: "John Martinez", icon: Star }, { - id: "3", name: "Sarah Kim", role: "Homeowner", testimonial: "The tree removal service was efficient and safe. They cleaned everything up perfectly. Would definitely hire them again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg", imageAlt: "Sarah Kim", icon: Star + id: "3", name: "Sarah Kim", role: "Homeowner", testimonial: "The tree removal service was efficient and safe. They cleaned everything up perfectly. Would definitely hire them again.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-business-woman-posing-outdoors_23-2148603030.jpg?_wi=2", imageAlt: "Sarah Kim", icon: Star }, { id: "4", name: "Robert Chen", role: "Business Owner", testimonial: "Professional, affordable, and they go above and beyond. Koji and his team are the best in the business. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/man-with-thumb-up_1368-6368.jpg", imageAlt: "Robert Chen", icon: Star -- 2.49.1