Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-05 13:27:21 +00:00

View File

@@ -43,7 +43,7 @@ export default function BusTicketsPage() {
description="Comfortable and affordable bus travel across the country. Multiple operators, flexible dates, and convenient online booking."
buttons={[
{ text: "Book a Bus", href: "#booking" },
{ name: "View Offers", href: "#features" },
{ text: "View Offers", href: "#features" },
]}
slides={[
{
@@ -69,11 +69,14 @@ 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", 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"},
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"
},
{
title: "Easy Cancellation", description: "Flexible cancellation policy with easy refunds. Change your travel dates or cancel your booking with minimal hassle.", imageSrc: "https://images.unsplash.com/photo-1550355291-bbee04a92027?w=600&h=400&fit=crop", imageAlt: "Easy cancellation"},
title: "Easy Cancellation", description: "Flexible cancellation policy with easy refunds. Change your travel dates or cancel your booking with minimal hassle.", imageSrc: "https://images.unsplash.com/photo-1550355291-bbee04a92027?w=600&h=400&fit=crop", imageAlt: "Easy cancellation"
},
]}
textboxLayout="default"
animationType="slide-up"