diff --git a/src/app/page.tsx b/src/app/page.tsx index c6f65f5..ad6cc79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -143,15 +72,8 @@ export default function LandingPage() { @@ -163,46 +85,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Geotechnical Engineering", - description: "Site investigations, slope stability, tailings and waste analysis.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-compass-map_23-2147628784.jpg?_wi=2", - imageAlt: "geotechnical testing equipment", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-excavator-truck-sandy-beach_1308-189643.jpg", - imageAlt: "geotechnical testing equipment", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dr3AnOLZgdbIV89Eodh4qoh1FX/uploaded-1779029330968-sxlmei8n.png?_wi=2", - imageAlt: "geotechnical testing equipment", + title: "Geotechnical Engineering", description: "Site investigations, slope stability, tailings and waste analysis.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-compass-map_23-2147628784.jpg", imageAlt: "geotechnical testing equipment" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-excavator-truck-sandy-beach_1308-189643.jpg", imageAlt: "geotechnical testing equipment" }, }, { - title: "Geo-Consulting", - description: "Resource evaluation, tenement support, and exploration targeting.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/cosmonaut-ensuring-operational-readiness-mankind-survival-expedition-mars-upbeat-astronaut_482257-132658.jpg?_wi=2", - imageAlt: "geological exploration data", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/rooftops-old-town-lviv-ukraine-day-magical-atmosphere-european-city-landmark-city-hall-main-square-aerial-view_231208-57.jpg", - imageAlt: "geological exploration data", - }, - imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-vintage-clock_1368-5635.jpg?_wi=3", - imageAlt: "geotechnical testing equipment", + title: "Geo-Consulting", description: "Resource evaluation, tenement support, and exploration targeting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cosmonaut-ensuring-operational-readiness-mankind-survival-expedition-mars-upbeat-astronaut_482257-132658.jpg", imageAlt: "geological exploration data" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rooftops-old-town-lviv-ukraine-day-magical-atmosphere-european-city-landmark-city-hall-main-square-aerial-view_231208-57.jpg", imageAlt: "geological exploration data" }, }, { - title: "Surveying", - description: "UAV drone mapping, cadastral, and engineering set-out services.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg", - imageAlt: "uav drone land mapping", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/drone-view-jackson-cascades-sunlight-michigan_181624-34351.jpg", - imageAlt: "uav drone land mapping", - }, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-map-binocular-looking-away-landscape_107420-9785.jpg?_wi=2", - imageAlt: "geotechnical testing equipment", + title: "Surveying", description: "UAV drone mapping, cadastral, and engineering set-out services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/site-engineer-construction-site_53876-42833.jpg", imageAlt: "uav drone land mapping" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/drone-view-jackson-cascades-sunlight-michigan_181624-34351.jpg", imageAlt: "uav drone land mapping" }, }, ]} showStepNumbers={true} @@ -218,21 +110,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "100%", - description: "ISO-Aligned Systems", - }, - { - id: "m2", - value: "24/7", - description: "Remote Capability", - }, - { - id: "m3", - value: "Expert", - description: "PNG Regulatory Focus", - }, + { id: "m1", value: "100%", description: "ISO-Aligned Systems" }, + { id: "m2", value: "24/7", description: "Remote Capability" }, + { id: "m3", value: "Expert", description: "PNG Regulatory Focus" }, ]} title="Why Leading Projects Choose Earthminex" description="Proven capability and regulatory precision." @@ -244,14 +124,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Mining & Exploration", - "Infrastructure Development", - "Civil Construction", - "Ports & Logistics", - "Energy & Utilities", - "Rural Development", - "Government Infrastructure", - ]} + "Mining & Exploration", "Infrastructure Development", "Civil Construction", "Ports & Logistics", "Energy & Utilities", "Rural Development", "Government Infrastructure"]} title="Industries We Serve" description="Critical sector technical support." /> @@ -262,21 +135,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "PNG Environment Act 2000", - content: "Full compliance and EIS drafting support.", - }, - { - id: "f2", - title: "ISO Quality Systems", - content: "Adherence to 9001/14001/45001 frameworks.", - }, - { - id: "f3", - title: "CEPA Regulatory", - content: "Environmental permitting and coordination.", - }, + { id: "f1", title: "PNG Environment Act 2000", content: "Full compliance and EIS drafting support." }, + { id: "f2", title: "ISO Quality Systems", content: "Adherence to 9001/14001/45001 frameworks." }, + { id: "f3", title: "CEPA Regulatory", content: "Environmental permitting and coordination." }, ]} mediaAnimation="opacity" title="Built on Compliance." @@ -290,9 +151,7 @@ export default function LandingPage() {
@@ -301,17 +160,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file