From a14a70cfd666826f074c82aba66d645b4bd2d215 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:25:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d56f62..e99f465 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,19 +79,19 @@ export default function LandingPage() { imageAlt: "Mobile Showroom Display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=1", imageAlt: "Expert Advice Samsung", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=1", imageAlt: "Vivo Latest Models", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-dark-shadow_187299-46935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-dark-shadow_187299-46935.jpg?_wi=1", imageAlt: "Oppo Store Display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-clean-studio-setting_187299-46345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-clean-studio-setting_187299-46345.jpg?_wi=1", imageAlt: "Apple Premium Range", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { quote: "Best pricing in Varanasi and an amazing range of brands. Very helpful staff!", name: "Rajesh Kumar", role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg?_wi=1", }, { id: "2", @@ -166,7 +166,7 @@ export default function LandingPage() { price: "Best Price", rating: 5, reviewCount: "100+", - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=2", }, { id: "vivo", @@ -175,7 +175,7 @@ export default function LandingPage() { price: "Best Price", rating: 5, reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150063043.jpg?_wi=2", }, { id: "oppo", @@ -184,7 +184,7 @@ export default function LandingPage() { price: "Best Price", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-dark-shadow_187299-46935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-smartphone-dark-shadow_187299-46935.jpg?_wi=2", }, { id: "redmi", @@ -211,7 +211,7 @@ export default function LandingPage() { price: "Best Price", rating: 5, reviewCount: "300+", - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-clean-studio-setting_187299-46345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-clean-studio-setting_187299-46345.jpg?_wi=2", }, ]} title="Latest Models Available" @@ -234,7 +234,7 @@ export default function LandingPage() { { title: "Genuine Accessories", description: "Cases, chargers, and premium audio.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=3", }, { title: "In-Store Pickup", @@ -263,21 +263,21 @@ export default function LandingPage() { value: "1500+", title: "Happy Customers", description: "Rated 4.6 stars by thousands.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shopping_23-2147652127.jpg?_wi=2", }, { id: "m2", value: "Genuine", title: "Products Only", description: "Authorized brand partner.", - imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalistic-white-smartphone-mockup_187299-47039.jpg?_wi=4", }, { id: "m3", value: "Central", title: "Varanasi Location", description: "Sigra, near IP Mall.", - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg?_wi=1", }, ]} title="Why Choose The Feelings Mobile?" @@ -311,7 +311,7 @@ export default function LandingPage() { content: "Yes, we provide safe and fast home delivery options.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg" + imageSrc="http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349277.jpg?_wi=2" title="Frequently Asked Questions" description="Have questions? We have answers." faqsAnimation="slide-up" -- 2.49.1