diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 735e2bd..b7a599a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,7 +65,7 @@ export default function AboutPage() { title="Why Homeowners Stick With Diaz" description="At Diaz, we believe in premium comfort, done right the first time. Our reputation is built on flawless installs, friendly technicians, and being there when you need us most. We are a family-owned business dedicated to serving our community with honesty and integrity." tag="Our Values" - imageSrc="https://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg" + imageSrc="https://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg?_wi=2" imageAlt="HVAC technician performing a clean installation" useInvertedBackground={false} mediaClassName="object-cover object-center" @@ -78,9 +78,9 @@ export default function AboutPage() { title="Our Commitment to Quality" description="We use only the highest quality parts and equipment, and our team is committed to delivering exceptional workmanship on every job." features={[ - { id: "1", title: "Certified Technicians", tags: ["Expertise"], imageSrc: "https://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg", imageAlt: "Friendly, certified HVAC technician" }, - { id: "2", title: "Clean & Tidy Installations", tags: ["Professionalism"], imageSrc: "https://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "A clean and organized HVAC installation site" }, - { id: "3", title: "Upfront Pricing", tags: ["Honesty"], imageSrc: "https://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg", imageAlt: "Technician explaining pricing to a customer" } + { id: "1", title: "Certified Technicians", tags: ["Expertise"], imageSrc: "https://img.b2bpic.net/free-photo/woman-inviting-man-house-with-tools_259150-58291.jpg?_wi=1", imageAlt: "Friendly, certified HVAC technician" }, + { id: "2", title: "Clean & Tidy Installations", tags: ["Professionalism"], imageSrc: "https://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg?_wi=3", imageAlt: "A clean and organized HVAC installation site" }, + { id: "3", title: "Upfront Pricing", tags: ["Honesty"], imageSrc: "https://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg?_wi=3", imageAlt: "Technician explaining pricing to a customer" } ]} animationType="slide-up" textboxLayout="default" @@ -97,8 +97,8 @@ export default function AboutPage() { title="The Proof Is In Our Service" description="Don't just take our word for it. Here's what our customers have to say about their experience with Diaz Heating & Air Conditioning." testimonials={[ - { id: "1", title: "Flawless Furnace & Heat Pump Installation", quote: "“Diaz Heating & Air Conditioning did a phenomenal job installing my new furnace and heat pump. Both units are working perfectly and quietly. The team was incredibly professional and detailed.”", name: "Sarah Johnson", role: "Homeowner", imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Sarah Johnson, satisfied homeowner" }, - { id: "2", title: "Prompt, Efficient, and Friendly Service", quote: "“The technicians from Diaz were prompt and efficient. They were very friendly and personable, making the whole maintenance process a breeze. Highly recommend their reliable service!”", name: "Michael Chen", role: "Resident", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen, happy resident" } + { id: "1", title: "Flawless Furnace & Heat Pump Installation", quote: "“Diaz Heating & Air Conditioning did a phenomenal job installing my new furnace and heat pump. Both units are working perfectly and quietly. The team was incredibly professional and detailed.”", name: "Sarah Johnson", role: "Homeowner", imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3", imageAlt: "Sarah Johnson, satisfied homeowner" }, + { id: "2", title: "Prompt, Efficient, and Friendly Service", quote: "“The technicians from Diaz were prompt and efficient. They were very friendly and personable, making the whole maintenance process a breeze. Highly recommend their reliable service!”", name: "Michael Chen", role: "Resident", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Michael Chen, happy resident" } ]} textboxLayout="default" useInvertedBackground={false} @@ -111,7 +111,7 @@ export default function AboutPage() {