From b59bbf63346ea071f649eb63306bbf886e436c1f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:42:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b0ebf2..71c9011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,19 +56,19 @@ 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='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=?_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" }, { 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='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=?_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" }, { 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='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=?_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" }, { 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='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=?_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" }, ]} testimonialRotationInterval={5000} -- 2.49.1