From 8afb8a3d25f3047d4ad4bad0537f065d88ce001b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:18:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 140 +++++++++++------------------------------------ 1 file changed, 31 insertions(+), 109 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b40518..9982cf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,59 +29,32 @@ export default function LandingPage() {
@@ -110,34 +81,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Fast Track", - title: "Priority Processing", - items: [ - "Skip long queues", - "Expedited verification", - "Automated status updates", - ], + id: "f1", label: "Fast Track", title: "Priority Processing", items: [ + "Skip long queues", "Expedited verification", "Automated status updates"], }, { - id: "f2", - label: "Document Check", - title: "Compliance Audit", - items: [ - "Error-free submissions", - "All documents reviewed", - "Legal standard adherence", - ], + id: "f2", label: "Document Check", title: "Compliance Audit", items: [ + "Error-free submissions", "All documents reviewed", "Legal standard adherence"], }, { - id: "f3", - label: "Renewal", - title: "Seamless Renewals", - items: [ - "Proactive alerts", - "One-click renewal", - "No penalty risks", - ], + id: "f3", label: "Renewal", title: "Seamless Renewals", items: [ + "Proactive alerts", "One-click renewal", "No penalty risks"], }, ]} title="Our Specialized RTO Services" @@ -150,20 +103,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq-1", - title: "How long does the process usually take?", - content: "Our priority processing service aims to complete your documentation within 3-5 business days.", - }, + id: "faq-1", title: "How long does the process usually take?", content: "Our priority processing service aims to complete your documentation within 3-5 business days."}, { - id: "faq-2", - title: "Is my information safe?", - content: "Absolutely. We employ bank-grade encryption to protect all your sensitive documents.", - }, + id: "faq-2", title: "Is my information safe?", content: "Absolutely. We employ bank-grade encryption to protect all your sensitive documents."}, { - id: "faq-3", - title: "Do I need to visit the office?", - content: "Most of our services are fully online. Only in rare cases is a physical presence required for specialized licenses.", - }, + id: "faq-3", title: "Do I need to visit the office?", content: "Most of our services are fully online. Only in rare cases is a physical presence required for specialized licenses."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Everything you need to know about your RTO license application process." @@ -175,16 +119,13 @@ export default function LandingPage() { @@ -193,50 +134,31 @@ export default function LandingPage() {