diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6af85e5..f3f0e87 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,105 +43,18 @@ export default function LandingPage() {
@@ -163,21 +64,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- icon: Clock,
- title: "Real-time Timing",
- description: "Get accurate arrival and departure times instantly.",
- },
- {
- icon: CreditCard,
- title: "Transparent Pricing",
- description: "No hidden fees, just affordable travel costs.",
- },
- {
- icon: Star,
- title: "Seat Selection",
- description: "Pick your favorite seat with our interactive map.",
- },
+ { icon: Clock, title: "Real-time Timing", description: "Get accurate arrival and departure times instantly." },
+ { icon: CreditCard, title: "Transparent Pricing", description: "No hidden fees, just affordable travel costs." },
+ { icon: Star, title: "Seat Selection", description: "Pick your favorite seat with our interactive map." }
]}
title="Why Choose SwiftBus?"
description="We provide the most convenient travel solutions for your daily commutes."
@@ -186,57 +75,13 @@ export default function LandingPage() {
@@ -408,32 +168,8 @@ export default function LandingPage() {