Compare commits
28 Commits
version_1
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| e370025358 | |||
| 28412a69dc | |||
| 0416eb44e8 | |||
| 5dee1a043c | |||
| 16e9b25fd9 | |||
| d93a64c0ed | |||
| 55cad7dce1 | |||
| df8f4d050c | |||
| 1a994faddc | |||
| c9cbc44d67 | |||
| 0015b657ef | |||
| 7617301aeb | |||
| 9c0121b547 | |||
| 96c00bd214 | |||
| 04b07c20c8 | |||
| 8053f5c8c0 | |||
| 0393271d67 | |||
| 681ba09356 | |||
| c2982c4320 | |||
| 97b5af11d5 | |||
| ea2d681081 | |||
| c935dac811 | |||
| cda3e07c79 | |||
| 804cc514d1 | |||
| 11da9a3204 | |||
| 3509ad0d2c | |||
| 9968bd714f | |||
| 5394260a04 |
@@ -8,7 +8,6 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
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';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
@@ -44,30 +43,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 bottom‑line 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" },
|
||||
]}
|
||||
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>
|
||||
|
||||
@@ -103,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"
|
||||
@@ -179,4 +145,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user