Update src/app/page.tsx

This commit is contained in:
2026-04-05 17:13:40 +00:00
parent b192b4c863
commit 0c37d548a8

View File

@@ -68,35 +68,35 @@ export default function LandingPage() {
handle: "@ChrisR",
testimonial: "Great service and great value. They worked through a challenging installation in a century farmhouse.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-thumbs-up-uniform-looking-happy-front-view_176474-21432.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-thumbs-up-uniform-looking-happy-front-view_176474-21432.jpg?_wi=1",
},
{
name: "Joel Lourenco",
handle: "@JoelL",
testimonial: "Saved us out of the cold from a broken furnace and replaced it with a new one last minute. Excellent efficiency!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132139.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132139.jpg?_wi=1",
},
{
name: "Kim Archer",
handle: "@KimA",
testimonial: "Amazing service! Our furnace was red tagged and they had a new unit installed in 3 hours.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg?_wi=1",
},
{
name: "Zack Nakashima",
handle: "@ZackN",
testimonial: "Excellent job replacing our water heater. Went the extra mile to fix safety issues free of cost.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg?_wi=1",
},
{
name: "Jessica Caley",
handle: "@JessicaC",
testimonial: "Mike is fantastic. He's professional, informative and always fits us in the same day.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg?_wi=1",
},
]}
buttons={[
@@ -196,7 +196,7 @@ export default function LandingPage() {
handle: "@NancyJ",
testimonial: "They came on the day promised, did an inspection, replaced the worn part. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-thumbs-up-uniform-looking-happy-front-view_176474-21432.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-thumbs-up-uniform-looking-happy-front-view_176474-21432.jpg?_wi=2",
},
{
id: "2",
@@ -204,7 +204,7 @@ export default function LandingPage() {
handle: "@MiriamQ",
testimonial: "Highly recommended. Came to replace my gas valve—fast, efficient, and reasonably priced.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132139.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/invoice-billing-information-form-graphic-concept_53876-132139.jpg?_wi=2",
},
{
id: "3",
@@ -212,7 +212,7 @@ export default function LandingPage() {
handle: "@JordanB",
testimonial: "100% Recommend Greenfield for their services. They did an amazing job on my water heater.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg?_wi=2",
},
{
id: "4",
@@ -220,7 +220,7 @@ export default function LandingPage() {
handle: "@JoeV",
testimonial: "The team that handled the installation was professional and knowledgeable, addressing all questions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-smiling-young-woman-standing-kitchen_23-2147916396.jpg?_wi=2",
},
{
id: "5",
@@ -228,7 +228,7 @@ export default function LandingPage() {
handle: "@Lisa",
testimonial: "They are awesome. Walked me through a tankless water heater issue and helped me fix it in 10 minutes.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-family-celebrating-birthday-together_23-2150598987.jpg?_wi=2",
},
]}
showRating={true}