From 8e9e9b20aac5ea63669c2e7badc19afc4cfa65ca Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:23:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfe1f75..47abf79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,10 +113,10 @@ export default function LandingPage() { title: "Authenticated Luxury", description: "Every item undergoes rigorous verification by our expert team to ensure 100% authenticity and premium quality standards.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142192.jpg?_wi=1", imageAlt: "Authentication process" + imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142192.jpg", imageAlt: "Authentication process" }, { - imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142192.jpg?_wi=2", imageAlt: "Quality verification" + imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142192.jpg", imageAlt: "Quality verification" } ] }, @@ -124,10 +124,10 @@ export default function LandingPage() { title: "Swift Delivery", description: "Experience premium packaging and expedited shipping to your doorstep with full tracking and insurance protection.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-unboxing-products-ordered-online_23-2148577117.jpg?_wi=1", imageAlt: "Fast shipping service" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-unboxing-products-ordered-online_23-2148577117.jpg", imageAlt: "Fast shipping service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-unboxing-products-ordered-online_23-2148577117.jpg?_wi=2", imageAlt: "Premium packaging" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-unboxing-products-ordered-online_23-2148577117.jpg", imageAlt: "Premium packaging" } ] }, @@ -135,10 +135,10 @@ export default function LandingPage() { title: "Dedicated Support", description: "Our luxury concierge team is available to assist you with personalized recommendations and expert guidance.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28459.jpg?_wi=1", imageAlt: "Customer support team" + imageSrc: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28459.jpg", imageAlt: "Customer support team" }, { - imageSrc: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28459.jpg?_wi=2", imageAlt: "Premium service" + imageSrc: "http://img.b2bpic.net/free-photo/partners-sitting-table-working-cafe_1157-28459.jpg", imageAlt: "Premium service" } ] }, @@ -146,10 +146,10 @@ export default function LandingPage() { title: "Secure Transactions", description: "Protected payments with encrypted security protocols, buyer protection guarantee, and transparent pricing across all items.", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/paying-tea-with-contactless_1098-13405.jpg?_wi=1", imageAlt: "Secure payment" + imageSrc: "http://img.b2bpic.net/free-photo/paying-tea-with-contactless_1098-13405.jpg", imageAlt: "Secure payment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/paying-tea-with-contactless_1098-13405.jpg?_wi=2", imageAlt: "Protected checkout" + imageSrc: "http://img.b2bpic.net/free-photo/paying-tea-with-contactless_1098-13405.jpg", imageAlt: "Protected checkout" } ] }