19 Commits

Author SHA1 Message Date
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
96c00bd214 Update src/app/page.tsx 2026-04-28 18:18:36 +00:00
04b07c20c8 Switch to version 3: modified src/app/page.tsx 2026-04-28 18:11:10 +00:00
8053f5c8c0 Merge version_4 into main
Merge version_4 into main
2026-04-28 17:58:46 +00:00
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
97b5af11d5 Update src/app/page.tsx 2026-04-28 17:55:59 +00:00
ea2d681081 Merge version_3 into main
Merge version_3 into main
2026-04-28 17:55:38 +00:00
c935dac811 Update src/app/page.tsx 2026-04-28 17:55:35 +00:00
cda3e07c79 Merge version_2 into main
Merge version_2 into main
2026-04-28 17:53:40 +00:00
804cc514d1 Update src/app/page.tsx 2026-04-28 17:53:34 +00:00
11da9a3204 Merge version_1 into main
Merge version_1 into main
2026-04-28 17:51:09 +00:00
3509ad0d2c Merge version_1 into main
Merge version_1 into main
2026-04-28 17:50:23 +00:00
9968bd714f Merge version_1 into main
Merge version_1 into main
2026-04-28 17:49:59 +00:00
5394260a04 Merge version_1 into main
Merge version_1 into main
2026-04-28 17:49:32 +00:00

View File

@@ -44,30 +44,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
background={{ variant: "radial-gradient" }}
title="Distilling Complex Financials into Actionable Growth"
description="SEER empowers CEOs to cut through mountains of data. Josephine, our analytical engine, grades your business performance across key levers to identify the fastest path to bottom-line growth."
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" },
]}
imageSrc="http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg?_wi=1"
imageAlt="SEER Analytics Dashboard Interface"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Executive Lead" },
{ src: "http://img.b2bpic.net/free-photo/close-up-happy-mature-businessman-with-cup-coffee_23-2147955276.jpg", alt: "Finance Lead" },
{ src: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", alt: "Strategy Lead" },
{ src: "http://img.b2bpic.net/free-photo/happy-businessman-making-hand-gesture-with-cup-coffee-laptop-desk_23-2147955285.jpg", alt: "Growth Lead" },
{ src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Operations Lead" },
]}
marqueeItems={[
{ type: "text", text: "Proprietary AI Engine" },
{ type: "text", text: "Real-time P&L Modeling" },
{ type: "text", text: "Workforce Cost Optimization" },
{ type: "text", text: "Global Market Intelligence" },
{ type: "text", text: "Actionable Financial Levers" },
]}
/>
</div>
@@ -179,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}