Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 12:14:39 +00:00

View File

@@ -98,18 +98,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Commercial Construction", description: "Full-scale commercial projects including office buildings, retail spaces, and mixed-use developments", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg" }
title: "Commercial Construction", description: "Full-scale commercial projects including office buildings, retail spaces, and mixed-use developments", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=1" }
},
{
id: 2,
title: "Residential Development", description: "Premium residential construction from single-family homes to large apartment complexes", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg" }
title: "Residential Development", description: "Premium residential construction from single-family homes to large apartment complexes", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=1" }
},
{
id: 3,
title: "Project Management", description: "Expert oversight ensuring coordination, scheduling, and seamless execution of all phases", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg" }
title: "Project Management", description: "Expert oversight ensuring coordination, scheduling, and seamless execution of all phases", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg?_wi=2" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=2" }
}
]}
buttonAnimation="slide-up"
@@ -129,13 +129,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Metropolitan Tower", price: "$45M Project", imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg", imageAlt: "Metropolitan Tower - Modern office building"
id: "1", name: "Metropolitan Tower", price: "$45M Project", imageSrc: "http://img.b2bpic.net/free-photo/top-old-apartment-building-with-metal-projectiles-roof-clear-blue-sky_181624-2510.jpg?_wi=3", imageAlt: "Metropolitan Tower - Modern office building"
},
{
id: "2", name: "Riverside Residences", price: "$28M Project", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg", imageAlt: "Riverside Residences - Luxury apartment complex"
id: "2", name: "Riverside Residences", price: "$28M Project", imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg?_wi=3", imageAlt: "Riverside Residences - Luxury apartment complex"
},
{
id: "3", name: "Industrial Hub Complex", price: "$35M Project", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg", imageAlt: "Industrial Hub Complex - Warehouse facility"
id: "3", name: "Industrial Hub Complex", price: "$35M Project", imageSrc: "http://img.b2bpic.net/free-photo/agricultural-silo_146671-19121.jpg?_wi=3", imageAlt: "Industrial Hub Complex - Warehouse facility"
}
]}
buttonAnimation="slide-up"