Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cd62aef27 | |||
| 482aa96500 | |||
| 292b6f7a39 | |||
| 74c2d80481 | |||
| bbe09952a4 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user