From 00925f3cd42cc5e2d139bae20fadab3a27e58f0c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 29 Apr 2026 16:30:24 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index abef9e4..25b8386 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -117,6 +117,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", }, { + tag: "Installation", title: "Professional Team", quote: "Installed our furnace cleanly and efficiently. Very professional staff.", name: "Mike D.", @@ -134,6 +135,7 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-dog-moving-new-home_23-2149749160.jpg", }, { + tag: "Service", title: "Honest Pricing", quote: "They told me exactly what I needed without upsell. Great people.", name: "David K.", -- 2.49.1 From 01f238b80fa22d4d9ec08b9e390f3fa249bd9485 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:30:31 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 145 +++++++++-------------------------------- 1 file changed, 29 insertions(+), 116 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 25b8386..8dd4b16 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,14 +16,10 @@ export default function HomePage() { title="Keeping Your Home Comfortable All Year Round" description="Professional heating and cooling solutions for residential and commercial spaces. Expert repairs, installations, and maintenance." primaryButton={{ - text: "Schedule Service", - href: "#contact", - }} + text: "Schedule Service", href: "#contact"}} secondaryButton={{ - text: "Learn More", - href: "#about", - }} - imageSrc="http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg?_wi=1" + text: "Learn More", href: "#about"}} + imageSrc="http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg" /> @@ -43,32 +39,17 @@ export default function HomePage() { description="We offer a full range of services to meet all your climate control needs." items={[ { - title: "Air Conditioning Repair", - description: "Rapid response to keep your home cool during the hot summer months.", - tags: [ - "AC Repair", - "Maintenance", - ], - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg", - }, + title: "Air Conditioning Repair", description: "Rapid response to keep your home cool during the hot summer months.", tags: [ + "AC Repair", "Maintenance"], + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg"}, { - title: "Heating & Furnace", - description: "Reliable installation and repair of furnaces and heat pumps to ensure winter warmth.", - tags: [ - "Heating", - "Furnace", - ], - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-uniform-with-protective-glasses-copy-space_23-2148773496.jpg", - }, + title: "Heating & Furnace", description: "Reliable installation and repair of furnaces and heat pumps to ensure winter warmth.", tags: [ + "Heating", "Furnace"], + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-uniform-with-protective-glasses-copy-space_23-2148773496.jpg"}, { - title: "Indoor Air Quality", - description: "Air filtration systems and purifiers to ensure a healthy living environment.", - tags: [ - "Purification", - "Filters", - ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg", - }, + title: "Indoor Air Quality", description: "Air filtration systems and purifiers to ensure a healthy living environment.", tags: [ + "Purification", "Filters"], + imageSrc: "http://img.b2bpic.net/free-photo/professional-looking-freon-levels_482257-90904.jpg"}, ]} /> @@ -80,23 +61,11 @@ export default function HomePage() { description="Service excellence reflected in our work history." metrics={[ { - value: "25+", - title: "Years Experience", - description: "Serving the community with passion.", - icon: Award, - }, + value: "25+", title: "Years Experience", description: "Serving the community with passion.", icon: "Award"}, { - value: "12k+", - title: "Systems Installed", - description: "Quality installations across the city.", - icon: CheckCircle, - }, + value: "12k+", title: "Systems Installed", description: "Quality installations across the city.", icon: "CheckCircle"}, { - value: "98%", - title: "Satisfaction Rate", - description: "Happy clients keep coming back.", - icon: Star, - }, + value: "98%", title: "Satisfaction Rate", description: "Happy clients keep coming back.", icon: "Star"}, ]} /> @@ -108,50 +77,15 @@ export default function HomePage() { description="Trusted by hundreds of families and local businesses." testimonials={[ { - tag: "Emergency", - title: "Great Service", - quote: "Fast service, fixed my AC within hours on a 100-degree day.", - name: "Sarah J.", - date: "Oct 2023", - avatarImageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", - }, + tag: "Emergency", title: "Great Service", quote: "Fast service, fixed my AC within hours on a 100-degree day.", name: "Sarah J.", date: "Oct 2023", avatarImageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-woman-showing-both-thumbs-up_1262-16496.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg"}, { - tag: "Installation", - title: "Professional Team", - quote: "Installed our furnace cleanly and efficiently. Very professional staff.", - name: "Mike D.", - date: "Sept 2023", - avatarImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg", - }, + tag: "Professional", title: "Professional Team", quote: "Installed our furnace cleanly and efficiently. Very professional staff.", name: "Mike D.", date: "Sept 2023", avatarImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151064886.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-architectural-plans-with-copy-space_23-2148243013.jpg"}, { - tag: "Maintenance", - title: "Highly Recommend", - quote: "Annual maintenance kept my system running smoothly for years.", - name: "Emily R.", - date: "Aug 2023", - avatarImageSrc: "http://img.b2bpic.net/free-photo/mother-with-two-childrens_1157-18773.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-dog-moving-new-home_23-2149749160.jpg", - }, + tag: "Maintenance", title: "Highly Recommend", quote: "Annual maintenance kept my system running smoothly for years.", name: "Emily R.", date: "Aug 2023", avatarImageSrc: "http://img.b2bpic.net/free-photo/mother-with-two-childrens_1157-18773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-dog-moving-new-home_23-2149749160.jpg"}, { - tag: "Service", - title: "Honest Pricing", - quote: "They told me exactly what I needed without upsell. Great people.", - name: "David K.", - date: "July 2023", - avatarImageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg", - }, + tag: "Pricing", title: "Honest Pricing", quote: "They told me exactly what I needed without upsell. Great people.", name: "David K.", date: "July 2023", avatarImageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageSrc: "http://img.b2bpic.net/free-photo/face-happy-male-executive-looking-camera-smiling_1262-14920.jpg"}, { - tag: "Air Quality", - title: "Cleaner Air", - quote: "The new filtration system made a world of difference for our allergies.", - name: "Anna P.", - date: "June 2023", - avatarImageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-showing-paper-house-model-thumbs-up-recommending-broker-standing-yellow-background_1258-41029.jpg", - }, + tag: "Air Quality", title: "Cleaner Air", quote: "The new filtration system made a world of difference for our allergies.", name: "Anna P.", date: "June 2023", avatarImageSrc: "http://img.b2bpic.net/free-photo/middle-age-couple-standing-together-doing-ok-gesture-with-hand-smiling-eye-looking-through-fingers-with-happy-face_839833-32832.jpg", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-showing-paper-house-model-thumbs-up-recommending-broker-standing-yellow-background_1258-41029.jpg"}, ]} /> @@ -163,25 +97,15 @@ export default function HomePage() { description="Clear answers to your most common HVAC inquiries." items={[ { - question: "How often should I service my AC?", - answer: "We recommend annual maintenance to prevent breakdowns.", - }, + question: "How often should I service my AC?", answer: "We recommend annual maintenance to prevent breakdowns."}, { - question: "Do you offer emergency repair?", - answer: "Yes, we are available 24/7 for emergency HVAC repairs.", - }, + question: "Do you offer emergency repair?", answer: "Yes, we are available 24/7 for emergency HVAC repairs."}, { - question: "What areas do you serve?", - answer: "We serve the entire metro area and surrounding counties.", - }, + question: "What areas do you serve?", answer: "We serve the entire metro area and surrounding counties."}, { - question: "Are your technicians certified?", - answer: "Yes, all our staff are fully licensed and NATE certified.", - }, + question: "Are your technicians certified?", answer: "Yes, all our staff are fully licensed and NATE certified."}, { - question: "What happens during a tune-up?", - answer: "Our technicians clean coils, check coolant levels, and inspect electrical components.", - }, + question: "What happens during a tune-up?", answer: "Our technicians clean coils, check coolant levels, and inspect electrical components."}, ]} /> @@ -193,28 +117,17 @@ export default function HomePage() { description="Fill out the form below and we will get back to you promptly." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - required: true, + name: "name", type: "text", placeholder: "Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email", - required: true, + name: "email", type: "email", placeholder: "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: "What service do you need?", - rows: 4, + name: "message", placeholder: "What service do you need?", rows: 4, required: true, }} buttonText="Submit Request" -- 2.49.1