Update src/app/page.tsx
This commit is contained in:
@@ -68,35 +68,35 @@ export default function LandingPage() {
|
||||
handle: "@andresg",
|
||||
testimonial: "I’m extremely happy with the work done by JM Roofing. They did an amazing job and offered a very fair price. Honest and hardworking!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-guy-posing-against-white-wall_176420-32984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-guy-posing-against-white-wall_176420-32984.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Forrest Barnes",
|
||||
handle: "@forrestb",
|
||||
testimonial: "Most responsive and professional organization. I was extremely pleased with the job they did installing my new roof.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Maiisha Barnett",
|
||||
handle: "@maiishab",
|
||||
testimonial: "Came through on a last minute replacement required by my insurance. Price couldn't be beat. Extremely responsive.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Lillian Herrera",
|
||||
handle: "@lillianh",
|
||||
testimonial: "They do quality work, quality materials, and showed up on time every day. 10 stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Mark Stevens",
|
||||
handle: "@marks",
|
||||
testimonial: "Excellent communication throughout the entire process. They explained every detail of the roofing project.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
quote: "It’s great to see a family business that truly cares about their customers.",
|
||||
name: "Andres Gonzalez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-guy-posing-against-white-wall_176420-32984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-bearded-guy-posing-against-white-wall_176420-32984.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
quote: "JM Roofing 3rd Generation are the most responsive and professional organization.",
|
||||
name: "Forrest Barnes",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
@@ -198,7 +198,7 @@ export default function LandingPage() {
|
||||
quote: "Jose gave me a price that couldn’t be beat. He was also very responsive.",
|
||||
name: "Maiisha Barnett",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-outside-office-buildings-business-success-concept_58466-12274.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
quote: "They do quality work, quality materials, and showed up on time every day. 10 stars!",
|
||||
name: "Lillian Herrera",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
quote: "Very clean work, they made sure everything was protected and finished exactly on schedule.",
|
||||
name: "Mark Stevens",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg?_wi=4",
|
||||
},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
|
||||
Reference in New Issue
Block a user