Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #ff8c42;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
|
||||
Reference in New Issue
Block a user