Merge version_7 into main

Merge version_7 into main
This commit was merged in pull request #11.
This commit is contained in:
2026-04-28 18:26:33 +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 HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -42,19 +42,16 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
<HeroBillboard
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"
title="AI-Powered Business Intelligence Distilling Complex Financials into Actionable Growth"
description="SEER accelerates your bottomline growth by automatically identifying and executing the most critical financial levers, transforming raw data into immediate, scalable profit."
tag="SEER"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777400772213-czo6m9xg.png"
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-1777400481017-gxl7a84i.png", imageAlt: "SEER Logo" },
]}
mediaAnimation="slide-up"
/>
</div>