diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6966620..816db46 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -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() {