From 45a9f2135d2a714a3bebd92e2770fa7847f58afe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:34 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6a91e15..a2b095b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { tag="Our Story" tagIcon={Award} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-modern-office-environment-showcasing-i-1772538610225-ae788b83.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-modern-office-environment-showcasing-i-1772538610225-ae788b83.png?_wi=2" imageAlt="LARSA Space team and infrastructure" mediaAnimation="blur-reveal" metricsAnimation="blur-reveal" @@ -66,13 +66,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "15+ Years Industry Excellence", description: "Over 15 years of proven track record delivering critical infrastructure projects for major energy companies. Our experience spans across Iraq's energy sector from Basra to Baghdad, with successful project implementations in Misan and other regions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-professional-it-infrastructure-and-ene-1772538610040-d6a1f4bb.png", imageAlt: "Years of industry experience"}, + title: "15+ Years Industry Excellence", description: "Over 15 years of proven track record delivering critical infrastructure projects for major energy companies. Our experience spans across Iraq's energy sector from Basra to Baghdad, with successful project implementations in Misan and other regions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-professional-it-infrastructure-and-ene-1772538610040-d6a1f4bb.png?_wi=2", imageAlt: "Years of industry experience"}, { id: 2, - title: "Strategic Global Partnerships", description: "Strong relationships with international technology leaders and regional partners. Our partnerships with Kuwait Energy, PetroChina, and ITPC enable us to deliver world-class solutions with local expertise and global standards.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/complex-telecommunications-and-energy-in-1772538611244-7e6c3a94.png", imageAlt: "Strategic partnerships network"}, + title: "Strategic Global Partnerships", description: "Strong relationships with international technology leaders and regional partners. Our partnerships with Kuwait Energy, PetroChina, and ITPC enable us to deliver world-class solutions with local expertise and global standards.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/complex-telecommunications-and-energy-in-1772538611244-7e6c3a94.png?_wi=2", imageAlt: "Strategic partnerships network"}, { id: 3, - title: "Energy Sector Specialization", description: "Specialized focus on oil, gas, and energy infrastructure. We understand the unique challenges of energy operations including regulatory compliance, system reliability, and integration with existing infrastructure. Our solutions are specifically designed for energy sector requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-consulting-session-with-eng-1772538609640-45469404.png", imageAlt: "Energy sector specialization"}, + title: "Energy Sector Specialization", description: "Specialized focus on oil, gas, and energy infrastructure. We understand the unique challenges of energy operations including regulatory compliance, system reliability, and integration with existing infrastructure. Our solutions are specifically designed for energy sector requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-consulting-session-with-eng-1772538609640-45469404.png?_wi=2", imageAlt: "Energy sector specialization"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -92,7 +92,7 @@ export default function AboutPage() { tag="Our Team" tagIcon={Briefcase} useInvertedBackground={true} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/24-7-technical-support-center-with-multi-1772538609774-9f8adcdc.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/24-7-technical-support-center-with-multi-1772538609774-9f8adcdc.png?_wi=2" imageAlt="LARSA Space team working" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From d7c86b261edf89c6447c5dd8e8dd102597f2d9c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:35 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 52d8be0..8b75bfa 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -64,7 +64,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-professional-it-infrastructure-and-ene-1772538610040-d6a1f4bb.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-professional-it-infrastructure-and-ene-1772538610040-d6a1f4bb.png?_wi=3" imageAlt="Professional IT infrastructure consultation" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 36accbe096a461d72a249f0ad22bafc2b3e3d8d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:35 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ef7d9f..dacb7b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { { text: "Explore Services", href: "/services" }, { text: "View Projects", href: "/projects" }, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-professional-it-infrastructure-and-ene-1772538610040-d6a1f4bb.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-professional-it-infrastructure-and-ene-1772538610040-d6a1f4bb.png?_wi=1" imageAlt="Modern IT infrastructure and energy sector technology" mediaAnimation="slide-up" /> @@ -77,7 +77,7 @@ export default function HomePage() { tag="Our Story" tagIcon={Award} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-modern-office-environment-showcasing-i-1772538610225-ae788b83.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-modern-office-environment-showcasing-i-1772538610225-ae788b83.png?_wi=1" imageAlt="LARSA Space team and infrastructure" mediaAnimation="blur-reveal" metricsAnimation="blur-reveal" @@ -94,13 +94,13 @@ export default function HomePage() { features={[ { id: 1, - title: "IT Infrastructure & Telecommunications", description: "End-to-end design, implementation, and maintenance of complex IT infrastructure systems. Network design, server infrastructure, telecommunications integration, and cybersecurity solutions for mission-critical energy operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/complex-telecommunications-and-energy-in-1772538611244-7e6c3a94.png", imageAlt: "IT infrastructure and telecommunications"}, + title: "IT Infrastructure & Telecommunications", description: "End-to-end design, implementation, and maintenance of complex IT infrastructure systems. Network design, server infrastructure, telecommunications integration, and cybersecurity solutions for mission-critical energy operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/complex-telecommunications-and-energy-in-1772538611244-7e6c3a94.png?_wi=1", imageAlt: "IT infrastructure and telecommunications"}, { id: 2, - title: "Information Technology Consulting", description: "Strategic IT consulting for energy sector companies. Technology assessments, system architecture design, digital transformation planning, and technology roadmap development aligned with business objectives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-consulting-session-with-eng-1772538609640-45469404.png", imageAlt: "Professional IT consulting services"}, + title: "Information Technology Consulting", description: "Strategic IT consulting for energy sector companies. Technology assessments, system architecture design, digital transformation planning, and technology roadmap development aligned with business objectives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-consulting-session-with-eng-1772538609640-45469404.png?_wi=1", imageAlt: "Professional IT consulting services"}, { id: 3, - title: "24/7 Technical Support & Maintenance", description: "Comprehensive support services including preventive maintenance, system monitoring, incident response, and operational support. Dedicated teams ensure maximum uptime and system reliability for critical infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/24-7-technical-support-center-with-multi-1772538609774-9f8adcdc.png", imageAlt: "24/7 technical support center"}, + title: "24/7 Technical Support & Maintenance", description: "Comprehensive support services including preventive maintenance, system monitoring, incident response, and operational support. Dedicated teams ensure maximum uptime and system reliability for critical infrastructure.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/24-7-technical-support-center-with-multi-1772538609774-9f8adcdc.png?_wi=1", imageAlt: "24/7 technical support center"}, ]} animationType="blur-reveal" textboxLayout="default" -- 2.49.1 From cee4e3f747172b5e2db4809b1a73f8e159c6f581 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:36 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ab5592f..10c64f4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -47,13 +47,13 @@ export default function ServicesPage() { features={[ { id: 1, - title: "IT Infrastructure & Telecommunications", description: "End-to-end design, implementation, and maintenance of complex IT infrastructure systems. Network design, server infrastructure, telecommunications integration, and cybersecurity solutions for mission-critical energy operations. We provide complete infrastructure audits, system upgrades, network optimization, and disaster recovery planning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/complex-telecommunications-and-energy-in-1772538611244-7e6c3a94.png", imageAlt: "IT infrastructure and telecommunications solutions"}, + title: "IT Infrastructure & Telecommunications", description: "End-to-end design, implementation, and maintenance of complex IT infrastructure systems. Network design, server infrastructure, telecommunications integration, and cybersecurity solutions for mission-critical energy operations. We provide complete infrastructure audits, system upgrades, network optimization, and disaster recovery planning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/complex-telecommunications-and-energy-in-1772538611244-7e6c3a94.png?_wi=3", imageAlt: "IT infrastructure and telecommunications solutions"}, { id: 2, - title: "Information Technology Consulting", description: "Strategic IT consulting for energy sector companies. Technology assessments, system architecture design, digital transformation planning, and technology roadmap development aligned with business objectives. Our consultants work closely with your leadership team to identify technology opportunities and develop comprehensive strategies for digital transformation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-consulting-session-with-eng-1772538609640-45469404.png", imageAlt: "Strategic IT consulting services"}, + title: "Information Technology Consulting", description: "Strategic IT consulting for energy sector companies. Technology assessments, system architecture design, digital transformation planning, and technology roadmap development aligned with business objectives. Our consultants work closely with your leadership team to identify technology opportunities and develop comprehensive strategies for digital transformation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-consulting-session-with-eng-1772538609640-45469404.png?_wi=3", imageAlt: "Strategic IT consulting services"}, { id: 3, - title: "24/7 Technical Support & Maintenance", description: "Comprehensive support services including preventive maintenance, system monitoring, incident response, and operational support. Dedicated teams ensure maximum uptime and system reliability for critical infrastructure. Our support teams provide rapid response to critical issues with comprehensive documentation and continuous improvement recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/24-7-technical-support-center-with-multi-1772538609774-9f8adcdc.png", imageAlt: "24/7 technical support operations"}, + title: "24/7 Technical Support & Maintenance", description: "Comprehensive support services including preventive maintenance, system monitoring, incident response, and operational support. Dedicated teams ensure maximum uptime and system reliability for critical infrastructure. Our support teams provide rapid response to critical issues with comprehensive documentation and continuous improvement recommendations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/24-7-technical-support-center-with-multi-1772538609774-9f8adcdc.png?_wi=3", imageAlt: "24/7 technical support operations"}, ]} animationType="blur-reveal" textboxLayout="default" -- 2.49.1