From 2d6797a410ecc9cbb2dcf3058636f27341ae4d7e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:40:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 173 +++++++++++------------------------------------ 1 file changed, 40 insertions(+), 133 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b72adf..71b9ca1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -50,97 +44,51 @@ export default function LandingPage() { @@ -153,19 +101,13 @@ export default function LandingPage() { description="Atlas Energy delivers comprehensive services tailored for the Omani industrial landscape." bulletPoints={[ { - title: "Engineering & Design", - description: "Precision planning for all projects.", - }, + title: "Engineering & Design", description: "Precision planning for all projects."}, { - title: "Procurement & Management", - description: "Streamlined project oversight.", - }, + title: "Procurement & Management", description: "Streamlined project oversight."}, { - title: "Installation & Commissioning", - description: "End-to-end site implementation.", - }, + title: "Installation & Commissioning", description: "End-to-end site implementation."}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7un6ewlzkeUTcICzFKZIgYBAX/uploaded-1775749184532-qblup5i8.jpg?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7un6ewlzkeUTcICzFKZIgYBAX/uploaded-1775749184532-qblup5i8.jpg" mediaAnimation="slide-up" imageAlt="Professional engineering services in Oman" /> @@ -178,28 +120,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Construction", - description: "Onshore & Offshore construction capabilities.", - bentoComponent: "reveal-icon", - icon: Settings, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7un6ewlzkeUTcICzFKZIgYBAX/uploaded-1775749184532-vtm25vap.jpg?_wi=2", - imageAlt: "User provided image", + title: "Construction", description: "Onshore & Offshore construction capabilities.", bentoComponent: "reveal-icon", icon: Settings }, { - title: "Maintenance", - description: "Full lifecycle operational support.", - bentoComponent: "reveal-icon", - icon: Wrench, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7un6ewlzkeUTcICzFKZIgYBAX/uploaded-1775749184532-noo977o0.jpg?_wi=4", - imageAlt: "User provided image", + title: "Maintenance", description: "Full lifecycle operational support.", bentoComponent: "reveal-icon", icon: Wrench }, { - title: "Green Power", - description: "Sustainable solar & wind integration.", - bentoComponent: "reveal-icon", - icon: Sun, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7un6ewlzkeUTcICzFKZIgYBAX/uploaded-1775749184532-qblup5i8.jpg?_wi=4", - imageAlt: "User provided image", + title: "Green Power", description: "Sustainable solar & wind integration.", bentoComponent: "reveal-icon", icon: Sun }, ]} title="Renewable Energy Solutions" @@ -216,30 +143,15 @@ export default function LandingPage() { faqsAnimation="slide-up" faqs={[ { - id: "1", - title: "What industries do you serve?", - content: "We primarily serve the energy, construction, and industrial sectors across Oman.", - }, + id: "1", title: "What industries do you serve?", content: "We primarily serve the energy, construction, and industrial sectors across Oman."}, { - id: "2", - title: "How do I request a quote?", - content: "You can reach out to our team via the contact section provided on our homepage.", - }, + id: "2", title: "How do I request a quote?", content: "You can reach out to our team via the contact section provided on our homepage."}, { - id: "3", - title: "Do you provide renewable energy solutions?", - content: "Yes, we specialize in integrating solar and wind solutions for commercial projects.", - }, + id: "3", title: "Do you provide renewable energy solutions?", content: "Yes, we specialize in integrating solar and wind solutions for commercial projects."}, { - id: "4", - title: "Where is your office located?", - content: "We operate extensively across the Omani region with central project management teams.", - }, + id: "4", title: "Where is your office located?", content: "We operate extensively across the Omani region with central project management teams."}, { - id: "5", - title: "What is your project management approach?", - content: "We emphasize precision planning, transparent procurement, and rigorous site commissioning.", - }, + id: "5", title: "What is your project management approach?", content: "We emphasize precision planning, transparent procurement, and rigorous site commissioning."}, ]} /> @@ -248,8 +160,7 @@ export default function LandingPage() { @@ -258,13 +169,9 @@ export default function LandingPage() { -- 2.49.1