From 173c6203feba5ae29ce6bf71051daeb6802522fb Mon Sep 17 00:00:00 2001 From: development Date: Tue, 6 Jan 2026 13:31:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a34232..993c00d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,16 +50,19 @@ export default function LandingPage() { description="EcoHub helps organizations track, measure, and amplify their environmental impact with intelligent analytics and real-time insights." tag="Eco-Friendly Analytics" tagIcon={Leaf} - images={[ + mediaItems={[ { + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg", alt: "EcoHub analytics dashboard interface" }, { + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704069729-ot0hboat.jpg", alt: "Sustainability tracking interface" }, { + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704070987-st10xdul.jpg", alt: "Impact measurement dashboard" } @@ -151,10 +154,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704076251-88p8egr2.jpg", imageAlt: "ESG compliance tools" } - ]} - buttons={[ - { text: "Request Demo", href: "contact" } - ]} + ] /> @@ -196,7 +196,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704077520-lxs0oqf5.jpg", imageAlt: "Automation workflow builder" } - ]} + ] /> @@ -227,7 +227,7 @@ export default function LandingPage() { value: "180+", title: "Countries Covered" } - ]} + ] /> @@ -294,7 +294,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704083903-62zfpwje.jpg", imageAlt: "Jennifer Walsh headshot" } - ]} + ] /> -- 2.49.1