From 0a7bd93b74543006a96769c7fd2fcb07a7a44042 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 01:49:10 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 133 +++++++++------------------------------ 1 file changed, 31 insertions(+), 102 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 251e387..c197e5c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,40 +28,20 @@ export default function LandingPage() { @@ -73,27 +53,16 @@ export default function LandingPage() { description="Have questions about our services, need to schedule an appointment, or require emergency assistance? Fill out the form below, and our team will get back to you promptly." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number (Optional)", - }, + name: "phone", type: "tel", placeholder: "Phone Number (Optional)"}, ]} textarea={{ - name: "message", - placeholder: "How can we help you?", - rows: 5, + name: "message", placeholder: "How can we help you?", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg?_wi=2" @@ -110,25 +79,13 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "What areas do you serve?", - content: "We proudly serve the entire Austin metropolitan area and surrounding communities, offering 24/7 service for your convenience.", - }, + id: "1", title: "What areas do you serve?", content: "We proudly serve the entire Austin metropolitan area and surrounding communities, offering 24/7 service for your convenience."}, { - id: "2", - title: "Do you offer emergency services?", - content: "Yes, we provide 24/7 emergency HVAC services for unexpected breakdowns. Call us anytime, day or night, and we'll be there to help!", - }, + id: "2", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency HVAC services for unexpected breakdowns. Call us anytime, day or night, and we'll be there to help!"}, { - id: "3", - title: "What types of HVAC systems do you service?", - content: "Our certified technicians are experts in repairing, maintaining, and installing all major brands and types of AC, heating, and ventilation systems, including furnaces, boilers, heat pumps, and mini-splits.", - }, + id: "3", title: "What types of HVAC systems do you service?", content: "Our certified technicians are experts in repairing, maintaining, and installing all major brands and types of AC, heating, and ventilation systems, including furnaces, boilers, heat pumps, and mini-splits."}, { - id: "4", - title: "How often should I have my HVAC system serviced?", - content: "We recommend annual maintenance for both your heating and cooling systems to ensure optimal performance, efficiency, and longevity. Regular check-ups can prevent costly repairs.", - }, + id: "4", title: "How often should I have my HVAC system serviced?", content: "We recommend annual maintenance for both your heating and cooling systems to ensure optimal performance, efficiency, and longevity. Regular check-ups can prevent costly repairs."}, ]} title="Frequently Asked Questions" description="Find answers to common inquiries about our HVAC services, scheduling, and emergency support." @@ -140,21 +97,16 @@ export default function LandingPage() { @@ -163,58 +115,35 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 01:49:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 288 +++++++++-------------------------------------- 1 file changed, 55 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1c1637..5a1c825 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,40 +29,20 @@ export default function LandingPage() { @@ -70,52 +50,29 @@ export default function LandingPage() {
@@ -355,28 +188,17 @@ export default function LandingPage() { description="Have questions or need to schedule a service? Fill out the form below or call us directly. We're here to help 24/7!" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, + name: "email", type: "email", placeholder: "Your Email", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Phone Number", - required: false, + name: "phone", type: "tel", placeholder: "Phone Number", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your HVAC needs or emergency...", - rows: 5, + name: "message", placeholder: "Tell us about your HVAC needs or emergency...", rows: 5, required: true, }} imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg?_wi=1" -- 2.49.1