Merge version_1 into main #6
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Now", href: "pricing" },
|
||||
{ text: "Learn More", href: "features" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-cup-outdoors_23-2148848986.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-with-cup-outdoors_23-2148848986.jpg?_wi=1"
|
||||
imageAlt="Modern bus traveling on highway"
|
||||
showBlur={true}
|
||||
showDimOverlay={false}
|
||||
@@ -60,19 +60,19 @@ export default function LandingPage() {
|
||||
description="Experience modern travel with premium comfort, safety, and convenience"
|
||||
features={[
|
||||
{
|
||||
title: "Comfortable Seating", description: "Spacious, ergonomic seats for your comfort during long journeys", imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg", imageAlt: "Comfortable bus interior seats", buttonIcon: Armchair,
|
||||
title: "Comfortable Seating", description: "Spacious, ergonomic seats for your comfort during long journeys", imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg?_wi=1", imageAlt: "Comfortable bus interior seats", buttonIcon: Armchair,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Real-Time Tracking", description: "Track your bus location live from booking to arrival", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg", imageAlt: "Live GPS tracking interface", buttonIcon: MapPin,
|
||||
title: "Real-Time Tracking", description: "Track your bus location live from booking to arrival", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg?_wi=1", imageAlt: "Live GPS tracking interface", buttonIcon: MapPin,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Secure Payments", description: "Safe and encrypted payment processing with multiple options", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-hands-making-online-payment_1098-2337.jpg", imageAlt: "Secure payment processing", buttonIcon: Lock,
|
||||
title: "Secure Payments", description: "Safe and encrypted payment processing with multiple options", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-hands-making-online-payment_1098-2337.jpg?_wi=1", imageAlt: "Secure payment processing", buttonIcon: Lock,
|
||||
buttonHref: "#"
|
||||
},
|
||||
{
|
||||
title: "Easy Booking", description: "Simple mobile-first interface to book in seconds", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148409509.jpg", imageAlt: "Mobile booking interface", buttonIcon: Smartphone,
|
||||
title: "Easy Booking", description: "Simple mobile-first interface to book in seconds", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148409509.jpg?_wi=1", imageAlt: "Mobile booking interface", buttonIcon: Smartphone,
|
||||
buttonHref: "#"
|
||||
}
|
||||
]}
|
||||
@@ -152,22 +152,22 @@ export default function LandingPage() {
|
||||
description="Real experiences from thousands of satisfied customers"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Ahmed, Cairo", date: "Date: 15 January 2025", title: "Best booking experience ever!", quote: "I've used many bus booking platforms, but BusTicket is by far the easiest and most reliable. The real-time tracking gave me peace of mind, and the price was unbeatable.", tag: "Verified Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", avatarAlt: "professional avatar portrait smiling business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cup-outdoors_23-2148848986.jpg", imageAlt: "modern bus travel highway journey scenic"
|
||||
id: "1", name: "Sarah Ahmed, Cairo", date: "Date: 15 January 2025", title: "Best booking experience ever!", quote: "I've used many bus booking platforms, but BusTicket is by far the easiest and most reliable. The real-time tracking gave me peace of mind, and the price was unbeatable.", tag: "Verified Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", avatarAlt: "professional avatar portrait smiling business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cup-outdoors_23-2148848986.jpg?_wi=2", imageAlt: "modern bus travel highway journey scenic"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mohamed Hassan, Alexandria", date: "Date: 10 January 2025", title: "Comfortable and affordable journey", quote: "Finally found a bus service that doesn't compromise on comfort. The seats are spacious, the driver was professional, and I arrived on time. Highly recommended!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", avatarAlt: "man portrait professional avatar headshot", imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg", imageAlt: "luxury bus interior comfortable seats amenities"
|
||||
id: "2", name: "Mohamed Hassan, Alexandria", date: "Date: 10 January 2025", title: "Comfortable and affordable journey", quote: "Finally found a bus service that doesn't compromise on comfort. The seats are spacious, the driver was professional, and I arrived on time. Highly recommended!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", avatarAlt: "man portrait professional avatar headshot", imageSrc: "http://img.b2bpic.net/free-photo/man-white-protection-suit-disinfecting-sanitizing-subway-train-interior-stop-spreading-highly-contagious-corona-virus_342744-482.jpg?_wi=2", imageAlt: "luxury bus interior comfortable seats amenities"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Fatima El-Din, Giza", date: "Date: 8 January 2025", title: "Transparent pricing, no surprises", quote: "I appreciate the straightforward 100 EGP pricing with no hidden fees. The booking process was quick, and the customer service team responded promptly to my questions.", tag: "First Time User", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", avatarAlt: "woman professional portrait avatar headshot", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148409509.jpg", imageAlt: "mobile app booking interface ticket reservation"
|
||||
id: "3", name: "Fatima El-Din, Giza", date: "Date: 8 January 2025", title: "Transparent pricing, no surprises", quote: "I appreciate the straightforward 100 EGP pricing with no hidden fees. The booking process was quick, and the customer service team responded promptly to my questions.", tag: "First Time User", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-smiling-posing-purple-wall_176420-2851.jpg", avatarAlt: "woman professional portrait avatar headshot", imageSrc: "http://img.b2bpic.net/free-vector/taxi-service-onboarding-app-screens_23-2148409509.jpg?_wi=2", imageAlt: "mobile app booking interface ticket reservation"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Karim Yousef, Mansoura", date: "Date: 5 January 2025", title: "Safe and reliable transportation", quote: "Security and reliability are my top priorities when booking travel. BusTicket delivers on both fronts with real-time tracking and professional fleet management.", tag: "Safety Conscious", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", avatarAlt: "man professional avatar portrait headshot", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-hands-making-online-payment_1098-2337.jpg", imageAlt: "secure payment processing credit card safe"
|
||||
id: "4", name: "Karim Yousef, Mansoura", date: "Date: 5 January 2025", title: "Safe and reliable transportation", quote: "Security and reliability are my top priorities when booking travel. BusTicket delivers on both fronts with real-time tracking and professional fleet management.", tag: "Safety Conscious", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", avatarAlt: "man professional avatar portrait headshot", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-hands-making-online-payment_1098-2337.jpg?_wi=2", imageAlt: "secure payment processing credit card safe"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Layla Mohamed, Suez", date: "Date: 2 January 2025", title: "Perfect for budget travelers", quote: "100 EGP is an incredible price for the quality of service provided. I saved money on transportation and got better comfort than expected. Will definitely book again!", tag: "Budget Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", avatarAlt: "professional avatar portrait smiling business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cup-outdoors_23-2148848986.jpg", imageAlt: "modern bus travel highway journey scenic"
|
||||
id: "5", name: "Layla Mohamed, Suez", date: "Date: 2 January 2025", title: "Perfect for budget travelers", quote: "100 EGP is an incredible price for the quality of service provided. I saved money on transportation and got better comfort than expected. Will definitely book again!", tag: "Budget Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", avatarAlt: "professional avatar portrait smiling business", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-cup-outdoors_23-2148848986.jpg?_wi=3", imageAlt: "modern bus travel highway journey scenic"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Ahmed Khalil, Aswan", date: "Date: 28 December 2024", title: "Excellent support team", quote: "Had a question about my booking and the support team responded within minutes. Their professionalism and helpfulness made me a loyal customer for life.", tag: "Excellent Service", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", avatarAlt: "man portrait professional avatar headshot", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg", imageAlt: "gps tracking app location real-time journey"
|
||||
id: "6", name: "Ahmed Khalil, Aswan", date: "Date: 28 December 2024", title: "Excellent support team", quote: "Had a question about my booking and the support team responded within minutes. Their professionalism and helpfulness made me a loyal customer for life.", tag: "Excellent Service", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-suit_23-2149396254.jpg", avatarAlt: "man portrait professional avatar headshot", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smartphone-with-gps-application_1098-21636.jpg?_wi=2", imageAlt: "gps tracking app location real-time journey"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user