6 Commits

Author SHA1 Message Date
d5dd16ef46 Update src/app/page.tsx 2026-05-30 00:59:33 +00:00
95031a9f42 Update src/app/page.tsx 2026-05-30 00:55:12 +00:00
507ad8f400 Update src/app/page.tsx 2026-05-30 00:52:30 +00:00
33d7a7e635 Update src/app/page.tsx 2026-05-30 00:51:06 +00:00
ba1c0637f9 Update src/app/page.tsx 2026-05-30 00:37:44 +00:00
c408b23165 Merge version_2 into main
Merge version_2 into main
2026-05-30 00:36:22 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
{
text: "Call Now", href: "tel:+61409622403"},
]}
imageSrc="http://img.b2bpic.net/free-photo/construction-worker-with-hammer-building-roof-house_23-2148748848.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780102334528-lsy0730i.jpg"
imageAlt="Modern carpentry project with timber frames and clean lines"
mediaAnimation="slide-up"
/>
@@ -117,7 +117,7 @@ export default function LandingPage() {
description="Metro Carpentry Group is a trusted Melbourne-based carpentry specialist dedicated to delivering exceptional craftsmanship. With years of experience, we pride ourselves on quality workmanship, reliable project delivery, and a truly customer-focused approach."
subdescription="We use only premium materials and pay meticulous attention to every detail, ensuring your residential or commercial project is built to last and exceeds your expectations."
icon={Wrench}
imageSrc="http://img.b2bpic.net/free-photo/top-view-wood-crafting-objects-assortment_23-2148732481.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780102489859-v72j8l3x.jpg"
imageAlt="Professional carpenter working on a timber frame"
mediaAnimation="opacity"
/>
@@ -162,15 +162,13 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "project-1", name: "Luxury Home Renovation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/modern-styled-small-entryway_23-2150712933.jpg", imageAlt: "Completed luxury home renovation with custom timber features"},
id: "project-1", name: "Luxury Home Renovation", price: "View Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780102728974-uykbhyk7.jpg", imageAlt: "Completed luxury home renovation with custom timber features"},
{
id: "project-2", name: "Modern Decking Project", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-wooden-chairs-porch-wooden-house_181624-15412.jpg", imageAlt: "Spacious timber decking in a modern backyard"},
{
id: "project-3", name: "Outdoor Living Space", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698460.jpg", imageAlt: "Stylish outdoor living area with a custom pergola"},
id: "project-3", name: "Outdoor Living Space", price: "View Project", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECu6145ZfUO7BaOKsg2g3ccbhj/uploaded-1780102708425-7t1toyfs.jpg", imageAlt: "Stylish outdoor living area with a custom pergola"},
{
id: "project-4", name: "Commercial Office Fit-Out", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-carpenter-using-drill-while-working-with-wood-workshop_637285-11681.jpg", imageAlt: "Contemporary commercial office with timber paneling and custom joinery"},
{
id: "project-5", name: "Bespoke Timber Installation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wood-logs_23-2151340204.jpg", imageAlt: "Unique custom timber staircase in a residential property"}
id: "project-4", name: "Commercial Office Fit-Out", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-carpenter-using-drill-while-working-with-wood-workshop_637285-11681.jpg", imageAlt: "Contemporary commercial office with timber paneling and custom joinery"}
]}
title="Showcasing Our Exceptional Craftsmanship"
description="Explore a selection of our recently completed residential and commercial projects, demonstrating the quality and versatility of Metro Carpentry Group."
@@ -290,4 +288,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}