From 8cd7489a2550c4faeefc2882cc7a2c0f90aa4b03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:25:45 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 65 +++++++++++++++++------------------------------- 1 file changed, 23 insertions(+), 42 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e5c909..817f027 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; @@ -45,7 +45,7 @@ export default function HomePage() {
-
@@ -101,24 +101,19 @@ export default function HomePage() { features={[ { id: 1, - tag: "Heating", title: "Furnace Repair & Installation", subtitle: "Keep your home warm and comfortable", description: "Professional furnace repair, maintenance, and installation services. Our technicians diagnose issues quickly and provide cost-effective solutions to keep your heating system running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=3", imageAlt: "Furnace Repair Service" - }, + tag: "Heating", title: "Furnace Repair & Installation", subtitle: "Keep your home warm and comfortable", description: "Professional furnace repair, maintenance, and installation services. Our technicians diagnose issues quickly and provide cost-effective solutions to keep your heating system running efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=3", imageAlt: "Furnace Repair Service"}, { id: 2, - tag: "Cooling", title: "Air Conditioning Repair & Installation", subtitle: "Beat the heat with expert AC service", description: "From repairs to new installations, we ensure your air conditioning system keeps you cool all summer long. Energy-efficient solutions to reduce your utility bills.", imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg?_wi=2", imageAlt: "Air Conditioning Installation" - }, + tag: "Cooling", title: "Air Conditioning Repair & Installation", subtitle: "Beat the heat with expert AC service", description: "From repairs to new installations, we ensure your air conditioning system keeps you cool all summer long. Energy-efficient solutions to reduce your utility bills.", imageSrc: "http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg?_wi=2", imageAlt: "Air Conditioning Installation"}, { id: 3, - tag: "Maintenance", title: "HVAC Maintenance Plans", subtitle: "Preventive care for year-round comfort", description: "Regular maintenance extends system life and prevents costly repairs. Our maintenance plans include inspections, cleaning, and performance optimization.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skillful-technician-commissioned-outside-hvac-system-routine-maintenance-looking-refrigerant-issues-meticulous-mechanic-doing-air-conditioner-inspection-writing-data-tablet_482257-66265.jpg?_wi=2", imageAlt: "HVAC Maintenance" - }, + tag: "Maintenance", title: "HVAC Maintenance Plans", subtitle: "Preventive care for year-round comfort", description: "Regular maintenance extends system life and prevents costly repairs. Our maintenance plans include inspections, cleaning, and performance optimization.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skillful-technician-commissioned-outside-hvac-system-routine-maintenance-looking-refrigerant-issues-meticulous-mechanic-doing-air-conditioner-inspection-writing-data-tablet_482257-66265.jpg?_wi=2", imageAlt: "HVAC Maintenance"}, { id: 4, - tag: "Emergency", title: "24/7 Emergency HVAC Services", subtitle: "Always here when you need us", description: "Heating or cooling system emergency? We're available around the clock to get your system back up and running. Fast response times and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=2", imageAlt: "Emergency Service" - }, + tag: "Emergency", title: "24/7 Emergency HVAC Services", subtitle: "Always here when you need us", description: "Heating or cooling system emergency? We're available around the clock to get your system back up and running. Fast response times and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-servicing-hvac-system_482257-91024.jpg?_wi=2", imageAlt: "Emergency Service"}, { id: 5, - tag: "Replacement", title: "System Replacements", subtitle: "Modern efficiency for your home", description: "Ready for a new system? We offer high-efficiency furnaces and air conditioners with professional installation and ongoing support.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=4", imageAlt: "System Replacement" - }, + tag: "Replacement", title: "System Replacements", subtitle: "Modern efficiency for your home", description: "Ready for a new system? We offer high-efficiency furnaces and air conditioners with professional installation and ongoing support.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=4", imageAlt: "System Replacement"}, ]} /> @@ -135,23 +130,17 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Robert Thompson", handle: "5.0 ⭐ Verified Review", testimonial: "Fern's HVAC provided exceptional service when our furnace broke down in the middle of winter. Their technicians were professional, prompt, and fixed the issue quickly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Robert Thompson" - }, + id: "1", name: "Robert Thompson", handle: "5.0 ⭐ Verified Review", testimonial: "Fern's HVAC provided exceptional service when our furnace broke down in the middle of winter. Their technicians were professional, prompt, and fixed the issue quickly. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Robert Thompson"}, { - id: "2", name: "Sarah Mitchell", handle: "5.0 ⭐ Verified Review", testimonial: "Switched to Fern's for our AC installation and couldn't be happier. Fair pricing, honest advice, and the system is working perfectly. True family business values.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Mitchell" - }, + id: "2", name: "Sarah Mitchell", handle: "5.0 ⭐ Verified Review", testimonial: "Switched to Fern's for our AC installation and couldn't be happier. Fair pricing, honest advice, and the system is working perfectly. True family business values.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { - id: "3", name: "James Henderson", handle: "5.0 ⭐ Verified Review", testimonial: "I've used Fern's HVAC for maintenance for 3 years now. Consistent quality service, knowledgeable technicians, and they always show up on time. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "James Henderson" - }, + id: "3", name: "James Henderson", handle: "5.0 ⭐ Verified Review", testimonial: "I've used Fern's HVAC for maintenance for 3 years now. Consistent quality service, knowledgeable technicians, and they always show up on time. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "James Henderson"}, { - id: "4", name: "Jennifer Lopez", handle: "5.0 ⭐ Verified Review", testimonial: "Emergency call at midnight and they answered! Fast service, professional attitude, and solved our heating emergency without breaking the bank. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Lopez" - }, + id: "4", name: "Jennifer Lopez", handle: "5.0 ⭐ Verified Review", testimonial: "Emergency call at midnight and they answered! Fast service, professional attitude, and solved our heating emergency without breaking the bank. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Lopez"}, { - id: "5", name: "David Chen", handle: "5.0 ⭐ Verified Review", testimonial: "Best HVAC service in Winnipeg. Honest pricing, no hidden fees, and their technicians truly care about doing the job right. Recommend to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Chen" - }, + id: "5", name: "David Chen", handle: "5.0 ⭐ Verified Review", testimonial: "Best HVAC service in Winnipeg. Honest pricing, no hidden fees, and their technicians truly care about doing the job right. Recommend to all my friends.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "David Chen"}, { - id: "6", name: "Maria Santos", handle: "5.0 ⭐ Verified Review", testimonial: "Outstanding customer service from start to finish. They explained everything clearly and stood behind their work. Fern's is my go-to for all HVAC needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Maria Santos" - }, + id: "6", name: "Maria Santos", handle: "5.0 ⭐ Verified Review", testimonial: "Outstanding customer service from start to finish. They explained everything clearly and stood behind their work. Fern's is my go-to for all HVAC needs.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Maria Santos"}, ]} /> @@ -168,29 +157,21 @@ export default function HomePage() { faqsAnimation="slide-up" faqs={[ { - id: "1", title: "Do you offer emergency HVAC services?", content: "Yes! We provide 24/7 emergency HVAC services. Call (204) 255-2233 at any time, and our technicians will respond quickly to get your system back up and running." - }, + id: "1", title: "Do you offer emergency HVAC services?", content: "Yes! We provide 24/7 emergency HVAC services. Call (204) 255-2233 at any time, and our technicians will respond quickly to get your system back up and running."}, { - id: "2", title: "What areas do you serve?", content: "We service Winnipeg and surrounding areas of Manitoba. Call us to confirm service availability for your specific location." - }, + id: "2", title: "What areas do you serve?", content: "We service Winnipeg and surrounding areas of Manitoba. Call us to confirm service availability for your specific location."}, { - id: "3", title: "How often should I have my HVAC system maintained?", content: "We recommend professional HVAC maintenance at least twice per year—once before winter for your furnace and once before summer for your air conditioning system." - }, + id: "3", title: "How often should I have my HVAC system maintained?", content: "We recommend professional HVAC maintenance at least twice per year—once before winter for your furnace and once before summer for your air conditioning system."}, { - id: "4", title: "Are your prices competitive?", content: "Absolutely. We believe in honest pricing without hidden fees. We'll provide a clear quote before any work begins, and we're happy to discuss all your options." - }, + id: "4", title: "Are your prices competitive?", content: "Absolutely. We believe in honest pricing without hidden fees. We'll provide a clear quote before any work begins, and we're happy to discuss all your options."}, { - id: "5", title: "Do you offer system replacement?", content: "Yes, we specialize in furnace and air conditioning system replacements. We help you choose energy-efficient systems that fit your budget and provide professional installation." - }, + id: "5", title: "Do you offer system replacement?", content: "Yes, we specialize in furnace and air conditioning system replacements. We help you choose energy-efficient systems that fit your budget and provide professional installation."}, { - id: "6", title: "What should I do if my furnace stops working?", content: "First, check your thermostat settings and ensure the power is on. If that doesn't help, call us immediately at (204) 255-2233. Our 24/7 emergency service will get a technician to you quickly." - }, + id: "6", title: "What should I do if my furnace stops working?", content: "First, check your thermostat settings and ensure the power is on. If that doesn't help, call us immediately at (204) 255-2233. Our 24/7 emergency service will get a technician to you quickly."}, { - id: "7", title: "Do you offer maintenance plans?", content: "Yes, we offer customized maintenance plans to keep your heating and cooling systems running efficiently year-round. Ask us about our maintenance package options." - }, + id: "7", title: "Do you offer maintenance plans?", content: "Yes, we offer customized maintenance plans to keep your heating and cooling systems running efficiently year-round. Ask us about our maintenance package options."}, { - id: "8", title: "How can I improve my system's efficiency?", content: "Regular maintenance is key. We also recommend upgrading to high-efficiency systems, proper insulation, and using a programmable thermostat. Our technicians can provide personalized recommendations." - }, + id: "8", title: "How can I improve my system's efficiency?", content: "Regular maintenance is key. We also recommend upgrading to high-efficiency systems, proper insulation, and using a programmable thermostat. Our technicians can provide personalized recommendations."}, ]} /> @@ -254,4 +235,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file