From 19680dba071dd06495a2beca95e169f56f1cb91f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:28:07 +0000 Subject: [PATCH] Update src/app/bus-tickets/page.tsx --- src/app/bus-tickets/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/bus-tickets/page.tsx b/src/app/bus-tickets/page.tsx index 6ff3c72..a121451 100644 --- a/src/app/bus-tickets/page.tsx +++ b/src/app/bus-tickets/page.tsx @@ -69,7 +69,7 @@ export default function BusTicketsPage() { tagAnimation="slide-up" features={[ { - title: "Multiple Operators", description: "Choose from various bus operators offering different comfort levels. From standard to premium, find the perfect bus for your journey.", imageSrc: "https://images.unsplash.com/photo-1464220557539-de9999ca138f?w=600&h=400&fit=crop", imageAlt: "Bus operators" + title: "Multiple Operators", description: "Choose from various bus operators offering different comfort levels. From standard to premium, find the perfect bus for your journey.", imageSrc: "https://images.unsplash.com/photo-1464220557539-de9999ca138f?w=600&h=400&fit=crop&_wi=1", imageAlt: "Bus operators" }, { title: "Affordable Rates", description: "Best prices on bus tickets with special discounts for group bookings and regular travelers. No hidden charges, fully transparent pricing.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Affordable pricing" @@ -110,7 +110,7 @@ export default function BusTicketsPage() { mediaAnimation="slide-up" mediaPosition="right" buttonText="Search Buses" - imageSrc="https://images.unsplash.com/photo-1464220557539-de9999ca138f?w=600&h=400&fit=crop" + imageSrc="https://images.unsplash.com/photo-1464220557539-de9999ca138f?w=600&h=400&fit=crop&_wi=2" imageAlt="Bus booking" useInvertedBackground={false} /> -- 2.49.1