Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d61559f39 | |||
| 1306bc6a79 |
@@ -179,13 +179,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "2", name: "David M.", date: "September 2023", title: "Reliable Commercial Partner", quote: "As a property developer, I need partners I can trust. Metro Carpentry Group delivered our commercial fit-out on time and to an impeccable standard.", tag: "Property Developer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-of-a-smiling-young-businessman_23-2147774187.jpg", avatarAlt: "Smiling young businessman avatar", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-hammer-building-roof-house_23-2148748848.jpg?_wi=2", imageAlt: "professional man smiling portrait happy"},
|
||||
id: "2", name: "David M.", date: "September 2023", title: "Reliable Commercial Partner", quote: "As a property developer, I need partners I can trust. Metro Carpentry Group delivered our commercial fit-out on time and to an impeccable standard.", tag: "Property Developer", avatarSrc: `https://ui-avatars.com/api/?name=${encodeURIComponent("David M.")}&background=random&color=fff`, avatarAlt: "David M. avatar", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-with-hammer-building-roof-house_23-2148748848.jpg?_wi=2", imageAlt: "professional man smiling portrait happy"},
|
||||
{
|
||||
id: "3", name: "Emily R.", date: "August 2023", title: "Stunning Decking Project", quote: "Our new timber deck is beyond perfect! The team was professional, friendly, and the craftsmanship is simply beautiful. It's truly a new outdoor oasis.", tag: "Residential Client", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-pink-dress_23-2149129596.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530709.jpg", imageAlt: "professional man smiling portrait happy"},
|
||||
id: "3", name: "Emily R.", date: "August 2023", title: "Stunning Decking Project", quote: "Our new timber deck is beyond perfect! The team was professional, friendly, and the craftsmanship is simply beautiful. It's truly a new outdoor oasis.", tag: "Residential Client", avatarSrc: `https://ui-avatars.com/api/?name=${encodeURIComponent("Emily R.")}&background=random&color=fff`, avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530709.jpg", imageAlt: "professional man smiling portrait happy"},
|
||||
{
|
||||
id: "4", name: "Michael T.", date: "July 2023", title: "Precision Framing Experts", quote: "Metro Carpentry Group handled all our structural framing with precision and efficiency. Their expertise made a critical phase of our build stress-free.", tag: "Builder", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-adult-woman-holding-shopping-bags_23-2148660696.jpg", avatarAlt: "Michael T. avatar", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-577.jpg", imageAlt: "professional man smiling portrait happy"},
|
||||
id: "4", name: "Michael T.", date: "July 2023", title: "Precision Framing Experts", quote: "Metro Carpentry Group handled all our structural framing with precision and efficiency. Their expertise made a critical phase of our build stress-free.", tag: "Builder", avatarSrc: `https://ui-avatars.com/api/?name=${encodeURIComponent("Michael T.")}&background=random&color=fff`, avatarAlt: "Michael T. avatar", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-577.jpg", imageAlt: "professional man smiling portrait happy"},
|
||||
{
|
||||
id: "5", name: "Jessica L.", date: "June 2023", title: "Custom Work Excellence", quote: "We commissioned a custom timber bookshelf, and the results are magnificent. It's a true piece of art and a testament to their skilled craftsmanship.", tag: "Custom Project Client", avatarSrc: "http://img.b2bpic.net/free-photo/builder-man-construction-uniform-safety-helmet-wearing-safety-glasses-looking-aside-with-pensive-expression-with-arms-crossed-his-chest-standing-pink-background_141793-138107.jpg", avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263533.jpg", imageAlt: "professional man smiling portrait happy"},
|
||||
id: "5", name: "Jessica L.", date: "June 2023", title: "Custom Work Excellence", quote: "We commissioned a custom timber bookshelf, and the results are magnificent. It's a true piece of art and a testament to their skilled craftsmanship.", tag: "Custom Project Client", avatarSrc: `https://ui-avatars.com/api/?name=${encodeURIComponent("Jessica L.")}&background=random&color=fff`, avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-wooden-house-interior-with-timber-decor-furnishings_23-2151263533.jpg", imageAlt: "professional man smiling portrait happy"},
|
||||
]}
|
||||
title="What Our Valued Clients Say"
|
||||
description="Hear directly from homeowners, builders, and developers across Melbourne about their experience with Metro Carpentry Group's professionalism and superior results."
|
||||
|
||||
Reference in New Issue
Block a user