5 Commits

Author SHA1 Message Date
9cd62aef27 Merge version_4 into main
Merge version_4 into main
2026-05-09 10:52:50 +00:00
482aa96500 Update src/app/page.tsx 2026-05-09 10:52:44 +00:00
292b6f7a39 Merge version_3 into main
Merge version_3 into main
2026-05-09 10:51:28 +00:00
74c2d80481 Update src/app/page.tsx 2026-05-09 10:51:25 +00:00
bbe09952a4 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:50:31 +00:00

View File

@@ -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."},
]}
@@ -190,6 +190,14 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
text="Visit us at: 123 Fuel Drive, Regina. Call us at (555) 123-4567. Open 24 hours daily."
buttons={[
{
text: "Get Directions", href: "https://maps.google.com"
},
{
text: "Call Now", href: "tel:+15551234567"
}
]}
/>
</div>