diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fa76ef..d6227d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,12 +45,12 @@ export default function LandingPage() { description="Providing reliable, efficient cooling and refrigeration solutions for your home and business since 1990." buttons={[{ text: "Get a Quote", href: "#contact" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/barman-opening-fridge_23-2147821235.jpg", imageAlt: "HVAC Cooling Specialist" }, - { imageSrc: "http://img.b2bpic.net/free-photo/working-girl-is-removing-cake-from-display-customer-bakery-shop_613910-21282.jpg", imageAlt: "Cooling System Service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hospital-lab-station-with-sterile-vials-glass-flasks-metallic-shelves_482257-124186.jpg", imageAlt: "Refrigeration Expert" }, - { imageSrc: "http://img.b2bpic.net/free-photo/business-man-preparing-drink-medium-shot_23-2148352511.jpg", imageAlt: "AC Installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-shopping-bio-products_23-2148672837.jpg", imageAlt: "Emergency Repair" }, - { imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg", imageAlt: "Commercial Cooling" }, + { imageSrc: "http://img.b2bpic.net/free-photo/barman-opening-fridge_23-2147821235.jpg?_wi=1", imageAlt: "HVAC Cooling Specialist" }, + { imageSrc: "http://img.b2bpic.net/free-photo/working-girl-is-removing-cake-from-display-customer-bakery-shop_613910-21282.jpg?_wi=1", imageAlt: "Cooling System Service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hospital-lab-station-with-sterile-vials-glass-flasks-metallic-shelves_482257-124186.jpg?_wi=1", imageAlt: "Refrigeration Expert" }, + { imageSrc: "http://img.b2bpic.net/free-photo/business-man-preparing-drink-medium-shot_23-2148352511.jpg?_wi=1", imageAlt: "AC Installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-shopping-bio-products_23-2148672837.jpg?_wi=1", imageAlt: "Emergency Repair" }, + { imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg?_wi=1", imageAlt: "Commercial Cooling" }, ]} /> @@ -60,7 +60,7 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { type: "text", content: "Your Trusted Experts in " }, - { type: "image", src: "http://img.b2bpic.net/free-photo/young-man-having-snack-middle-night-home-fridge_23-2150251921.jpg", alt: "Service professional" }, + { type: "image", src: "http://img.b2bpic.net/free-photo/young-man-having-snack-middle-night-home-fridge_23-2150251921.jpg?_wi=1", alt: "Service professional" }, { type: "text", content: " Cooling Systems" }, ]} buttons={[{ text: "About Us", href: "#" }]} @@ -74,9 +74,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { title: "Air Conditioning", description: "Installation, maintenance, and repair services.", imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg", buttonText: "View Detail" }, - { title: "Refrigeration", description: "Commercial freezers, chillers, and displays.", imageSrc: "http://img.b2bpic.net/free-photo/zoom-shot-manifold-meters_482257-91084.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg", buttonText: "View Detail" }, - { title: "Maintenance", description: "Scheduled servicing to extend equipment life.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-fixing-screw-computer-slot_23-2147923482.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg", buttonText: "View Detail" }, + { title: "Air Conditioning", description: "Installation, maintenance, and repair services.", imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/learning-map_1098-14838.jpg?_wi=1", buttonText: "Get AC Details" }, + { title: "Refrigeration", description: "Commercial freezers, chillers, and displays.", imageSrc: "http://img.b2bpic.net/free-photo/zoom-shot-manifold-meters_482257-91084.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207724.jpg?_wi=1", buttonText: "View Refrigeration Plans" }, + { title: "Maintenance", description: "Scheduled servicing to extend equipment life.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-fixing-screw-computer-slot_23-2147923482.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-shaking-hands_23-2148920604.jpg?_wi=1", buttonText: "View Service Plans" }, ]} title="Comprehensive Cooling Services" description="We offer end-to-end support for your commercial and residential needs." @@ -104,11 +104,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", role: "Restaurant Owner", company: "Local Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4192.jpg" }, - { id: "2", name: "Michael Chen", role: "Facility Manager", company: "Corporate Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468661.jpg" }, - { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg" }, - { id: "4", name: "David Kim", role: "Owner", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-meeting_23-2147923328.jpg" }, - { id: "5", name: "Linda Thompson", role: "Senior Resident", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outdoors_23-2149106384.jpg" }, + { id: "1", name: "Sarah Johnson", role: "Restaurant Owner", company: "Local Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-4192.jpg?_wi=1" }, + { id: "2", name: "Michael Chen", role: "Facility Manager", company: "Corporate Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468661.jpg?_wi=1" }, + { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg?_wi=1" }, + { id: "4", name: "David Kim", role: "Owner", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-meeting_23-2147923328.jpg?_wi=1" }, + { id: "5", name: "Linda Thompson", role: "Senior Resident", company: "Homeowner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup-outdoors_23-2149106384.jpg?_wi=1" }, ]} title="What Our Clients Say" description="Read what our residential and commercial clients have to say about our professional service." @@ -124,7 +124,7 @@ export default function LandingPage() { { id: "f2", title: "How often should I service my AC?", content: "We recommend professional maintenance at least once a year." }, { id: "f3", title: "Do you work with commercial units?", content: "Yes, we specialize in both residential and commercial refrigeration and HVAC." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/call-center-agents-logging-customer-interactions-spreadsheet-document-pc_482257-117912.jpg" + imageSrc="http://img.b2bpic.net/free-photo/call-center-agents-logging-customer-interactions-spreadsheet-document-pc_482257-117912.jpg?_wi=1" mediaAnimation="slide-up" title="Frequently Asked Questions" faqsAnimation="slide-up" @@ -138,7 +138,7 @@ export default function LandingPage() { background={{ variant: "plain" }} title="Need Help? Contact Us" description="Reach out to schedule a service visit or inquire about our solutions. We are ready to assist with your HVAC and refrigeration needs." - imageSrc="http://img.b2bpic.net/free-photo/working-workshop_1098-21316.jpg" + imageSrc="http://img.b2bpic.net/free-photo/working-workshop_1098-21316.jpg?_wi=1" mediaAnimation="slide-up" mediaPosition="right" tag="Contact Us" @@ -155,4 +155,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}