Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5dee1a043c | |||
| d93a64c0ed | |||
| 55cad7dce1 | |||
| df8f4d050c | |||
| 1a994faddc | |||
| c9cbc44d67 | |||
| 0015b657ef | |||
| 7617301aeb | |||
| 9c0121b547 | |||
| 96c00bd214 | |||
| 04b07c20c8 | |||
| 8053f5c8c0 | |||
| 0393271d67 | |||
| 681ba09356 | |||
| c2982c4320 | |||
| ea2d681081 |
@@ -7,11 +7,12 @@ 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';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -42,21 +43,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 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" },
|
||||
]}
|
||||
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,6 +73,23 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardThree
|
||||
title="Josephine's Executive Analytical Suite"
|
||||
description="Powerful analytical products designed to accelerate growth."
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Executive Insight", price: "$99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777401369995-f4qdxu35.png" },
|
||||
{ id: "p2", name: "Growth Accelerator", price: "$199", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777401369995-v3fjfgpd.png" },
|
||||
{ id: "p3", name: "Sensitivity Modeling", price: "$299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777401369995-5cq5fcwc.png" },
|
||||
{ id: "p4", name: "Intelligence Dashboard", price: "$399", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777401369996-b7f68f1t.png" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySix
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user