From 8189f636f704f6db63ebad1e0e07532fdd12b6a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 13:31:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3bae0a..ce563f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { title: "Residential Excellence", description: "Premium home construction featuring luxury finishes, innovative design, and meticulous attention to detail for discerning homeowners", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg", imageAlt: "Luxury residential project" + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg?_wi=1", imageAlt: "Luxury residential project" }, { imageSrc: "http://img.b2bpic.net/free-photo/confident-female-worker-examining-products-warehouse_107420-96547.jpg", imageAlt: "Quality control process" @@ -94,7 +94,7 @@ export default function LandingPage() { title: "Commercial Development", description: "Full-scale commercial projects including office buildings, retail spaces, and business complexes with modern infrastructure and sustainability focus", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/construction-house-concept_98292-6934.jpg", imageAlt: "Commercial building project" + imageSrc: "http://img.b2bpic.net/free-vector/construction-house-concept_98292-6934.jpg?_wi=1", imageAlt: "Commercial building project" }, { imageSrc: "http://img.b2bpic.net/free-photo/engineer-photovoltaics-factory-using-pc-diagnose-systems_482257-118455.jpg", imageAlt: "Engineering standards compliance" @@ -105,7 +105,7 @@ export default function LandingPage() { title: "Infrastructure Projects", description: "DPWH-certified infrastructure work including roads, bridges, and public works with government-grade engineering and rigorous safety protocols", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-site-construction_53876-26415.jpg", imageAlt: "Infrastructure project" + imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-site-construction_53876-26415.jpg?_wi=1", imageAlt: "Infrastructure project" }, { imageSrc: "http://img.b2bpic.net/free-photo/schedule-table-event-planner-concept_53876-121257.jpg", imageAlt: "Project transparency" @@ -126,15 +126,15 @@ export default function LandingPage() { products={[ { id: "residential-hillside", brand: "Residential", name: "Hilltop Luxury Residences", price: "Premium Development", rating: 5, - reviewCount: "Client Verified", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg", imageAlt: "Hilltop Luxury Residences" + reviewCount: "Client Verified", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912530.jpg?_wi=2", imageAlt: "Hilltop Luxury Residences" }, { id: "commercial-business-hub", brand: "Commercial", name: "Leyte Business Hub Complex", price: "Commercial Excellence", rating: 5, - reviewCount: "On-Time Delivery", imageSrc: "http://img.b2bpic.net/free-vector/construction-house-concept_98292-6934.jpg", imageAlt: "Leyte Business Hub Complex" + reviewCount: "On-Time Delivery", imageSrc: "http://img.b2bpic.net/free-vector/construction-house-concept_98292-6934.jpg?_wi=2", imageAlt: "Leyte Business Hub Complex" }, { id: "infrastructure-highway", brand: "Infrastructure", name: "Provincial Highway Expansion", price: "DPWH Certified", rating: 5, - reviewCount: "Government Standard", imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-site-construction_53876-26415.jpg", imageAlt: "Provincial Highway Expansion" + reviewCount: "Government Standard", imageSrc: "http://img.b2bpic.net/free-photo/woman-engineer-site-construction_53876-26415.jpg?_wi=2", imageAlt: "Provincial Highway Expansion" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1