diff --git a/src/app/page.tsx b/src/app/page.tsx index e6bf96f..713880f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,7 +146,7 @@ export default function LandingPage() { id: "t1", name: "Sarah", handle: "Larchmont", testimonial: "Plumbers were on time, easy to work with, and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-architect-with-building-plans-looking-camera_23-2148269409.jpg"}, { - id: "t2", name: "Mark", handle: "LA", testimonial: "Highly recommended by the Larchmont neighborhood.", rating: 5, + id: "t2", name: "Mark", handle: "Larchmont", testimonial: "We live in the larchmont neighborhood and highly recc them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156153.jpg"}, { id: "t3", name: "John", handle: "Valley Blvd", testimonial: "Best plumbing experience ever, very reliable.", rating: 5, @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file