diff --git a/src/app/page.tsx b/src/app/page.tsx index 8546839..06f1629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,74 +42,48 @@ export default function LandingPage() {
@@ -160,40 +116,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Homeowner", - testimonial: "Nate and his team did a fantastic job. Fair price, very hard-working crew, and left the yard cleaner than they found it.", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", - }, + id: "1", name: "Sarah J.", role: "Homeowner", testimonial: "Nate and his team did a fantastic job. Fair price, very hard-working crew, and left the yard cleaner than they found it.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg"}, { - id: "2", - name: "Mike T.", - role: "Business Owner", - testimonial: "No damage to surrounding structures and perfect cleanup. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg", - }, + id: "2", name: "Mike T.", role: "Business Owner", testimonial: "No damage to surrounding structures and perfect cleanup. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg"}, { - id: "3", - name: "Linda R.", - role: "Homeowner", - testimonial: "They came out for an emergency tree service during a storm. Super professional and fair.", - imageSrc: "http://img.b2bpic.net/free-photo/farmer-pruning-fruit-tree-branches-orchard_342744-853.jpg?_wi=2", - }, + id: "3", name: "Linda R.", role: "Homeowner", testimonial: "They came out for an emergency tree service during a storm. Super professional and fair.", imageSrc: "http://img.b2bpic.net/free-photo/farmer-pruning-fruit-tree-branches-orchard_342744-853.jpg"}, { - id: "4", - name: "David K.", - role: "Homeowner", - testimonial: "Nate explained the whole process clearly. Very impressive work.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg", - }, + id: "4", name: "David K.", role: "Homeowner", testimonial: "Nate explained the whole process clearly. Very impressive work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"}, { - id: "5", - name: "Emily B.", - role: "Homeowner", - testimonial: "Hard-working team that actually cared about my property.", - imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg", - }, + id: "5", name: "Emily B.", role: "Homeowner", testimonial: "Hard-working team that actually cared about my property.", imageSrc: "http://img.b2bpic.net/free-photo/man-street-using-mobile-phone_657883-744.jpg"}, ]} title="What Our Clients Say" description="Real feedback from satisfied homeowners in Omro." @@ -204,12 +135,11 @@ export default function LandingPage() {
@@ -218,13 +148,9 @@ export default function LandingPage() {