diff --git a/src/app/page.tsx b/src/app/page.tsx index 08b886b..a38dd57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -59,15 +49,11 @@ export default function LandingPage() { description="We Mustache You About Your Comfort! Premium HVAC solutions that keep you cool & cozy. Same-day service, 100+ five-star ratings, and honest, professional work." buttons={[ { - text: "Schedule Free Estimate", - href: "#contact", - }, + text: "Schedule Free Estimate", href: "#contact"}, { - text: "Call (555) STACHE-1", - href: "tel:5557822431", - }, + text: "Call (555) STACHE-1", href: "tel:5557822431"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250266.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250266.jpg" /> @@ -79,23 +65,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "AC Repair & Install", - description: "Quick diagnostics and same-day repairs for hot summers.", - imageSrc: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg", - }, + id: "f1", title: "AC Repair & Install", description: "Quick diagnostics and same-day repairs for hot summers.", imageSrc: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg"}, { - id: "f2", - title: "Heating Systems", - description: "Furnace repair and heat pump installations to stay warm.", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", - }, + id: "f2", title: "Heating Systems", description: "Furnace repair and heat pump installations to stay warm.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg"}, { - id: "f3", - title: "Routine Maintenance", - description: "Annual inspections to keep your system running efficiently.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg", - }, + id: "f3", title: "Routine Maintenance", description: "Annual inspections to keep your system running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-helmets-work_23-2149366667.jpg"}, ]} title="OUR SIGNATURE HVAC SERVICES" description="Professional climate control solutions designed for long-term reliability and efficiency." @@ -104,49 +78,25 @@ export default function LandingPage() {
@@ -197,30 +132,19 @@ export default function LandingPage() { description="Ready to get cozy? Reach out to our team today for a free estimate or emergency dispatch." 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: true, + name: "phone", type: "tel", placeholder: "Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your HVAC needs", - rows: 4, + name: "message", placeholder: "Tell us about your HVAC needs", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250266.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250266.jpg" buttonText="Request Appointment" /> @@ -229,13 +153,9 @@ export default function LandingPage() {