From f3692674d022e3201a862565923793d82da75096 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 05:29:31 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 78 +++++++--------------------------------- 1 file changed, 12 insertions(+), 66 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7e91a8d..0e6e222 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Clock, ShieldCheck } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -49,24 +41,10 @@ export default function LandingPage() { title="Schedule a Service Call" description="Get in touch with us for all your HVAC needs." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Your Email", - required: true, - }, + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} - textarea={{ - name: "message", - placeholder: "Describe your issue", - rows: 4, - }} + textarea={{ name: "message", placeholder: "Describe your issue", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/happy-nomad-couple-medium-shot_23-2149181664.jpg" /> @@ -79,18 +57,8 @@ export default function LandingPage() { title="Why Choose Us?" description="Experience excellence in climate service." metrics={[ - { - id: "c1", - icon: Clock, - title: "Response Time", - value: "< 2hr", - }, - { - id: "c2", - icon: ShieldCheck, - title: "Workmanship", - value: "100%", - }, + { id: "c1", icon: Clock, title: "Response Time", value: "< 2hr" }, + { id: "c2", icon: ShieldCheck, title: "Workmanship", value: "100%" }, ]} /> @@ -98,30 +66,8 @@ export default function LandingPage() { @@ -196,24 +115,9 @@ export default function LandingPage() { title="Our Impact" description="Quality service that delivers results for our clients." metrics={[ - { - id: "1", - icon: CheckCircle, - title: "Systems Fixed", - value: "2,500+", - }, - { - id: "2", - icon: Smile, - title: "Happy Clients", - value: "1,800+", - }, - { - id: "3", - icon: Award, - title: "Years Experience", - value: "15+", - }, + { id: "1", icon: CheckCircle, title: "Systems Fixed", value: "2,500+" }, + { id: "2", icon: Smile, title: "Happy Clients", value: "1,800+" }, + { id: "3", icon: Award, title: "Years Experience", value: "15+" }, ]} /> @@ -221,30 +125,8 @@ export default function LandingPage() { @@ -49,24 +41,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} features={[ - { - title: "AC Installation", - description: "Professional installation of energy-efficient air conditioning units.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17657.jpg", - imageAlt: "AC Installation", - }, - { - title: "Furnace Repair", - description: "Fast and reliable repairs for all furnace makes and models.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-15373.jpg", - imageAlt: "Furnace Repair", - }, - { - title: "Emergency Diagnostics", - description: "24/7 emergency services for sudden heating or cooling failure.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334228.jpg", - imageAlt: "Diagnostics", - }, + { title: "AC Installation", description: "Professional installation of energy-efficient air conditioning units.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17657.jpg", imageAlt: "AC Installation" }, + { title: "Furnace Repair", description: "Fast and reliable repairs for all furnace makes and models.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-15373.jpg", imageAlt: "Furnace Repair" }, + { title: "Emergency Diagnostics", description: "24/7 emergency services for sudden heating or cooling failure.", imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334228.jpg", imageAlt: "Diagnostics" }, ]} title="Our Expert Services" description="Comprehensive HVAC maintenance and repair services." @@ -79,46 +56,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Alice Smith", - handle: "@alices", - testimonial: "Excellent service and very honest pricing. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", - }, - { - id: "2", - name: "Bob Jones", - handle: "@bjones", - testimonial: "Fixed my furnace in under an hour. Great team.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-relaxing-carpet-living-room_329181-2676.jpg", - }, - { - id: "3", - name: "Charlie Day", - handle: "@cday", - testimonial: "Professional and courteous technicians. My home is now cool again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg", - }, - { - id: "4", - name: "Dana White", - handle: "@dwhite", - testimonial: "Very satisfied with the quick response time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", - }, - { - id: "5", - name: "Evan Reed", - handle: "@ereed", - testimonial: "Transparent pricing and great installation service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-thumbs-up-uniform-looking-happy-front-view_176474-21432.jpg", - }, + { id: "1", name: "Alice Smith", handle: "@alices", testimonial: "Excellent service and very honest pricing. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg" }, + { id: "2", name: "Bob Jones", handle: "@bjones", testimonial: "Fixed my furnace in under an hour. Great team.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-relaxing-carpet-living-room_329181-2676.jpg" }, + { id: "3", name: "Charlie Day", handle: "@cday", testimonial: "Professional and courteous technicians. My home is now cool again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-changing-bulb-home_23-2147766978.jpg" }, + { id: "4", name: "Dana White", handle: "@dwhite", testimonial: "Very satisfied with the quick response time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" }, + { id: "5", name: "Evan Reed", handle: "@ereed", testimonial: "Transparent pricing and great installation service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-loader-showing-thumbs-up-uniform-looking-happy-front-view_176474-21432.jpg" }, ]} showRating={true} title="What Our Customers Say" @@ -129,30 +71,8 @@ export default function LandingPage() {