From 88a0309cf467d7d945134ef86fbb9f324fc8eef9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:42:45 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5011710..9508745 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" + }} /> @@ -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} From 45e10309e00c6348b3921fc052cc6653654ecc7e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:42:46 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3f290fd..24f3ca5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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;