Update src/app/page.tsx

This commit is contained in:
2026-05-05 05:51:26 +00:00
parent 2615bf126f
commit 77757dd8a4

View File

@@ -11,7 +11,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { ShieldCheck, Target } from "lucide-react";
import { ShieldCheck, Target, Zap, Shield, FileText, Clock, Globe } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,60 +31,27 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Features",
id: "#features",
},
{
name: "Pricing",
id: "#pricing",
},
{
name: "FAQ",
id: "#faq",
},
{ name: "About", id: "#about" },
{ name: "Features", id: "#features" },
{ name: "Pricing", id: "#pricing" },
{ name: "FAQ", id: "#faq" },
]}
brandName="SanctionFlow"
button={{
text: "Book Demo",
href: "#contact",
}}
button={{ text: "Book Demo", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
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"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg",
imageAlt: "AI Triage Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg", imageAlt: "AI Triage Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139260.jpg",
imageAlt: "Automation Network",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/network-analyst-studying-digital-commerce-progression-reports-computer_482257-126389.jpg",
imageAlt: "Network analyst studying digital commerce",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
imageAlt: "Desktop PC with analytics",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
imageAlt: "Woman reviewing statistics",
},
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139260.jpg", imageAlt: "Automation Network"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -112,36 +79,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "AI-Driven Sorting",
description: "Auto-prioritize high-risk alerts with deep machine learning analysis.",
imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg",
buttonIcon: "Zap",
},
{
title: "Encrypted Data",
description: "Ensure total privacy with bank-grade encryption at every step.",
imageSrc: "http://img.b2bpic.net/free-photo/conceptual-data-privacy-man-hand-pointing-with-wooden-blocks-paper-settings-icon_176474-10519.jpg",
buttonIcon: "Shield",
},
{
title: "Custom Reports",
description: "Generate audit-ready reports in seconds for regulators.",
imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side_187299-39474.jpg",
buttonIcon: "FileText",
},
{
title: "Real-time Monitoring",
description: "Get alerts the moment a match occurs in your pipeline.",
imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg",
buttonIcon: "Clock",
},
{
title: "Global Integration",
description: "Connect seamlessly with global databases and your internal systems.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg",
buttonIcon: "Globe",
},
{ title: "AI-Driven Sorting", description: "Auto-prioritize high-risk alerts with deep machine learning analysis.", imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg", buttonIcon: Zap },
{ title: "Encrypted Data", description: "Ensure total privacy with bank-grade encryption at every step.", imageSrc: "http://img.b2bpic.net/free-photo/conceptual-data-privacy-man-hand-pointing-with-wooden-blocks-paper-settings-icon_176474-10519.jpg", buttonIcon: Shield },
{ title: "Custom Reports", description: "Generate audit-ready reports in seconds for regulators.", imageSrc: "http://img.b2bpic.net/free-photo/history-icon-front-side_187299-39474.jpg", buttonIcon: FileText },
{ title: "Real-time Monitoring", description: "Get alerts the moment a match occurs in your pipeline.", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg", buttonIcon: Clock },
{ title: "Global Integration", description: "Connect seamlessly with global databases and your internal systems.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-communications-science-background-with-plexus-design_1048-13217.jpg", buttonIcon: Globe }
]}
title="Key Platform Benefits"
description="Advanced tools for the modern compliance team."
@@ -154,26 +96,10 @@ export default function LandingPage() {
title="Proven Performance"
tag="Impact"
metrics={[
{
id: "m1",
value: "90%",
description: "Reduction in False Positives",
},
{
id: "m2",
value: "85%",
description: "Faster Alert Triage",
},
{
id: "m3",
value: "24/7",
description: "Automated Monitoring",
},
{
id: "m4",
value: "100%",
description: "Regulatory Coverage",
},
{ id: "m1", value: "90%", description: "Reduction in False Positives" },
{ id: "m2", value: "85%", description: "Faster Alert Triage" },
{ id: "m3", value: "24/7", description: "Automated Monitoring" },
{ id: "m4", value: "100%", description: "Regulatory Coverage" },
]}
metricsAnimation="slide-up"
/>
@@ -184,46 +110,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Game Changer",
quote: "The platform cut our L1 review time in half.",
name: "Sarah Jenkins",
role: "Head of Compliance",
imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg",
},
{
id: "t2",
title: "Incredible Accuracy",
quote: "Finally, we can focus on high-risk cases.",
name: "Mark Peterson",
role: "Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-using-laptop-tablet-same-time_482257-8141.jpg",
},
{
id: "t3",
title: "Seamless Integration",
quote: "Implemented within days, not weeks.",
name: "Anita Rao",
role: "Project Director",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
},
{
id: "t4",
title: "Regulatory Ease",
quote: "Audits are now a breeze thanks to the reporting.",
name: "David Thorne",
role: "General Counsel",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-lady-near-window_23-2148042668.jpg",
},
{
id: "t5",
title: "The Gold Standard",
quote: "Reliability like I've never seen before.",
name: "Linda Wu",
role: "Risk Officer",
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
},
{ id: "t1", title: "Game Changer", quote: "The platform cut our L1 review time in half.", name: "Sarah Jenkins", role: "Head of Compliance", imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg" },
{ id: "t2", title: "Incredible Accuracy", quote: "Finally, we can focus on high-risk cases.", name: "Mark Peterson", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-using-laptop-tablet-same-time_482257-8141.jpg" },
{ id: "t3", title: "Seamless Integration", quote: "Implemented within days, not weeks.", name: "Anita Rao", role: "Project Director", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg" },
{ id: "t4", title: "Regulatory Ease", quote: "Audits are now a breeze thanks to the reporting.", name: "David Thorne", role: "General Counsel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-young-lady-near-window_23-2148042668.jpg" },
{ id: "t5", title: "The Gold Standard", quote: "Reliability like I've never seen before.", name: "Linda Wu", role: "Risk Officer", imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg" },
]}
title="Why Financial Leaders Choose Us"
description="Hear from our partners about how we transformed their screening processes."
@@ -234,21 +125,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How long does deployment take?",
content: "Deployment usually takes less than 24 hours.",
},
{
id: "f2",
title: "Is the system secure?",
content: "Yes, we use AES-256 encryption.",
},
{
id: "f3",
title: "Can it integrate with my existing tech?",
content: "We support all major APIs and ERPs.",
},
{ id: "f1", title: "How long does deployment take?", content: "Deployment usually takes less than 24 hours." },
{ id: "f2", title: "Is the system secure?", content: "Yes, we use AES-256 encryption." },
{ id: "f3", title: "Can it integrate with my existing tech?", content: "We support all major APIs and ERPs." },
]}
sideTitle="Frequently Asked Questions"
sideDescription="Need more info? We've got answers."
@@ -259,61 +138,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
text="Ready to transform your L1 triage workflow? Get started today."
buttons={[
{
text: "Contact Sales",
href: "#",
},
]}
buttons={[{ text: "Contact Sales", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Product",
items: [
{
label: "Features",
href: "#features",
},
{
label: "Pricing",
href: "#pricing",
},
],
},
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
logoText="SanctionFlow"
/>