Update src/app/page.tsx
This commit is contained in:
@@ -148,15 +148,16 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah J.", handle: "@sarahj_roof", testimonial: "Excellent work on my roof tiles, leak stopped immediately! Highly professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-wearing-blank-shirt_23-2149321717.jpg"},
|
||||
{
|
||||
id: "t2", name: "Michael T.", handle: "@michaelt_gc", testimonial: "Fast and reliable, very honest and clear communication throughout the process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg"},
|
||||
{
|
||||
id: "t3", name: "Emily D.", handle: "@emilyd_home", testimonial: "Fixed our ridge capping perfectly. The photo proofing was a great touch.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{ id: "t1", name: "BH", handle: "@bh", testimonial: "Fantastic service, truly expert advice.", rating: 5 },
|
||||
{ id: "t2", name: "Tom Pickering", handle: "@tpickering", testimonial: "Professional from start to finish.", rating: 5 },
|
||||
{ id: "t3", name: "Sally Hawkins", handle: "@shawkins", testimonial: "Quick, clean and reliable roof repair.", rating: 5 },
|
||||
{ id: "t4", name: "EM", handle: "@em", testimonial: "Outstanding communication throughout the job.", rating: 5 },
|
||||
{ id: "t5", name: "Christopher Snell", handle: "@csnell", testimonial: "Highly recommended, honest local tradies.", rating: 5 },
|
||||
{ id: "t6", name: "Ellie Richardson", handle: "@erichardson", testimonial: "Fixed our leaks perfectly, no fuss.", rating: 5 },
|
||||
{ id: "t7", name: "Dylan Andersen", handle: "@dandersen", testimonial: "Excellent attention to detail.", rating: 5 },
|
||||
{ id: "t8", name: "Kylie", handle: "@kylie", testimonial: "Finally a roof company that turns up on time!", rating: 5 },
|
||||
{ id: "t9", name: "Tyler Partridge", handle: "@tpartridge", testimonial: "Great quality work at a fair price.", rating: 5 },
|
||||
{ id: "t10", name: "Grant Barker", handle: "@gbarker", testimonial: "Top-tier service, will definitely call again.", rating: 5 },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
|
||||
Reference in New Issue
Block a user