From 05c1090fa7dc9a643668713af0a1371def5fb96a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 05:14:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9aa34f8..74ca5a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { text: "Book Free Consultation", href: "#contact"}, { - text: "Get Instant Quote", href: "#contact"}, + text: "Request a Quote", href: "#contact"}, ]} buttonAnimation="blur-reveal" imageSrc="http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg" @@ -183,9 +183,9 @@ export default function LandingPage() { { id: "t4", name: "Layla Khan", handle: "@LaylaK", testimonial: "Their financial reporting is incredibly clear and insightful. It's helped us make smarter business decisions and track our progress effectively.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", imageAlt: "Layla Khan"}, { - id: "t5", name: "Samiuddin Ali", handle: "@SamiAli", testimonial: "The monthly support is exceptional. Any query is addressed promptly, and their comprehensive service gives us complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-executive-with-glasses_1098-1818.jpg", imageAlt: "Samiuddin Ali"}, + id: "t5", name: "Samiuddin Ali", handle: "@SamiAli", testimonial: "The monthly support is exceptional. Any query is addressed promptly, and their comprehensive service gives us complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-executive-with-glasses_1098-1818.jpg", alt: "Samiuddin Ali"}, { - id: "t6", name: "Nadia Hassan", handle: "@NadiaH", testimonial: "Our e-commerce business relies heavily on accurate books. UAE Bookkeeping Experts delivered exactly that, with fantastic client satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-tablet-celebrating-achievement-cafe_1262-18859.jpg", imageAlt: "Nadia Hassan"} + id: "t6", name: "Nadia Hassan", handle: "@NadiaH", testimonial: "Our e-commerce business relies heavily on accurate books. UAE Bookkeeping Experts delivered exactly that, with fantastic client satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-tablet-celebrating-achievement-cafe_1262-18859.jpg", alt: "Nadia Hassan"} ]} title="Trusted by Businesses Across the UAE" description="Hear what our valued clients have to say about our professional bookkeeping services and dedicated support." -- 2.49.1