diff --git a/src/app/page.tsx b/src/app/page.tsx index 68e7347..30766d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -136,13 +136,13 @@ export default function LandingPage() { id: "p1", name: "Mobi Pro X", price: "$999", - imageSrc: "http://img.b2bpic.net/free-photo/grapefruit-black-cloth_209303-115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grapefruit-black-cloth_209303-115.jpg?_wi=1", }, { id: "p2", name: "Mobi Lite 5", price: "$699", - imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762844.jpg?_wi=1", }, { id: "p3", @@ -185,12 +185,12 @@ export default function LandingPage() { title: "Ultra-Fast Connectivity", description: "Download movies in seconds with advanced 5G integration.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241222.jpg?_wi=1", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-smartphone-platform-near-train_23-2147953122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-smartphone-platform-near-train_23-2147953122.jpg?_wi=1", }, - imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg?_wi=2", imageAlt: "modern smartphone minimalist studio", }, { @@ -198,12 +198,12 @@ export default function LandingPage() { title: "Computational Photography", description: "Capture breathtaking photos with AI-powered camera systems.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-smartphone-platform-near-train_23-2147953122.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-smartphone-platform-near-train_23-2147953122.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/ai-chip-close-up_23-2151977495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-chip-close-up_23-2151977495.jpg?_wi=1", }, - imageSrc: "http://img.b2bpic.net/free-photo/grapefruit-black-cloth_209303-115.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grapefruit-black-cloth_209303-115.jpg?_wi=2", imageAlt: "smartphone camera lens macro", }, { @@ -211,12 +211,12 @@ export default function LandingPage() { title: "Next-Gen AI Processor", description: "Experience lightning-fast speeds with our bespoke neural engine.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/ai-chip-close-up_23-2151977495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ai-chip-close-up_23-2151977495.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241222.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241222.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mobile-app-location-digital-art_23-2151762844.jpg?_wi=2", imageAlt: "smartphone screen display", }, ]}