Update src/app/page.tsx

This commit is contained in:
2026-01-06 13:28:43 +00:00
parent 439bc36798
commit d51053939d

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
@@ -45,14 +45,25 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
<HeroBillboardGallery
title="Transform Your Impact with Sustainable Solutions"
description="EcoHub helps organizations track, measure, and amplify their environmental impact with intelligent analytics and real-time insights."
tag="Eco-Friendly Analytics"
tagIcon={Leaf}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg"
imageAlt="EcoHub analytics dashboard interface"
frameStyle="browser"
images={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg",
alt: "EcoHub analytics dashboard interface"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704069729-ot0hboat.jpg",
alt: "Sustainability tracking interface"
},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767704070987-st10xdul.jpg",
alt: "Impact measurement dashboard"
}
]}
buttons={[
{ text: "Start Free Trial", href: "contact" },
{ text: "Watch Demo", href: "features" }