Compare commits
8 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5634cd7551 | ||
| 4b7511b37c | |||
| d5749bff3a | |||
|
|
93b46a29dd | ||
|
|
b609be3d1e | ||
| 9b260fc74f | |||
|
|
dd32fdd16f | ||
| 4d17db4411 |
@@ -1,6 +1,7 @@
|
|||||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel';
|
import FeaturesMediaCarousel from '@/components/sections/features/FeaturesMediaCarousel';
|
||||||
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards';
|
||||||
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
|
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
|
||||||
@@ -12,7 +13,7 @@ export default function HomePage() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardScroll
|
||||||
tag="Fintech SaaS"
|
tag="Fintech SaaS"
|
||||||
title="Unlock the Future of Financial Management"
|
title="Unlock the Future of Financial Management"
|
||||||
description="Finflow provides cutting-edge solutions for businesses to streamline operations, enhance security, and drive growth in the digital economy."
|
description="Finflow provides cutting-edge solutions for businesses to streamline operations, enhance security, and drive growth in the digital economy."
|
||||||
@@ -24,26 +25,7 @@ export default function HomePage() {
|
|||||||
text: "Request a Demo",
|
text: "Request a Demo",
|
||||||
href: "#contact",
|
href: "#contact",
|
||||||
}}
|
}}
|
||||||
items={[
|
imageSrc="https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-futuristic-dark-themed-financial-dashb-1778165802560-ef94d27a.png"
|
||||||
{
|
|
||||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-futuristic-dark-themed-financial-dashb-1778165802560-ef94d27a.png",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/another-view-of-a-sleek-dark-fintech-das-1778165802942-0ef804ae.png",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-abstract-representation-of-complex-fi-1778165803491-13ee1608.png?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-visual-metaphor-for-advanced-financial-1778165802292-f7d22bff.png?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/an-illustration-of-financial-process-aut-1778165804096-d3ea01b2.png?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "https://storage.googleapis.com/webild/users/user_3AJoeL1kj3KAGCFdKZaVyRTrBRV/a-visual-concept-for-regulatory-complian-1778165802615-1e994baa.png?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user