Update src/app/contact/page.tsx
This commit is contained in:
@@ -75,23 +75,11 @@ export default function ContactPage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Holly S.",
|
||||
role: "Satisfied Homeowner",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2",
|
||||
imageAlt: "Portrait of Holly S., a satisfied homeowner.",
|
||||
},
|
||||
id: "1", name: "Holly S.", role: "Satisfied Homeowner", company: "Local Resident", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Portrait of Holly S., a satisfied homeowner."},
|
||||
{
|
||||
id: "2",
|
||||
name: "J Fleck",
|
||||
role: "Local Resident",
|
||||
company: "Homeowner",
|
||||
rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=2",
|
||||
imageAlt: "Portrait of J Fleck, a homeowner.",
|
||||
},
|
||||
id: "2", name: "J Fleck", role: "Local Resident", company: "Homeowner", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", imageAlt: "Portrait of J Fleck, a homeowner."},
|
||||
]}
|
||||
title="Trusted By Your Neighbors"
|
||||
description='"He told me my roof was fine and didn’t need anything. That kind of honesty is rare." - J Fleck'
|
||||
|
||||
Reference in New Issue
Block a user