diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bd6a4d..ec0cf57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,28 +86,28 @@ export default function LandingPage() { { id: 1, title: "Month-to-Month Flexibility", description: "Rent furniture for as little as one month. Move out? Return it hassle-free. No long-term contracts or hidden fees.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg?_wi=1" } }, { id: 2, title: "Budget-Friendly Prices", description: "Premium furniture at rental prices students can afford. Quality doesn't mean expensive when you rent with us.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg?_wi=1" } }, { id: 3, title: "Easy Delivery & Setup", description: "White-glove delivery included. Our team handles assembly and placement. You just sit back and enjoy your new space.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg?_wi=2" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=2" } } ]} @@ -124,13 +124,13 @@ export default function LandingPage() { description="Browse our curated selection of student-friendly furniture pieces" products={[ { - id: "1", name: "Modern Twin Bed with Storage", price: "$35/month", imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg", imageAlt: "Modern twin bed with under-bed storage", initialQuantity: 1 + id: "1", name: "Modern Twin Bed with Storage", price: "$35/month", imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=3", imageAlt: "Modern twin bed with under-bed storage", initialQuantity: 1 }, { - id: "2", name: "Ergonomic Study Desk & Chair", price: "$45/month", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg", imageAlt: "Ergonomic desk and office chair for studying", initialQuantity: 1 + id: "2", name: "Ergonomic Study Desk & Chair", price: "$45/month", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg?_wi=3", imageAlt: "Ergonomic desk and office chair for studying", initialQuantity: 1 }, { - id: "3", name: "Comfortable Compact Sofa", price: "$55/month", imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg", imageAlt: "Comfortable compact sofa for small apartments", initialQuantity: 1 + id: "3", name: "Comfortable Compact Sofa", price: "$55/month", imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg?_wi=3", imageAlt: "Comfortable compact sofa for small apartments", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -150,21 +150,21 @@ export default function LandingPage() { "Flexible month-to-month terms", "Free delivery & setup", "24/7 customer support", "Easy returns" ], button: { text: "Get Started", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/hotel-white-home-lamp-cushion_1203-5183.jpg?_wi=4" }, { id: "semester", title: "Semester Plan", price: "Save", period: "15%", features: [ "4-month commitment", "Discounted rates", "Priority support", "Free storage between semesters" ], button: { text: "Choose Plan", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-modern-office-desk-with-flat-screen-monitors-showing-time_181624-2217.jpg?_wi=4" }, { id: "annual", title: "Annual Membership", price: "Save", period: "25%", features: [ "12-month commitment", "Best pricing", "VIP support", "Free swaps & upgrades" ], button: { text: "Best Value", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/home-contemporary-interior-wood-nobody_1203-6253.jpg?_wi=4" } ]} animationType="slide-up"