Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 20:09:40 +00:00
parent 41676ef08f
commit 76eae8b3a6

View File

@@ -50,22 +50,22 @@ const ServicesPage = () => {
id: 1,
title: "Commercial Construction",
description: "Office buildings, retail spaces, and commercial complexes built to the highest standards with modern design and durability. We specialize in mixed-use developments and corporate headquarters.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=6" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=4" },
},
{
id: 2,
title: "Residential Development",
description: "Custom homes and residential communities designed with attention to detail and built for island living. From luxury estates to affordable housing, we deliver quality craftsmanship.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/large-hotel-palm-trees-beach-thailand_1253-929.jpg?_wi=5" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=7" },
},
{
id: 3,
title: "Infrastructure & Public Works",
description: "Large-scale infrastructure projects including roads, utilities, and public facilities built with precision and care. We handle complex projects with environmental responsibility.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-construction-petrovac-montenegro_1268-14788.jpg?_wi=8" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-city-with-sea_116348-85.jpg?_wi=3" },
},
]}
showStepNumbers={true}
@@ -84,22 +84,22 @@ const ServicesPage = () => {
id: 1,
title: "Expert Team",
description: "Our team includes licensed architects, engineers, and project managers with 20+ years of experience in Hawaii's construction market.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg?_wi=1" },
},
{
id: 2,
title: "Quality Assurance",
description: "Every project undergoes rigorous quality control and inspection protocols to ensure excellence at every stage.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg?_wi=1" },
},
{
id: 3,
title: "Sustainable Practices",
description: "We implement eco-friendly building practices and materials that minimize environmental impact while maximizing efficiency.",
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg" },
phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-white-helmet-holding-tube_23-2148075636.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg?_wi=2" },
},
]}
showStepNumbers={false}