7 Commits

Author SHA1 Message Date
ddb8f72d39 Update src/app/page.tsx 2026-05-30 01:05:12 +00:00
bdd8ffb29a Switch to version 5: modified src/app/page.tsx 2026-05-30 01:04:18 +00:00
bec716c25a Merge version_6 into main
Merge version_6 into main
2026-05-30 01:03:38 +00:00
72512c4df5 Update src/app/page.tsx 2026-05-30 01:03:32 +00:00
bb7f5a0585 Merge version_5 into main
Merge version_5 into main
2026-05-30 01:01:49 +00:00
0c91a00e56 Update src/app/page.tsx 2026-05-30 01:01:46 +00:00
00282b541f Merge version_4 into main
Merge version_4 into main
2026-05-30 01:00:16 +00:00

View File

@@ -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>
);
}
}