16 Commits

Author SHA1 Message Date
23a68c3161 Merge pull request 'Merge version_6 into main' (#10) from version_6 into main
Reviewed-on: #10
2026-01-06 13:42:02 +00:00
f9f68c31e9 Update src/app/page.tsx 2026-01-06 13:41:21 +00:00
58c8a1b104 Update src/app/layout.tsx 2026-01-06 13:41:20 +00:00
231d2e1e35 Update src/app/page.tsx 2026-01-06 13:38:37 +00:00
d101d7c4de Update src/app/layout.tsx 2026-01-06 13:38:36 +00:00
8ccf6e074c Merge version_6 into main
Merge version_6 into main
2026-01-06 13:34:06 +00:00
4353bd178e Update src/app/page.tsx 2026-01-06 13:34:01 +00:00
34fa7c7837 Merge version_6 into main
Merge version_6 into main
2026-01-06 13:31:10 +00:00
173c6203fe Update src/app/page.tsx 2026-01-06 13:31:05 +00:00
5c7b285a8f Merge version_6 into main
Merge version_6 into main
2026-01-06 13:28:48 +00:00
d51053939d Update src/app/page.tsx 2026-01-06 13:28:43 +00:00
d0c62cdb8e Merge version_4 into main
Merge version_4 into main
2026-01-06 13:20:44 +00:00
c4a4b3a724 Merge version_4 into main
Merge version_4 into main
2026-01-06 13:18:08 +00:00
5fad8f9b79 Merge version_3 into main
Merge version_3 into main
2026-01-06 13:13:08 +00:00
f10715d963 Merge version_3 into main
Merge version_3 into main
2026-01-06 13:10:51 +00:00
a5c9347ba3 Merge version_2 into main
Merge version_2 into main
2026-01-06 13:08:31 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; 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 TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
@@ -45,14 +45,25 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboardGallery
title="Transform Your Impact with Sustainable Solutions" 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." 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}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767697692413-ceqqaha8.jpg" images={[
imageAlt="EcoHub analytics dashboard interface" {
frameStyle="browser" 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={[ buttons={[
{ text: "Start Free Trial", href: "contact" }, { text: "Start Free Trial", href: "contact" },
{ text: "Watch Demo", href: "features" } { text: "Watch Demo", href: "features" }