diff --git a/src/app/page.tsx b/src/app/page.tsx index c2731ed..00aef13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,9 +99,9 @@ export default function LandingPage() { buttons={[{ text: "Request Quote", href: "#contact" }]} buttonAnimation="slide-up" products={[ - { id: "msz-gl6000", name: "Mitsubishi MSZ-GL6000", price: "From $899", imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg", imageAlt: "MSZ-GL6000 unit" }, - { id: "msz-gl12000", name: "Mitsubishi MSZ-GL12000", price: "From $1,299", imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg", imageAlt: "MSZ-GL12000 unit" }, - { id: "puh-18-100", name: "Mitsubishi PUH-18-100", price: "From $2,499", imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg", imageAlt: "PUH-18-100 unit" } + { id: "msz-gl6000", name: "Mitsubishi MSZ-GL6000", price: "From $899", imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg?_wi=1", imageAlt: "MSZ-GL6000 unit" }, + { id: "msz-gl12000", name: "Mitsubishi MSZ-GL12000", price: "From $1,299", imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg?_wi=2", imageAlt: "MSZ-GL12000 unit" }, + { id: "puh-18-100", name: "Mitsubishi PUH-18-100", price: "From $2,499", imageSrc: "http://img.b2bpic.net/free-photo/woman-lying-sleeping-sofa-home_171337-19502.jpg?_wi=3", imageAlt: "PUH-18-100 unit" } ]} carouselMode="buttons" gridVariant="three-columns-all-equal-width"