4 Commits

Author SHA1 Message Date
0393271d67 Update src/app/page.tsx 2026-04-28 17:58:43 +00:00
681ba09356 Switch to version 2: modified src/app/page.tsx 2026-04-28 17:56:59 +00:00
c2982c4320 Merge version_3 into main
Merge version_3 into main
2026-04-28 17:56:02 +00:00
ea2d681081 Merge version_3 into main
Merge version_3 into main
2026-04-28 17:55:38 +00:00

View File

@@ -7,7 +7,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import HeroLogo from '@/components/sections/hero/HeroLogo';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -42,21 +42,15 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{ variant: "radial-gradient" }}
title="Distilling Complex Financials into Actionable Growth"
description="SEER accelerates your bottom-line growth by automatically identifying and executing the most critical financial levers, transforming raw data into immediate, scalable profit."
tag="AI-Powered Business Intelligence"
<HeroLogo
logoText="SEER"
description="Distilling Complex Financials into Actionable Growth. SEER provides an immediate roadmap to higher profitability, automatically analyzing your financial data to pinpoint and execute the exact levers required for bottom-line growth."
buttons={[
{ text: "Get Started", href: "#contact" },
{ text: "Learn More", href: "#about" },
]}
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777398919588-mj77szy7.png?_wi=1", imageAlt: "SEER Logo" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777398919588-mj77szy7.png?_wi=2", imageAlt: "SEER Logo" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777398919588-mj77szy7.png?_wi=3", imageAlt: "SEER Logo" },
]}
mediaAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777399108685-qn4g7s2g.png"
imageAlt="SEER Logo"
/>
</div>