Update src/app/page.tsx

This commit is contained in:
2026-03-05 01:42:45 +00:00
parent e1ad6e416f
commit 88a0309cf4

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" },
]}
button={{
text: "📞 Call Now", href: "tel:+1234567890"}}
text: "📞 Call Now", href: "tel:+1234567890"
}}
/>
</div>
@@ -74,7 +75,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Charles Davis - Toilet Installation", "Liam Thomas - Leaky Faucet Repair", "Lennon Monica - Drain Odor Removal", "Sarah Mitchell - Emergency Service", "Michael Chen - Leak Detection", "Emily Rodriguez - Fixture Installation", "David Kim - General Repairs"]}
"Charles Davis - Toilet Installation", "Liam Thomas - Leaky Faucet Repair", "Lennon Monica - Drain Odor Removal", "Sarah Mitchell - Emergency Service", "Michael Chen - Leak Detection", "Emily Rodriguez - Fixture Installation", "David Kim - General Repairs"
]}
speed={40}
showCard={true}
/>
@@ -150,17 +152,23 @@ export default function LandingPage() {
tagIcon={HelpCircle}
faqs={[
{
id: "1", title: "What areas do you serve?", content: "We provide 24/7 plumbing services throughout Layton and surrounding areas including Farmington, Kaysville, and Centerville. Call us for immediate service in your area."},
id: "1", title: "What areas do you serve?", content: "We provide 24/7 plumbing services throughout Layton and surrounding areas including Farmington, Kaysville, and Centerville. Call us for immediate service in your area."
},
{
id: "2", title: "Do you charge for emergency service calls?", content: "Emergency calls are handled with the same professionalism as regular appointments. We provide transparent pricing upfront before any work begins. No hidden fees."},
id: "2", title: "Do you charge for emergency service calls?", content: "Emergency calls are handled with the same professionalism as regular appointments. We provide transparent pricing upfront before any work begins. No hidden fees."
},
{
id: "3", title: "What is your guarantee?", content: "We guarantee all our work is leak-free and done right the first time. If you're not satisfied, we'll make it right. Your peace of mind is our priority."},
id: "3", title: "What is your guarantee?", content: "We guarantee all our work is leak-free and done right the first time. If you're not satisfied, we'll make it right. Your peace of mind is our priority."
},
{
id: "4", title: "How quickly can you respond?", content: "We pride ourselves on fast response times. Most emergency calls receive service within 1-2 hours. Call now to check availability in your area."},
id: "4", title: "How quickly can you respond?", content: "We pride ourselves on fast response times. Most emergency calls receive service within 1-2 hours. Call now to check availability in your area."
},
{
id: "5", title: "Are your technicians licensed and insured?", content: "Yes, all our technicians are fully licensed, insured, and background-checked. We maintain the highest standards of professionalism and safety."},
id: "5", title: "Are your technicians licensed and insured?", content: "Yes, all our technicians are fully licensed, insured, and background-checked. We maintain the highest standards of professionalism and safety."
},
{
id: "6", title: "Do you handle commercial plumbing?", content: "Absolutely. We service both residential and commercial properties. Property managers and business owners trust us for reliable, efficient plumbing solutions."},
id: "6", title: "Do you handle commercial plumbing?", content: "Absolutely. We service both residential and commercial properties. Property managers and business owners trust us for reliable, efficient plumbing solutions."
},
]}
textboxLayout="default"
useInvertedBackground={false}