Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ddb8f72d39 | |||
| bdd8ffb29a | |||
| bec716c25a | |||
| 72512c4df5 | |||
| bb7f5a0585 | |||
| 0c91a00e56 | |||
| 00282b541f |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
text: "Get a Free Quote", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7tev3u"
|
||||
logoAlt="Metro Carpentry Group logo"
|
||||
brandName="Metro Carpentry Group"
|
||||
@@ -178,12 +178,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", date: "October 2023", title: "Exceptional Home Renovation", quote: "Metro Carpentry Group transformed our home. The attention to detail and quality of work on our extension was outstanding. Highly recommend their professional team!", tag: "Homeowner", avatarSrc: "http://img.b2bpic.net/free-photo/young-business-woman-checking-satisfaction-checklist-box-copy-space_1258-88647.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7tev3u", 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: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", 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/portrait-caucasian-man_641386-12.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: "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: "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"},
|
||||
{
|
||||
@@ -286,4 +284,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user