diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e792cc..5065f0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,77 +44,48 @@ export default function LandingPage() {
@@ -132,12 +95,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "FinSecure", - "CyberGuard", - "AssetTrace", - "GlobalDefend", - "InvestShield", - ]} + "FinSecure", "CyberGuard", "AssetTrace", "GlobalDefend", "InvestShield"]} title="Trusted Globally by Experts" description="Our methods are utilized by industry professionals worldwide to ensure secure and efficient fund recovery." /> @@ -150,40 +108,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Crypto Asset Recovery", - description: "Recover lost or stolen cryptocurrency from scams or compromised wallets.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-banner_1057-7341.jpg", - }, + title: "Crypto Asset Recovery", description: "Recover lost or stolen cryptocurrency from scams or compromised wallets.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-vector/cyber-security-banner_1057-7341.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129542.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-white_53876-89029.jpg?_wi=2", - imageAlt: "crypto security vault icon", + imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129542.jpg"} }, { - title: "Wire Fraud Recovery", - description: "Tracking and retrieving funds lost through fraudulent bank transfers and phishing.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160210.jpg", - }, + title: "Wire Fraud Recovery", description: "Tracking and retrieving funds lost through fraudulent bank transfers and phishing.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160210.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-credit-card-with-hook-phishing_23-2148578117.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-egg-shell-money-retirement_185193-109428.jpg", - imageAlt: "crypto security vault icon", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-credit-card-with-hook-phishing_23-2148578117.jpg"} }, { - title: "Investment Scam Recovery", - description: "Assisting victims of fraudulent investment platforms to reclaim their initial capital.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-call-center-agent-wearing-headset-resolving-clients-concerns_482257-117898.jpg?_wi=1", - }, + title: "Investment Scam Recovery", description: "Assisting victims of fraudulent investment platforms to reclaim their initial capital.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-call-center-agent-wearing-headset-resolving-clients-concerns_482257-117898.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-touching-tip-bar-chart_1232-898.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-vector/gradient-1-logo-template_52683-153935.jpg", - imageAlt: "crypto security vault icon", + imageSrc: "http://img.b2bpic.net/free-photo/businessman-touching-tip-bar-chart_1232-898.jpg"} }, ]} showStepNumbers={true} @@ -198,22 +138,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "How long does recovery take?", - content: "Recovery timelines vary by case complexity, usually ranging from 30 to 90 days.", - }, + id: "1", title: "How long does recovery take?", content: "Recovery timelines vary by case complexity, usually ranging from 30 to 90 days."}, { - id: "2", - title: "Is my information confidential?", - content: "Yes, we utilize enterprise-grade encryption to protect all client communication and data.", - }, + id: "2", title: "Is my information confidential?", content: "Yes, we utilize enterprise-grade encryption to protect all client communication and data."}, { - id: "3", - title: "What if you cannot recover my funds?", - content: "If we determine a recovery is not possible after investigation, you will be notified promptly with our findings.", - }, + id: "3", title: "What if you cannot recover my funds?", content: "If we determine a recovery is not possible after investigation, you will be notified promptly with our findings."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-senior-call-center-agent-wearing-headset-resolving-clients-concerns_482257-117898.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-senior-call-center-agent-wearing-headset-resolving-clients-concerns_482257-117898.jpg" title="Frequently Asked Questions" description="Answers to common concerns about our recovery process and confidentiality." faqsAnimation="slide-up" @@ -225,14 +156,11 @@ export default function LandingPage() { @@ -242,42 +170,27 @@ export default function LandingPage() { logoText="Recover Funds Trust" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Crypto Recovery", - href: "#", - }, + label: "Crypto Recovery", href: "#"}, { - label: "Wire Fraud", - href: "#", - }, + label: "Wire Fraud", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Terms of Use", href: "#"}, ], }, ]}