3 Commits

Author SHA1 Message Date
664caeaa96 Update src/app/page.tsx 2026-05-05 06:09:45 +00:00
df00f15c61 Merge version_3 into main
Merge version_3 into main
2026-05-05 06:04:40 +00:00
d79f98f3ae Merge version_3 into main
Merge version_3 into main
2026-05-05 06:04:16 +00:00

View File

@@ -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>