diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c62921..85ba3a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,22 +52,22 @@ export default function AppMobilePage() { background={{ variant: "plain" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-presenting-smartphone_23-2148002553.jpg", imageAlt: "Latest iPhone 15 models" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-presenting-smartphone_23-2148002553.jpg?_wi=1", imageAlt: "Latest iPhone 15 models" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-smartphone-his-hands_23-2148316598.jpg", imageAlt: "Samsung Galaxy smartphones" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-smartphone-his-hands_23-2148316598.jpg?_wi=1", imageAlt: "Samsung Galaxy smartphones" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-listening-music-outdoors_23-2148450800.jpg", imageAlt: "Mobile phone accessories" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-listening-music-outdoors_23-2148450800.jpg?_wi=1", imageAlt: "Mobile phone accessories" }, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg", imageAlt: "Store interior showcase" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-presenting-smartphone_23-2148002553.jpg", imageAlt: "iPhone collection" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-presenting-smartphone_23-2148002553.jpg?_wi=2", imageAlt: "iPhone collection" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-smartphone-his-hands_23-2148316598.jpg", imageAlt: "Android phones available" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-smartphone-his-hands_23-2148316598.jpg?_wi=2", imageAlt: "Android phones available" } ]} autoPlay={true} @@ -89,13 +89,13 @@ export default function AppMobilePage() { gridVariant="two-columns-alternating-heights" products={[ { - id: "1", name: "iPhone 15 Pro Max", price: "€1,199", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-presenting-smartphone_23-2148002553.jpg", imageAlt: "iPhone 15 Pro Max", initialQuantity: 1 + id: "1", name: "iPhone 15 Pro Max", price: "€1,199", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-presenting-smartphone_23-2148002553.jpg?_wi=3", imageAlt: "iPhone 15 Pro Max", initialQuantity: 1 }, { - id: "2", name: "Samsung Galaxy S24 Ultra", price: "€1,299", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-smartphone-his-hands_23-2148316598.jpg", imageAlt: "Samsung Galaxy S24 Ultra", initialQuantity: 1 + id: "2", name: "Samsung Galaxy S24 Ultra", price: "€1,299", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-coffee-smartphone-his-hands_23-2148316598.jpg?_wi=3", imageAlt: "Samsung Galaxy S24 Ultra", initialQuantity: 1 }, { - id: "3", name: "Premium Accessories Bundle", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-listening-music-outdoors_23-2148450800.jpg", imageAlt: "Phone Accessories Bundle", initialQuantity: 1 + id: "3", name: "Premium Accessories Bundle", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-listening-music-outdoors_23-2148450800.jpg?_wi=2", imageAlt: "Phone Accessories Bundle", initialQuantity: 1 } ]} /> @@ -135,7 +135,7 @@ export default function AppMobilePage() { title: "Expert Service", description: "Our knowledgeable staff provides personalized consultation to help you find the perfect device.", imageSrc: "http://img.b2bpic.net/free-photo/woman-talking-mobile-phone-while-shopping_107420-12133.jpg", imageAlt: "Expert customer service" }, { - title: "Competitive Pricing", description: "Best prices in Pristina on the latest models with flexible payment options available.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-listening-music-outdoors_23-2148450800.jpg", imageAlt: "Competitive pricing options" + title: "Competitive Pricing", description: "Best prices in Pristina on the latest models with flexible payment options available.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guys-listening-music-outdoors_23-2148450800.jpg?_wi=3", imageAlt: "Competitive pricing options" } ]} />