Update src/app/about/page.tsx
This commit is contained in:
@@ -70,7 +70,7 @@ export default function AboutPage() {
|
||||
quote: "I was really nervous about starting a renovation, but they made the process so easy. Everything was well-organized, and I didn't have to chase anyone. They kept me in the loop the whole time.",
|
||||
name: "Isaac Paz",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-positive-fair-haired-business-woman_1262-2364.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -78,7 +78,7 @@ export default function AboutPage() {
|
||||
quote: "I've worked with contractors before, but this experience was different. They weren't tied to anyone, so I felt like their advice was honest and focused on what was best for me.",
|
||||
name: "Pamela Salinas",
|
||||
role: "Property Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -86,7 +86,7 @@ export default function AboutPage() {
|
||||
quote: "HMG managed my renovation project with great care and complete transparency. I highly recommend this company to anyone looking for a trustworthy renovation partner.",
|
||||
name: "Franco Quiñonez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parents-welcoming-son-kitchen_23-2148414950.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -106,7 +106,7 @@ export default function AboutPage() {
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user