From 0aa7b449f8fd8c4517a96927ca7f5621e8e76e46 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:38:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaba08b..22234c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function ACProPage() { title="AC Pro Store — Chino, CA" description="HVAC equipment, parts, and supplies. Fast pickup. Trusted support." tag="Contractor & Homeowner Supplies" - imageSrc="https://cdn.gateway.acpro.com/locations/Chino-pole.jpg" + imageSrc="https://cdn.gateway.acpro.com/locations/Chino-pole.jpg?_wi=1" imageAlt="AC Pro Chino branch storefront" mediaAnimation="opacity" buttons={[ @@ -62,15 +62,15 @@ export default function ACProPage() { testimonials={[ { name: "Contractor Counter", handle: "Expert Support", testimonial: "Dedicated service for your projects", rating: 5, - imageSrc: "https://store.acpro.com/img/logo.png" + imageSrc: "https://store.acpro.com/img/logo.png?_wi=1" }, { name: "Quick Pickup", handle: "Same Day Service", testimonial: "Fast local inventory delivery", rating: 5, - imageSrc: "https://store.acpro.com/img/logo.png" + imageSrc: "https://store.acpro.com/img/logo.png?_wi=2" }, { name: "Local Inventory", handle: "In Stock Now", testimonial: "Full stock of equipment and parts", rating: 5, - imageSrc: "https://store.acpro.com/img/logo.png" + imageSrc: "https://store.acpro.com/img/logo.png?_wi=3" } ]} useInvertedBackground={false} @@ -86,7 +86,7 @@ export default function ACProPage() { { value: "24/7", title: "Emergency Support Available" }, { value: "Full", title: "Equipment & Parts In Stock" } ]} - imageSrc="https://store.acpro.com/img/logo.png" + imageSrc="https://store.acpro.com/img/logo.png?_wi=4" imageAlt="AC Pro Chino Store" mediaAnimation="opacity" useInvertedBackground={true} @@ -100,7 +100,7 @@ export default function ACProPage() { features={[ { id: 1, - title: "Equipment", description: "Top-tier HVAC equipment from trusted manufacturers", imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57319.jpg", imageAlt: "HVAC Equipment" + title: "Equipment", description: "Top-tier HVAC equipment from trusted manufacturers", imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57319.jpg?_wi=1", imageAlt: "HVAC Equipment" }, { id: 2, @@ -112,7 +112,7 @@ export default function ACProPage() { }, { id: 4, - title: "Supplies", description: "Refrigerants, fasteners, and consumables", imageSrc: "http://img.b2bpic.net/free-vector/school-supplies-education_24877-59357.jpg", imageAlt: "HVAC Supplies" + title: "Supplies", description: "Refrigerants, fasteners, and consumables", imageSrc: "http://img.b2bpic.net/free-vector/school-supplies-education_24877-59357.jpg?_wi=1", imageAlt: "HVAC Supplies" } ]} textboxLayout="default" @@ -146,7 +146,7 @@ export default function ACProPage() { products={[ { id: "1", brand: "AC Pro", name: "AC Pro Difference", price: "Learn More", rating: 5, - reviewCount: "Expert Support", imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57319.jpg", imageAlt: "AC Pro Difference" + reviewCount: "Expert Support", imageSrc: "http://img.b2bpic.net/free-vector/bundle-engineering-set-icons_24877-57319.jpg?_wi=2", imageAlt: "AC Pro Difference" }, { id: "2", brand: "AC Pro", name: "Training Events", price: "Register", rating: 5, @@ -154,7 +154,7 @@ export default function ACProPage() { }, { id: "3", brand: "AC Pro", name: "Truck Stock Management", price: "Optimize", rating: 5, - reviewCount: "Business Solution", imageSrc: "http://img.b2bpic.net/free-vector/school-supplies-education_24877-59357.jpg", imageAlt: "Truck Stock Management" + reviewCount: "Business Solution", imageSrc: "http://img.b2bpic.net/free-vector/school-supplies-education_24877-59357.jpg?_wi=2", imageAlt: "Truck Stock Management" } ]} gridVariant="three-columns-all-equal-width" @@ -201,7 +201,7 @@ export default function ACProPage() { ]} textarea={{ name: "message", placeholder: "Tell us what you need...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="https://cdn.gateway.acpro.com/locations/Chino-pole.jpg" + imageSrc="https://cdn.gateway.acpro.com/locations/Chino-pole.jpg?_wi=2" imageAlt="AC Pro Chino Store" mediaAnimation="opacity" mediaPosition="right" @@ -233,7 +233,7 @@ export default function ACProPage() { id: "6", title: "What should I bring for will-call pickup?", content: "Bring a photo ID and your order details. If you have an account, bring your account information. Our team will process your pickup quickly." } ]} - imageSrc="https://store.acpro.com/img/logo.png" + imageSrc="https://store.acpro.com/img/logo.png?_wi=5" imageAlt="AC Pro Chino" mediaAnimation="opacity" mediaPosition="left" -- 2.49.1