diff --git a/src/app/page.tsx b/src/app/page.tsx
index e66e79c..8760407 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,65 +29,36 @@ export default function LandingPage() {
@@ -178,40 +119,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "r1",
- name: "Gianine DeSimone",
- role: "Homeowner",
- testimonial: "Can't say enough about their response and professionalism. Highly recommend.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg?_wi=2",
- },
+ id: "r1", name: "Gianine DeSimone", role: "Homeowner", testimonial: "Can't say enough about their response and professionalism. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/woman-white-shirt-black-pants-sitting-chair-smiling-cherfully-pointing-with-index-finger-light-living-room_141793-101824.jpg"},
{
- id: "r2",
- name: "Jude Rich",
- role: "Homeowner",
- testimonial: "Their work is meticulous and I have never had to call them back for anything.",
- imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg?_wi=2",
- },
+ id: "r2", name: "Jude Rich", role: "Homeowner", testimonial: "Their work is meticulous and I have never had to call them back for anything.", imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg"},
{
- id: "r3",
- name: "Mark Stevens",
- role: "Business Owner",
- testimonial: "Fast service, fair pricing. Suffolk Plumbing is our go-to for all repairs.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-short-ginger-hair-looks-with-happy-relaxed-expression_273609-30416.jpg",
- },
+ id: "r3", name: "Mark Stevens", role: "Business Owner", testimonial: "Fast service, fair pricing. Suffolk Plumbing is our go-to for all repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-short-ginger-hair-looks-with-happy-relaxed-expression_273609-30416.jpg"},
{
- id: "r4",
- name: "Sarah Miller",
- role: "Homeowner",
- testimonial: "Reliable and polite team. Always shows up on time.",
- imageSrc: "http://img.b2bpic.net/free-photo/focused-plumber-working-assembling-pipelines-install-plumbing-system-while-building-new-house_662251-539.jpg",
- },
+ id: "r4", name: "Sarah Miller", role: "Homeowner", testimonial: "Reliable and polite team. Always shows up on time.", imageSrc: "http://img.b2bpic.net/free-photo/focused-plumber-working-assembling-pipelines-install-plumbing-system-while-building-new-house_662251-539.jpg"},
{
- id: "r5",
- name: "Robert Chen",
- role: "Homeowner",
- testimonial: "Best plumbing experience I've had in 10 years. Expert work.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-posing_273609-12956.jpg",
- },
+ id: "r5", name: "Robert Chen", role: "Homeowner", testimonial: "Best plumbing experience I've had in 10 years. Expert work.", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-woman-posing_273609-12956.jpg"},
]}
title="What Our Clients Say"
description="Trusted by your neighbors across Suffolk County."
@@ -222,8 +138,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file