2 Commits

Author SHA1 Message Date
45e10309e0 Update src/app/styles/variables.css 2026-03-05 01:42:46 +00:00
88a0309cf4 Update src/app/page.tsx 2026-03-05 01:42:45 +00:00
2 changed files with 17 additions and 9 deletions

View File

@@ -36,7 +36,8 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" }, { name: "FAQ", id: "faq" },
]} ]}
button={{ button={{
text: "📞 Call Now", href: "tel:+1234567890"}} text: "📞 Call Now", href: "tel:+1234567890"
}}
/> />
</div> </div>
@@ -74,7 +75,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ 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} speed={40}
showCard={true} showCard={true}
/> />
@@ -150,17 +152,23 @@ export default function LandingPage() {
tagIcon={HelpCircle} tagIcon={HelpCircle}
faqs={[ 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" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -13,7 +13,7 @@
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #f9f9f9;
--foreground: #120a00e6; --foreground: #120a00e6;
--primary-cta: #ff8c42; --primary-cta: #E34400;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6; --secondary-cta-text: #120a00e6;