Update src/app/page.tsx

This commit is contained in:
2026-04-20 21:47:05 +00:00
parent fdcef46b74
commit d453a27419

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}