Update src/app/page.tsx

This commit is contained in:
2026-01-06 13:41:21 +00:00
parent 58c8a1b104
commit f9f68c31e9

View File

@@ -50,19 +50,16 @@ export default function LandingPage() {
description="EcoHub helps organizations track, measure, and amplify their environmental impact with intelligent analytics and real-time insights." description="EcoHub helps organizations track, measure, and amplify their environmental impact with intelligent analytics and real-time insights."
tag="Eco-Friendly Analytics" tag="Eco-Friendly Analytics"
tagIcon={Leaf} tagIcon={Leaf}
mediaItems={[ images={[
{ {
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg",
alt: "EcoHub analytics dashboard interface" alt: "EcoHub analytics dashboard interface"
}, },
{ {
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704069729-ot0hboat.jpg", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704069729-ot0hboat.jpg",
alt: "Sustainability tracking interface" alt: "Sustainability tracking interface"
}, },
{ {
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704070987-st10xdul.jpg", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704070987-st10xdul.jpg",
alt: "Impact measurement dashboard" alt: "Impact measurement dashboard"
} }
@@ -154,7 +151,10 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704076251-88p8egr2.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704076251-88p8egr2.jpg",
imageAlt: "ESG compliance tools" imageAlt: "ESG compliance tools"
} }
] ]}
buttons={[
{ text: "Request Demo", href: "contact" }
]}
/> />
</div> </div>
@@ -166,6 +166,7 @@ export default function LandingPage() {
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
gridVariant="bento-grid" gridVariant="bento-grid"
carouselMode="buttons"
products={[ products={[
{ {
id: "1", id: "1",
@@ -195,7 +196,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704077520-lxs0oqf5.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704077520-lxs0oqf5.jpg",
imageAlt: "Automation workflow builder" imageAlt: "Automation workflow builder"
} }
] ]}
/> />
</div> </div>
@@ -226,7 +227,7 @@ export default function LandingPage() {
value: "180+", value: "180+",
title: "Countries Covered" title: "Countries Covered"
} }
] ]}
/> />
</div> </div>
@@ -293,7 +294,7 @@ export default function LandingPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704083903-62zfpwje.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704083903-62zfpwje.jpg",
imageAlt: "Jennifer Walsh headshot" imageAlt: "Jennifer Walsh headshot"
} }
] ]}
/> />
</div> </div>
@@ -449,4 +450,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }