Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-18 03:57:25 +00:00

View File

@@ -47,14 +47,14 @@ export default function LandingPage() {
title="Your Next Adventure Starts Here"
description="Welcome to SwiftBus. Please enter your journey details to check schedules, seat availability, and pricing in real-time."
testimonials={[
{ name: "Alex Rivers", handle: "@arivers", testimonial: "SwiftBus made my commute so much easier and cheaper than other options.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-867.jpg", imageAlt: "modern bus station architecture" },
{ name: "Jamie Lee", handle: "@jlee", testimonial: "I love the real-time seat availability feature. Never worried about being stranded.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stock-market-graph-business-analysis-investment-monitors_482257-29619.jpg", imageAlt: "modern bus station architecture" },
{ name: "Sam Taylor", handle: "@staylor", testimonial: "Affordable prices and great timing. Highly recommended for daily travel.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/shopping-online-use-credit-card-pay-online_1421-107.jpg", imageAlt: "modern bus station architecture" },
{ name: "Morgan West", handle: "@mwest", testimonial: "The user experience is seamless. Booking a seat takes seconds.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-seats-empty-train-germany_181624-26558.jpg", imageAlt: "modern bus station architecture" },
{ name: "Jordan Smith", handle: "@jsmith", testimonial: "Everything is transparent, from pricing to seat layout. Excellent service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-cheerful-young-woman-with-smartphone-hand-sitting-street-bench-rejoicing_1258-206033.jpg", imageAlt: "modern bus station architecture" }
{ name: "Alex Rivers", handle: "@arivers", testimonial: "SwiftBus made my commute so much easier and cheaper than other options.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-867.jpg?_wi=1", imageAlt: "modern bus station architecture" },
{ name: "Jamie Lee", handle: "@jlee", testimonial: "I love the real-time seat availability feature. Never worried about being stranded.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stock-market-graph-business-analysis-investment-monitors_482257-29619.jpg?_wi=1", imageAlt: "modern bus station architecture" },
{ name: "Sam Taylor", handle: "@staylor", testimonial: "Affordable prices and great timing. Highly recommended for daily travel.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/shopping-online-use-credit-card-pay-online_1421-107.jpg?_wi=1", imageAlt: "modern bus station architecture" },
{ name: "Morgan West", handle: "@mwest", testimonial: "The user experience is seamless. Booking a seat takes seconds.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-seats-empty-train-germany_181624-26558.jpg?_wi=1", imageAlt: "modern bus station architecture" },
{ name: "Jordan Smith", handle: "@jsmith", testimonial: "Everything is transparent, from pricing to seat layout. Excellent service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-cheerful-young-woman-with-smartphone-hand-sitting-street-bench-rejoicing_1258-206033.jpg?_wi=1", imageAlt: "modern bus station architecture" }
]}
buttons={[{ text: "Start Booking", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-867.jpg"
imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-867.jpg?_wi=2"
/>
</div>
@@ -95,9 +95,9 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{ id: "s1", name: "Seat 1A - Window", price: "$15", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/stock-market-graph-business-analysis-investment-monitors_482257-29619.jpg" },
{ id: "s2", name: "Seat 1B - Aisle", price: "$15", variant: "Booked", imageSrc: "http://img.b2bpic.net/free-photo/shopping-online-use-credit-card-pay-online_1421-107.jpg" },
{ id: "s3", name: "Seat 2A - Window", price: "$15", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-seats-empty-train-germany_181624-26558.jpg" },
{ id: "s1", name: "Seat 1A - Window", price: "$15", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/stock-market-graph-business-analysis-investment-monitors_482257-29619.jpg?_wi=2" },
{ id: "s2", name: "Seat 1B - Aisle", price: "$15", variant: "Booked", imageSrc: "http://img.b2bpic.net/free-photo/shopping-online-use-credit-card-pay-online_1421-107.jpg?_wi=2" },
{ id: "s3", name: "Seat 2A - Window", price: "$15", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/bright-blue-seats-empty-train-germany_181624-26558.jpg?_wi=2" },
{ id: "s4", name: "Seat 2B - Aisle", price: "$15", variant: "Available", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-bus-driver_23-2151589869.jpg" }
]}
title="Live Availability"
@@ -127,7 +127,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Alex Rivers", role: "Commuter", testimonial: "Excellent punctuality.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-cheerful-young-woman-with-smartphone-hand-sitting-street-bench-rejoicing_1258-206033.jpg" },
{ id: "1", name: "Alex Rivers", role: "Commuter", testimonial: "Excellent punctuality.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-cheerful-young-woman-with-smartphone-hand-sitting-street-bench-rejoicing_1258-206033.jpg?_wi=2" },
{ id: "2", name: "Jamie Lee", role: "Traveler", testimonial: "Very comfortable seats.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-traveler_23-2148938538.jpg" },
{ id: "3", name: "Sam Taylor", role: "Student", testimonial: "Best pricing in city.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-luggage_23-2148695424.jpg" },
{ id: "4", name: "Morgan West", role: "Executive", testimonial: "Smooth booking process.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up-sign_23-2148631398.jpg" },