Update src/app/page.tsx

This commit is contained in:
2026-05-30 00:37:44 +00:00
parent c408b23165
commit ba1c0637f9

View File

@@ -168,9 +168,7 @@ export default function LandingPage() {
{
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-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>
);
}
}