diff --git a/src/app/page.tsx b/src/app/page.tsx index f63d951..e722bde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Service", - items: [ + title: "Service", items: [ { label: "Track Train", href: "/" }, { label: "Check PNR", href: "/pnr" }, { label: "Live Status", href: "#live-status" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "/blog" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }, { label: "Disclaimer", href: "/disclaimer" }, @@ -85,14 +82,11 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-railroad-platform_1359-702.jpg?_wi=1", - imageAlt: "Train tracking interface", - }, + imageSrc: "http://img.b2bpic.net/free-photo/empty-railroad-platform_1359-702.jpg", imageAlt: "Train tracking interface"}, { - imageSrc: "http://img.b2bpic.net/free-vector/underground-infographic-set_1284-16818.jpg?_wi=1", - imageAlt: "Real-time status visualization", - }, + imageSrc: "http://img.b2bpic.net/free-vector/underground-infographic-set_1284-16818.jpg", imageAlt: "Real-time status visualization"}, ]} + mediaAnimation="none" rating={5} ratingText="Trusted by 500K+ Indian Travelers" /> @@ -103,7 +97,7 @@ export default function HomePage() { title="Live Status Timeline" description="View your train's journey station by station. See passed stations in grey, upcoming stations highlighted in bold blue, real-time delays in red, and platform numbers in green badges. Every detail you need at a glance." tag="Status Tracking" - imageSrc="http://img.b2bpic.net/free-vector/underground-infographic-set_1284-16818.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-vector/underground-infographic-set_1284-16818.jpg" imageAlt="Live status timeline display" buttons={[{ text: "Start Tracking", href: "#hero" }]} useInvertedBackground={false} @@ -117,20 +111,11 @@ export default function HomePage() { tag="Passenger Info" negativeCard={{ items: [ - "Manual phone calls to enquiry", - "Waiting hours for information", - "Unclear booking status", - "No real-time updates", - ], + "Manual phone calls to enquiry", "Waiting hours for information", "Unclear booking status", "No real-time updates"], }} positiveCard={{ items: [ - "Instant PNR status check", - "Live booking confirmation", - "Current passenger status", - "Seat and coach details", - "Confirmed vs RAC status", - ], + "Instant PNR status check", "Live booking confirmation", "Current passenger status", "Seat and coach details", "Confirmed vs RAC status"], }} animationType="slide-up" textboxLayout="default" @@ -141,12 +126,7 @@ export default function HomePage() {