13 Commits

Author SHA1 Message Date
e370025358 Update src/app/page.tsx 2026-04-29 19:19:58 +00:00
28412a69dc Switch to version 8: modified src/app/page.tsx 2026-04-28 18:39:33 +00:00
0416eb44e8 Merge version_9 into main
Merge version_9 into main
2026-04-28 18:37:03 +00:00
5dee1a043c Update src/app/page.tsx 2026-04-28 18:36:57 +00:00
16e9b25fd9 Merge version_9 into main
Merge version_9 into main
2026-04-28 18:36:29 +00:00
d93a64c0ed Update src/app/page.tsx 2026-04-28 18:36:26 +00:00
55cad7dce1 Merge version_8 into main
Merge version_8 into main
2026-04-28 18:30:07 +00:00
df8f4d050c Update src/app/page.tsx 2026-04-28 18:30:03 +00:00
1a994faddc Merge version_7 into main
Merge version_7 into main
2026-04-28 18:26:33 +00:00
c9cbc44d67 Update src/app/page.tsx 2026-04-28 18:26:30 +00:00
0015b657ef Merge version_6 into main
Merge version_6 into main
2026-04-28 18:21:39 +00:00
7617301aeb Update src/app/page.tsx 2026-04-28 18:21:36 +00:00
9c0121b547 Merge version_5 into main
Merge version_5 into main
2026-04-28 18:18:39 +00:00

View File

@@ -7,8 +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 MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
@@ -42,19 +41,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-1777400988774-8ebbjql1.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-1777400299254-alrtzv88.png", imageAlt: "SEER Logo" },
]}
mediaAnimation="slide-up"
/>
</div>
@@ -90,23 +86,6 @@ export default function LandingPage() {
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
{ id: "m1", value: "$10.38M", description: "Trailing 12 Months Revenue" },
{ id: "m2", value: "$2.03M", description: "Total Operating Income" },
{ id: "m3", value: "19.6%", description: "Operating Margin" },
{ id: "m4", value: "$2.07M", description: "Net Income" },
]}
title="Data-Driven Success Metrics"
description="Clear visualization of key performance indicators that matter to the C-Suite."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="split"