From b9a5e4b8e88c9c95dc4fcb0b87cc882bd942071a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:41:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 284c796..3b0ebf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,6 +43,7 @@ export default function LandingPage() { tag="Professional Transportation" tagIcon={Zap} tagAnimation="slide-up" + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241747.jpg" imageAlt="Silver sedan professional vehicle" imagePosition="right" @@ -55,16 +56,20 @@ export default function LandingPage() { testimonials={[ { name: "John Mek", handle: "Business Owner, Port Moresby", testimonial: "SASI UBER has been our go-to service for reliable business transportation. Professional drivers and punctual service every time.", rating: 5, - imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=1'http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3EJM%3C/text%3E%3C/svg%3E"}, + imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3EJM%3C/text%3E%3C/svg%3E" + }, { name: "Mary Dora", handle: "Retail Manager, PNG", testimonial: "Excellent service! They handle our shopping transport and deliveries with care. Highly recommended for business needs.", rating: 5, - imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=2'http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3EMD%3C/text%3E%3C/svg%3E"}, + imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3EMD%3C/text%3E%3C/svg%3E" + }, { name: "Tom Kela", handle: "Logistics Coordinator", testimonial: "Fast, secure, and dependable. SASI UBER sets the standard for professional transport services in Port Moresby.", rating: 5, - imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=3'http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3ETK%3C/text%3E%3C/svg%3E"}, + imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3ETK%3C/text%3E%3C/svg%3E" + }, { name: "Susan Pagl", handle: "Corporate Executive", testimonial: "The attention to professionalism and reliability makes SASI UBER my first choice for all transport needs.", rating: 5, - imageSrc: "data:image/svg+xml,%3Csvg xmlns=?_wi=4'http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3ESP%3C/text%3E%3C/svg%3E"}, + imageSrc: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2315479c'/%3E%3Ctext x='20' y='22' font-size='18' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'%3ESP%3C/text%3E%3C/svg%3E" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -81,13 +86,16 @@ export default function LandingPage() { features={[ { icon: Car, - title: "Professional Pick-up & Drop-off", description: "Reliable transit service for business meetings, airports, and daily commutes within and around Port Moresby."}, + title: "Professional Pick-up & Drop-off", description: "Reliable transit service for business meetings, airports, and daily commutes within and around Port Moresby." + }, { icon: ShoppingCart, - title: "Shopping Assistance & Transport", description: "Personalized shopping assistance and secure transport of goods. We handle your purchases with care."}, + title: "Shopping Assistance & Transport", description: "Personalized shopping assistance and secure transport of goods. We handle your purchases with care." + }, { icon: Package, - title: "Fast & Secure Delivery", description: "Fast, reliable package and document delivery services. Your items arrive safely, on time, every time."}, + title: "Fast & Secure Delivery", description: "Fast, reliable package and document delivery services. Your items arrive safely, on time, every time." + }, ]} animationType="slide-up" textboxLayout="default" @@ -174,17 +182,23 @@ export default function LandingPage() { ctaIcon={Phone} faqs={[ { - id: "1", title: "How do I book a ride?", content: "Simply call us at +675 83021115 or send a WhatsApp message to provide your pick-up location and destination. Our team will confirm availability and dispatch a vehicle to you promptly."}, + id: "1", title: "How do I book a ride?", content: "Simply call us at +675 83021115 or send a WhatsApp message to provide your pick-up location and destination. Our team will confirm availability and dispatch a vehicle to you promptly." + }, { - id: "2", title: "What areas do you service?", content: "We primarily service Port Moresby and surrounding areas. We also offer long-distance routes to further destinations. Contact us for availability in your specific location."}, + id: "2", title: "What areas do you service?", content: "We primarily service Port Moresby and surrounding areas. We also offer long-distance routes to further destinations. Contact us for availability in your specific location." + }, { - id: "3", title: "Are your drivers professional?", content: "Yes, all SASI UBER drivers are professional, courteous, and trained to provide safe, reliable transportation. We maintain high service standards."}, + id: "3", title: "Are your drivers professional?", content: "Yes, all SASI UBER drivers are professional, courteous, and trained to provide safe, reliable transportation. We maintain high service standards." + }, { - id: "4", title: "What vehicles do you use?", content: "We operate professional silver sedans and other vehicles suited for passenger and package transport. All vehicles are well-maintained and air-conditioned."}, + id: "4", title: "What vehicles do you use?", content: "We operate professional silver sedans and other vehicles suited for passenger and package transport. All vehicles are well-maintained and air-conditioned." + }, { - id: "5", title: "Do you offer 24/7 service?", content: "We operate Monday-Saturday from 5:00 AM to 9:30 PM and Sundays from 3:00 PM to 9:30 PM. Special bookings outside these hours may be arranged upon request."}, + id: "5", title: "Do you offer 24/7 service?", content: "We operate Monday-Saturday from 5:00 AM to 9:30 PM and Sundays from 3:00 PM to 9:30 PM. Special bookings outside these hours may be arranged upon request." + }, { - id: "6", title: "Is there a payment method for WhatsApp bookings?", content: "Yes, we accept bookings via WhatsApp. Payment can be arranged directly with the driver or pre-arranged when you contact us."}, + id: "6", title: "Is there a payment method for WhatsApp bookings?", content: "Yes, we accept bookings via WhatsApp. Payment can be arranged directly with the driver or pre-arranged when you contact us." + }, ]} useInvertedBackground={false} animationType="slide-up" -- 2.49.1