Update src/app/page.tsx
This commit is contained in:
@@ -132,10 +132,10 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do you offer emergency plowing?", content: "Yes, we prioritize last-minute requests during heavy snowfall events. Contact us immediately to book your emergency service." },
|
||||
{ id: "2", title: "What remote areas do you cover?", content: "We cover most central and surrounding Alaskan remote regions; contact us to confirm your zip code." },
|
||||
{ id: "3", title: "Is your pricing consistent?", content: "We pride ourselves on transparent, fair pricing tailored to your specific project scope." },
|
||||
{ id: "4", title: "What payment methods do you accept?", content: "We accept major credit cards, bank transfers, and local digital payment services for your convenience." }
|
||||
{ id: "1", title: "Do you offer emergency plowing?", content: "Yes, we prioritize last-minute requests. Call our emergency dispatch number immediately to get on our schedule." },
|
||||
{ id: "2", title: "What remote areas do you cover?", content: "We cover most central and surrounding Alaskan remote regions; contact us with your zip code to confirm current service availability." },
|
||||
{ id: "3", title: "Is your pricing consistent?", content: "Yes, we provide upfront estimates tailored to your specific project scope so you always know what to expect." },
|
||||
{ id: "4", title: "What payment methods do you accept?", content: "We cover all common options including major credit cards, bank transfers, and local digital payments. Simply mention your preferred method during booking." }
|
||||
]}
|
||||
buttons={[{ text: "Book Emergency Snow Removal", href: "#contact" }]}
|
||||
sideTitle="Common Questions"
|
||||
|
||||
Reference in New Issue
Block a user