From 6400fee406538d373226a534bf97575618f18487 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:57:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8a0cec..9c88581 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,13 +80,13 @@ export default function LandingPage() { tag="What We Offer" features={[ { - id: "1", title: "Residential Construction", description: "From custom homes to multi-unit residential projects, we deliver quality living spaces that families trust. Our expertise spans foundation to final finishes with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317319.jpg" + id: 1, title: "Residential Construction", description: "From custom homes to multi-unit residential projects, we deliver quality living spaces that families trust. Our expertise spans foundation to final finishes with meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/view-modern-construction-site_23-2151317319.jpg" }, { - id: "2", title: "Commercial Development", description: "We build office complexes, retail spaces, and industrial facilities designed for modern business needs. Our commercial projects are completed on-time and within budget.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-with-helmets-looking-scaffolding-design_23-2148269329.jpg" + id: 2, title: "Commercial Development", description: "We build office complexes, retail spaces, and industrial facilities designed for modern business needs. Our commercial projects are completed on-time and within budget.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-with-helmets-looking-scaffolding-design_23-2148269329.jpg" }, { - id: "3", title: "Renovation & Restoration", description: "Transform existing spaces with our renovation expertise. Whether updating kitchens, bathrooms, or entire interiors, we bring new life to properties with sustainable methods.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-chair-holding-safety-helmet-near-plan-model-house-table_23-2148039925.jpg" + id: 3, title: "Renovation & Restoration", description: "Transform existing spaces with our renovation expertise. Whether updating kitchens, bathrooms, or entire interiors, we bring new life to properties with sustainable methods.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-lady-chair-holding-safety-helmet-near-plan-model-house-table_23-2148039925.jpg" } ]} textboxLayout="default" -- 2.49.1