From a7bd390a653e166e7aa52224e5932758543a6652 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:55:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd66d03..7a39881 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Pre-order Now", href: "#pricing"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4777.jpg" + imageSrc="http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4777.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -95,7 +95,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "200MP AI Camera", description: "Capture breathtaking detail with our revolutionary AI-powered camera sensor.", imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-holding-mobile-phone-taking-photo-tasty-cake-served-plate_8353-6247.jpg"}, + title: "200MP AI Camera", description: "Capture breathtaking detail with our revolutionary AI-powered camera sensor.", imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-holding-mobile-phone-taking-photo-tasty-cake-served-plate_8353-6247.jpg?_wi=1"}, { title: "All-Day Power", description: "High-efficiency battery engineered to keep up with your busiest days.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-bottle_23-2151048107.jpg"}, { @@ -167,13 +167,13 @@ export default function LandingPage() { "24-month warranty", "Priority support", "Pro speed"], button: { text: "Buy Now", href: "#"}, - imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4777.jpg", imageAlt: "Arabic Phone 16"}, + imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-white-background_58702-4777.jpg?_wi=2", imageAlt: "Arabic Phone 16"}, { id: "ultra", title: "1TB Ultimate", price: "$1,699", period: "one-time", features: [ "36-month warranty", "Concierge support", "Max speed"], button: { text: "Buy Now", href: "#"}, - imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-holding-mobile-phone-taking-photo-tasty-cake-served-plate_8353-6247.jpg", imageAlt: "Arabic Phone 16"}, + imageSrc: "http://img.b2bpic.net/free-photo/women-s-hands-holding-mobile-phone-taking-photo-tasty-cake-served-plate_8353-6247.jpg?_wi=2", imageAlt: "Arabic Phone 16"}, ]} title="Choose Your Path" description="Transparent plans for every kind of user." -- 2.49.1