Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e0582b43ed | |||
| d569a57b15 | |||
| 22b1c85f4e |
@@ -178,6 +178,8 @@ export default function LandingPage() {
|
|||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1", title: "Do I need to be home for the service?", content: "No, as long as our technician has access to the vehicle, we can perform the service while you are away."},
|
id: "q1", title: "Do I need to be home for the service?", content: "No, as long as our technician has access to the vehicle, we can perform the service while you are away."},
|
||||||
|
{
|
||||||
|
id: "q4", title: "What is your service radius?", content: "We proudly serve all customers within a 30-mile radius of the city center. Please contact us if you are slightly outside this zone as we may still be able to accommodate you."},
|
||||||
{
|
{
|
||||||
id: "q2", title: "Do you carry spare parts?", content: "We carry common parts and diagnostic tools. If a specialized part is needed, we will order it and schedule a follow-up visit."},
|
id: "q2", title: "Do you carry spare parts?", content: "We carry common parts and diagnostic tools. If a specialized part is needed, we will order it and schedule a follow-up visit."},
|
||||||
{
|
{
|
||||||
@@ -253,4 +255,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user