Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-15 12:06:43 +00:00

View File

@@ -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"