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() {