Update src/app/reviews/page.tsx
This commit is contained in:
@@ -37,7 +37,8 @@ export default function ReviewsPage() {
|
|||||||
brandName="Peter Tavener"
|
brandName="Peter Tavener"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now", href: "tel:0733944918"}}
|
text: "Call Now", href: "tel:0733944918"
|
||||||
|
}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -46,13 +47,17 @@ export default function ReviewsPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2", imageAlt: "Sarah Mitchell"},
|
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2", imageAlt: "Sarah Mitchell"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=2", imageAlt: "Michael Chen"},
|
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=2", imageAlt: "Michael Chen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=2", imageAlt: "Jennifer Walsh"},
|
id: "3", name: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-businessman-leaning-knees_1262-5774.jpg?_wi=2", imageAlt: "Jennifer Walsh"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Lynette Walden", imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10036.jpg?_wi=2", imageAlt: "Lynette Walden"},
|
id: "4", name: "Lynette Walden", rating: 5
|
||||||
|
},
|
||||||
]}
|
]}
|
||||||
cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs. — Lynette Walden"
|
cardTitle="Work conducted well and pricing reasonable. A young man, Tyson arrived and did a wonderful job from start to finish. Definitely our 'go to' people for plumbing needs. — Lynette Walden"
|
||||||
cardTag="Trusted by local homeowners"
|
cardTag="Trusted by local homeowners"
|
||||||
|
|||||||
Reference in New Issue
Block a user