From 7e07243044ff0d21706c9a7a37f8ae89d9490b7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:25:11 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 94 +++++++++++------------------------------------- 1 file changed, 21 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9982cf9..5b29055 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,33 +28,26 @@ export default function LandingPage() {
@@ -80,18 +69,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - 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: "f3", label: "Renewal", title: "Seamless Renewals", items: [ - "Proactive alerts", "One-click renewal", "No penalty risks"], - }, + { 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: "f3", label: "Renewal", title: "Seamless Renewals", items: ["Proactive alerts", "One-click renewal", "No penalty risks"] }, ]} title="Our Specialized RTO Services" description="Comprehensive solutions tailored to your unique licensing requirements." @@ -102,12 +82,9 @@ export default function LandingPage() {