Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
@@ -41,16 +41,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
<HeroBillboardScroll
|
||||
title="Automate Your L1 Triage Process with Precision"
|
||||
description="Reduce false positives by 90% and accelerate your sanction screening workflow with our enterprise-grade automation platform."
|
||||
tag="Next-Gen Compliance Automation"
|
||||
tagIcon={ShieldCheck}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg"
|
||||
testimonials={[
|
||||
{ name: "Sarah Jenkins", handle: "@compliance_lead", testimonial: "The platform cut our L1 review time in half.", rating: 5 },
|
||||
{ name: "Mark Peterson", handle: "@ops_manager", testimonial: "Incredible accuracy, we can focus on high-risk cases.", rating: 5 }
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user