diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0304019..6a91e15 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -49,9 +49,10 @@ 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?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-modern-office-environment-showcasing-i-1772538610225-ae788b83.png" imageAlt="LARSA Space team and infrastructure" mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" /> @@ -65,25 +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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", imageAlt: "Energy sector specialization"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -103,9 +92,10 @@ 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?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/24-7-technical-support-center-with-multi-1772538609774-9f8adcdc.png" imageAlt="LARSA Space team working" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -115,8 +105,7 @@ export default function AboutPage() { logoText="LARSA Space" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Projects", href: "/projects" }, @@ -124,8 +113,7 @@ export default function AboutPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "IT Infrastructure", href: "/services" }, { label: "Telecommunications", href: "/services" }, { label: "Technical Support", href: "/services" }, @@ -133,8 +121,7 @@ export default function AboutPage() { ], }, { - title: "Regions", - items: [ + title: "Regions", items: [ { label: "Basra Operations", href: "#" }, { label: "Misan Projects", href: "#" }, { label: "Baghdad", href: "#" }, @@ -142,8 +129,7 @@ export default function AboutPage() { ], }, { - title: "Partners", - items: [ + title: "Partners", items: [ { label: "Kuwait Energy", href: "#" }, { label: "PetroChina Iraq", href: "#" }, { label: "ITPC", href: "#" }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 85cb107..52d8be0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,7 +19,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,38 +47,24 @@ export default function ContactPage() { description="Contact our team to discuss your IT infrastructure and telecommunications requirements. We're here to help transform your energy sector operations. Reach out today to schedule a consultation with our experts." inputs={[ { - name: "fullName", - type: "text", - placeholder: "Full Name", - required: true, + name: "fullName", type: "text", placeholder: "Full Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, { - name: "company", - type: "text", - placeholder: "Company Name", - required: true, + name: "company", type: "text", placeholder: "Company Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Describe your project requirements and infrastructure needs...", - rows: 5, + name: "message", placeholder: "Describe your project requirements and infrastructure needs...", rows: 5, 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?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-professional-it-infrastructure-and-ene-1772538610040-d6a1f4bb.png" imageAlt="Professional IT infrastructure consultation" mediaAnimation="slide-up" mediaPosition="right" @@ -93,8 +79,7 @@ export default function ContactPage() { logoText="LARSA Space" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Projects", href: "/projects" }, @@ -102,8 +87,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "IT Infrastructure", href: "/services" }, { label: "Telecommunications", href: "/services" }, { label: "Technical Support", href: "/services" }, @@ -111,8 +95,7 @@ export default function ContactPage() { ], }, { - title: "Regions", - items: [ + title: "Regions", items: [ { label: "Basra Operations", href: "#" }, { label: "Misan Projects", href: "#" }, { label: "Baghdad", href: "#" }, @@ -120,8 +103,7 @@ export default function ContactPage() { ], }, { - title: "Partners", - items: [ + title: "Partners", items: [ { label: "Kuwait Energy", href: "#" }, { label: "PetroChina Iraq", href: "#" }, { label: "ITPC", href: "#" }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e15ea6d..38d41db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,34 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); const openSans = Open_Sans({ - variable: "--font-open-sans", - subsets: ["latin"], + variable: "--font-open-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "LARSA Space - IT Infrastructure & Energy Solutions", - description: "Leading provider of IT infrastructure, telecommunications, and technology solutions for the energy sector across Iraq and Middle East. 15+ years of proven expertise.", - keywords: "IT infrastructure, telecommunications, energy sector, Iraq, infrastructure solutions, technology consulting", - metadataBase: new URL("https://larsa-space.com"), + title: "LARSA Space - IT Infrastructure & Energy Solutions", description: "Leading provider of IT infrastructure, telecommunications, and technology solutions for the energy sector across Iraq and Middle East. 15+ years of proven expertise.", keywords: "IT infrastructure, telecommunications, energy sector, Iraq, infrastructure solutions, technology consulting", metadataBase: new URL("https://larsa-space.com"), alternates: { - canonical: "https://larsa-space.com", - }, + canonical: "https://larsa-space.com"}, openGraph: { - title: "LARSA Space - Strategic IT & Energy Infrastructure", - description: "Expert IT infrastructure and telecommunications solutions for energy companies across Iraq and Middle East.", - type: "website", - siteName: "LARSA Space", - }, + title: "LARSA Space - Strategic IT & Energy Infrastructure", description: "Expert IT infrastructure and telecommunications solutions for energy companies across Iraq and Middle East.", type: "website", siteName: "LARSA Space"}, twitter: { - card: "summary_large_image", - title: "LARSA Space - IT Infrastructure Solutions", - description: "Leading IT and telecommunications solutions for energy sector", - }, + card: "summary_large_image", title: "LARSA Space - IT Infrastructure Solutions", description: "Leading IT and telecommunications solutions for energy sector"}, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a3a51a..6ef7d9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function HomePage() { @@ -77,9 +77,10 @@ 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?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-modern-office-environment-showcasing-i-1772538610225-ae788b83.png" imageAlt="LARSA Space team and infrastructure" mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" /> @@ -93,25 +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?_wi=1", - 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", 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?_wi=1", - 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", 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?_wi=1", - 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", imageAlt: "24/7 technical support center"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -148,16 +137,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Kuwait Energy Basra Limited", - "PetroChina International Iraq FZE", - "AL-BARAA TECH COMPANY", - "3C Core of Creativity Company", - "ALDAR Company", - "Saffana Alsharq", - "ALWUSOOL", - "Basra Oil Company", - "ITPC - Iraq Telecommunications Commission", - ]} + "Kuwait Energy Basra Limited", "PetroChina International Iraq FZE", "AL-BARAA TECH COMPANY", "3C Core of Creativity Company", "ALDAR Company", "Saffana Alsharq", "ALWUSOOL", "Basra Oil Company", "ITPC - Iraq Telecommunications Commission"]} speed={40} showCard={true} /> @@ -174,53 +154,17 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Ahmed Al-Khaleej", - handle: "Operations Director, Kuwait Energy", - testimonial: "LARSA Space delivered exceptional IT infrastructure solutions that transformed our Basra operations. Their team's expertise and 24/7 support ensure our systems run flawlessly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-male-executiv-1772538609061-2d532142.png", - imageAlt: "Ahmed Al-Khaleej", - }, + id: "1", name: "Ahmed Al-Khaleej", handle: "Operations Director, Kuwait Energy", testimonial: "LARSA Space delivered exceptional IT infrastructure solutions that transformed our Basra operations. Their team's expertise and 24/7 support ensure our systems run flawlessly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-male-executiv-1772538609061-2d532142.png", imageAlt: "Ahmed Al-Khaleej"}, { - id: "2", - name: "Fatima Al-Ansari", - handle: "IT Manager, PetroChina International", - testimonial: "Outstanding telecommunications integration and infrastructure design. LARSA Space's solutions perfectly aligned with our complex operational requirements across multiple regions.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-female-execut-1772538609420-819d9512.png", - imageAlt: "Fatima Al-Ansari", - }, + id: "2", name: "Fatima Al-Ansari", handle: "IT Manager, PetroChina International", testimonial: "Outstanding telecommunications integration and infrastructure design. LARSA Space's solutions perfectly aligned with our complex operational requirements across multiple regions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-female-execut-1772538609420-819d9512.png", imageAlt: "Fatima Al-Ansari"}, { - id: "3", - name: "Hassan Al-Tamimi", - handle: "Project Manager, ALDAR Company", - testimonial: "Professional, reliable, and innovative. LARSA Space consistently delivers on time and exceeds expectations. Their technical expertise is unmatched in the industry.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-male-engineer-1772538609564-77933df7.png", - imageAlt: "Hassan Al-Tamimi", - }, + id: "3", name: "Hassan Al-Tamimi", handle: "Project Manager, ALDAR Company", testimonial: "Professional, reliable, and innovative. LARSA Space consistently delivers on time and exceeds expectations. Their technical expertise is unmatched in the industry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-male-engineer-1772538609564-77933df7.png", imageAlt: "Hassan Al-Tamimi"}, { - id: "4", - name: "Layla Al-Saad", - handle: "Chief Technology Officer, AL-BARAA TECH", - testimonial: "Strategic partnership with LARSA Space elevated our IT capabilities significantly. Their consulting and infrastructure services are world-class and tailored to our needs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-female-projec-1772538609220-65eeee9d.png", - imageAlt: "Layla Al-Saad", - }, + id: "4", name: "Layla Al-Saad", handle: "Chief Technology Officer, AL-BARAA TECH", testimonial: "Strategic partnership with LARSA Space elevated our IT capabilities significantly. Their consulting and infrastructure services are world-class and tailored to our needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-female-projec-1772538609220-65eeee9d.png", imageAlt: "Layla Al-Saad"}, { - id: "5", - name: "Mohammed Al-Rashid", - handle: "Operations Lead, Basra Oil Company", - testimonial: "LARSA Space's commitment to excellence is evident in every project. Their infrastructure solutions have been critical to our operational success and expansion plans.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-male-operatio-1772538609491-a3d059fe.png", - imageAlt: "Mohammed Al-Rashid", - }, + id: "5", name: "Mohammed Al-Rashid", handle: "Operations Lead, Basra Oil Company", testimonial: "LARSA Space's commitment to excellence is evident in every project. Their infrastructure solutions have been critical to our operational success and expansion plans.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-male-operatio-1772538609491-a3d059fe.png", imageAlt: "Mohammed Al-Rashid"}, { - id: "6", - name: "Rasha Al-Karbooli", - handle: "IT Director, ALWUSOOL", - testimonial: "Exceptional technical support and infrastructure expertise. LARSA Space partners with us to drive innovation and operational excellence across our business.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-female-it-dir-1772538609655-f75f550b.png", - imageAlt: "Rasha Al-Karbooli", - }, + id: "6", name: "Rasha Al-Karbooli", handle: "IT Director, ALWUSOOL", testimonial: "Exceptional technical support and infrastructure expertise. LARSA Space partners with us to drive innovation and operational excellence across our business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/professional-portrait-of-a-female-it-dir-1772538609655-f75f550b.png", imageAlt: "Rasha Al-Karbooli"}, ]} animationType="blur-reveal" speed={40} @@ -233,8 +177,7 @@ export default function HomePage() { logoText="LARSA Space" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Projects", href: "/projects" }, @@ -242,8 +185,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "IT Infrastructure", href: "/services" }, { label: "Telecommunications", href: "/services" }, { label: "Technical Support", href: "/services" }, @@ -251,8 +193,7 @@ export default function HomePage() { ], }, { - title: "Regions", - items: [ + title: "Regions", items: [ { label: "Basra Operations", href: "#" }, { label: "Misan Projects", href: "#" }, { label: "Baghdad", href: "#" }, @@ -260,8 +201,7 @@ export default function HomePage() { ], }, { - title: "Partners", - items: [ + title: "Partners", items: [ { label: "Kuwait Energy", href: "#" }, { label: "PetroChina Iraq", href: "#" }, { label: "ITPC", href: "#" }, diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 57c3852..8ac2e13 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -16,7 +16,7 @@ export default function ProjectsPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,25 +47,13 @@ export default function ProjectsPage() { features={[ { id: 1, - title: "Kuwait Energy Basra - IT Infrastructure Contract", - description: "Comprehensive IT infrastructure deployment and management for Kuwait Energy's major operations in Basra. Included network design, server implementation, telecommunications integration, and ongoing 24/7 technical support. Successfully delivered in 2022-2023 with seamless integration into existing operations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-large-scale-energy-sector-infrastructu-1772538611315-5dd6a554.png", - imageAlt: "Kuwait Energy Basra project", - }, + title: "Kuwait Energy Basra - IT Infrastructure Contract", description: "Comprehensive IT infrastructure deployment and management for Kuwait Energy's major operations in Basra. Included network design, server implementation, telecommunications integration, and ongoing 24/7 technical support. Successfully delivered in 2022-2023 with seamless integration into existing operations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/a-large-scale-energy-sector-infrastructu-1772538611315-5dd6a554.png", imageAlt: "Kuwait Energy Basra project"}, { id: 2, - title: "PetroChina International Iraq Operations", - description: "Large-scale IT infrastructure and telecommunications solutions for PetroChina's operations across multiple Iraqi regions. Implementation covered network infrastructure in Misan and beyond, with integrated monitoring systems and dedicated support teams. Ongoing contract 2023-2026.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/major-telecommunications-and-it-infrastr-1772538610299-941ecfef.png", - imageAlt: "PetroChina Iraq infrastructure", - }, + title: "PetroChina International Iraq Operations", description: "Large-scale IT infrastructure and telecommunications solutions for PetroChina's operations across multiple Iraqi regions. Implementation covered network infrastructure in Misan and beyond, with integrated monitoring systems and dedicated support teams. Ongoing contract 2023-2026.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/major-telecommunications-and-it-infrastr-1772538610299-941ecfef.png", imageAlt: "PetroChina Iraq infrastructure"}, { id: 3, - title: "ALWUSOOL Baghdad Deployment & Enterprise IT Solutions", - description: "Enterprise-grade IT infrastructure deployment in Baghdad supporting ALWUSOOL's technology initiatives. Included command center setup, network operations infrastructure, system monitoring dashboards, and comprehensive technical support. Successful 2024 implementation with ongoing optimization.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/enterprise-it-infrastructure-and-telecom-1772538610249-e4882380.png", - imageAlt: "ALWUSOOL Baghdad project", - }, + title: "ALWUSOOL Baghdad Deployment & Enterprise IT Solutions", description: "Enterprise-grade IT infrastructure deployment in Baghdad supporting ALWUSOOL's technology initiatives. Included command center setup, network operations infrastructure, system monitoring dashboards, and comprehensive technical support. Successful 2024 implementation with ongoing optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQxAMG7wsjZWjObi7UTXUFC3KB/enterprise-it-infrastructure-and-telecom-1772538610249-e4882380.png", imageAlt: "ALWUSOOL Baghdad project"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -83,16 +71,7 @@ export default function ProjectsPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Kuwait Energy Basra Limited", - "PetroChina International Iraq FZE", - "AL-BARAA TECH COMPANY", - "3C Core of Creativity Company", - "ALDAR Company", - "Saffana Alsharq", - "ALWUSOOL", - "Basra Oil Company", - "ITPC - Iraq Telecommunications Commission", - ]} + "Kuwait Energy Basra Limited", "PetroChina International Iraq FZE", "AL-BARAA TECH COMPANY", "3C Core of Creativity Company", "ALDAR Company", "Saffana Alsharq", "ALWUSOOL", "Basra Oil Company", "ITPC - Iraq Telecommunications Commission"]} speed={40} showCard={true} /> @@ -104,8 +83,7 @@ export default function ProjectsPage() { logoText="LARSA Space" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Projects", href: "/projects" }, @@ -113,8 +91,7 @@ export default function ProjectsPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "IT Infrastructure", href: "/services" }, { label: "Telecommunications", href: "/services" }, { label: "Technical Support", href: "/services" }, @@ -122,8 +99,7 @@ export default function ProjectsPage() { ], }, { - title: "Regions", - items: [ + title: "Regions", items: [ { label: "Basra Operations", href: "#" }, { label: "Misan Projects", href: "#" }, { label: "Baghdad", href: "#" }, @@ -131,8 +107,7 @@ export default function ProjectsPage() { ], }, { - title: "Partners", - items: [ + title: "Partners", items: [ { label: "Kuwait Energy", href: "#" }, { label: "PetroChina Iraq", href: "#" }, { label: "ITPC", href: "#" }, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f5c327b..ab5592f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -16,7 +16,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmall" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,25 +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?_wi=3", - 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", 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?_wi=3", - 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", 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?_wi=3", - 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", imageAlt: "24/7 technical support operations"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -98,8 +86,7 @@ export default function ServicesPage() { logoText="LARSA Space" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Services", href: "/services" }, { label: "Projects", href: "/projects" }, @@ -107,8 +94,7 @@ export default function ServicesPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "IT Infrastructure", href: "/services" }, { label: "Telecommunications", href: "/services" }, { label: "Technical Support", href: "/services" }, @@ -116,8 +102,7 @@ export default function ServicesPage() { ], }, { - title: "Regions", - items: [ + title: "Regions", items: [ { label: "Basra Operations", href: "#" }, { label: "Misan Projects", href: "#" }, { label: "Baghdad", href: "#" }, @@ -125,8 +110,7 @@ export default function ServicesPage() { ], }, { - title: "Partners", - items: [ + title: "Partners", items: [ { label: "Kuwait Energy", href: "#" }, { label: "PetroChina Iraq", href: "#" }, { label: "ITPC", href: "#" },