From 74c2d80481a65e5aad0e9ea659fe860c7e99afd5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 10:51:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8393358..1bd9c79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { { id: "m2", value: "100%", description: "Reliable fuel quality"}, { - id: "m3", value: "Fast", description: "Optimized service time"}, + id: "m3", value: "Fast", description: "Fuel up in under 5 minutes"}, ]} title="Why Choose Regina Cabs?" description="Reliable, fast, and secure services designed for modern drivers." @@ -175,7 +175,7 @@ export default function LandingPage() { { id: "q1", title: "Are you open 24/7?", content: "Yes, our fuel station and store are open 24/7."}, { - id: "q2", title: "What payment methods are accepted?", content: "We accept major credit cards, cash, and digital payments, including Apple Pay, Google Pay, and other contactless methods for a seamless experience."}, + id: "q2", title: "What payment methods are accepted?", content: "We accept major credit cards, cash, and digital payments."}, { id: "q3", title: "Do you offer car wash services?", content: "Yes, we have a premium automated car wash system."}, ]} -- 2.49.1