diff --git a/src/app/page.tsx b/src/app/page.tsx index b44255c..c2731ed 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?_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" } + { 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" } ]} carouselMode="buttons" gridVariant="three-columns-all-equal-width" @@ -145,13 +145,7 @@ export default function LandingPage() { buttonAnimation="slide-up" names={["Mitsubishi Official", "HVAC Excellence Certified", "EPA Energy Star", "ISO 9001 Certified", "NATE Certified", "Authorized Distributor", "Industry Excellence Award"]} logos={[ - { src: "http://img.b2bpic.net/free-vector/nine-vintage-labels_1045-221.jpg", alt: "Mitsubishi" }, - { src: "http://img.b2bpic.net/free-vector/iso-certification-badge-collection_23-2148684269.jpg", alt: "HVAC Certification" }, - { src: "http://img.b2bpic.net/free-vector/bulb_24908-54444.jpg", alt: "Energy Star" }, - { src: "http://img.b2bpic.net/free-vector/flat-design-hecho-en-mexico-label-collection_23-2149708363.jpg", alt: "ISO Certified" }, - { src: "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149210119.jpg", alt: "NATE" }, - { src: "http://img.b2bpic.net/free-vector/flat-design-gratis-label-collection_23-2149889390.jpg", alt: "Authorized Partner" }, - { src: "http://img.b2bpic.net/free-vector/set-golden-premium-stickers_23-2147629911.jpg", alt: "Excellence Award" } + "http://img.b2bpic.net/free-vector/nine-vintage-labels_1045-221.jpg", "http://img.b2bpic.net/free-vector/iso-certification-badge-collection_23-2148684269.jpg", "http://img.b2bpic.net/free-vector/bulb_24908-54444.jpg", "http://img.b2bpic.net/free-vector/flat-design-hecho-en-mexico-label-collection_23-2149708363.jpg", "http://img.b2bpic.net/free-vector/creative-hvac-logo-template_23-2149210119.jpg", "http://img.b2bpic.net/free-vector/flat-design-gratis-label-collection_23-2149889390.jpg", "http://img.b2bpic.net/free-vector/set-golden-premium-stickers_23-2147629911.jpg" ]} textboxLayout="default" useInvertedBackground={false}