diff --git a/src/app/page.tsx b/src/app/page.tsx
index 159ee6a..3b07253 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,32 +45,15 @@ export default function LandingPage() {
@@ -160,40 +109,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Wendy W.",
- role: "Customer since 2000",
- testimonial: "Been using them here since 2000. The best, always.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-plants_23-2148013421.jpg?_wi=3",
- },
+ id: "1", name: "Wendy W.", role: "Customer since 2000", testimonial: "Been using them here since 2000. The best, always.", imageSrc: "http://img.b2bpic.net/free-photo/woman-plants_23-2148013421.jpg"},
{
- id: "2",
- name: "Vicki A.",
- role: "Customer since 1997",
- testimonial: "They've always been reliable, respectful, honest, clean and fairly priced.",
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg?_wi=2",
- },
+ id: "2", name: "Vicki A.", role: "Customer since 1997", testimonial: "They've always been reliable, respectful, honest, clean and fairly priced.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-walking-city_23-2149401689.jpg"},
{
- id: "3",
- name: "Mike M.",
- role: "Verified Customer",
- testimonial: "Steve and Gary are outstanding! They explain everything clearly.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-flowers_329181-12422.jpg",
- },
+ id: "3", name: "Mike M.", role: "Verified Customer", testimonial: "Steve and Gary are outstanding! They explain everything clearly.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-flowers_329181-12422.jpg"},
{
- id: "4",
- name: "John J.",
- role: "Local Guide",
- testimonial: "Gary came out on his day off and diagnosed everything quickly.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-working-laptop-home_23-2149361919.jpg",
- },
+ id: "4", name: "John J.", role: "Local Guide", testimonial: "Gary came out on his day off and diagnosed everything quickly.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-senior-woman-working-laptop-home_23-2149361919.jpg"},
{
- id: "5",
- name: "Cassandra E.",
- role: "Verified Customer",
- testimonial: "Family owned and operated. Fixed our AC and installed a new one.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg?_wi=2",
- },
+ id: "5", name: "Cassandra E.", role: "Verified Customer", testimonial: "Family owned and operated. Fixed our AC and installed a new one.", imageSrc: "http://img.b2bpic.net/free-photo/people-recording-their-house-tour_23-2151139106.jpg"},
]}
title="Real people. Real results."
description="We don't advertise much — we don't have to. Our customers do it for us."
@@ -204,13 +128,12 @@ export default function LandingPage() {
@@ -219,54 +142,33 @@ export default function LandingPage() {