From 49108b7b4e7f37afbc9226d6f6fbf03bca37284e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:37:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b14f409..1cac082 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { description="Seamless internet access, printing, and digital services at your fingertips. Empowering your digital journey today." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-mission-control-center-with-russian-flag-big-screen_482257-124681.jpg", imageAlt: "Modern cyber cafe interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-mission-control-center-with-russian-flag-big-screen_482257-124681.jpg?_wi=1", imageAlt: "Modern cyber cafe interior"}, { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821360.jpg", imageAlt: "Modern cyber cafe interior"}, { @@ -75,7 +75,7 @@ export default function LandingPage() { description="Providing top-tier computing resources and professional printing services since 2010." subdescription="We bridge the gap between technology and accessibility with reliable, secure, and fast internet services." icon={Monitor} - imageSrc="http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016324.jpg" + imageSrc="http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016324.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="Person working on computer" /> @@ -89,7 +89,7 @@ export default function LandingPage() { features={[ { title: "Fast Internet", description: "Fiber-optic high-speed browsing.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/empty-mission-control-center-with-russian-flag-big-screen_482257-124681.jpg", imageAlt: "modern cyber cafe interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/empty-mission-control-center-with-russian-flag-big-screen_482257-124681.jpg?_wi=2", imageAlt: "modern cyber cafe interior"}, items: [ { icon: Wifi, @@ -102,7 +102,7 @@ export default function LandingPage() { }, { title: "Printing Services", description: "Color and B&W high-quality output.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016324.jpg", imageAlt: "modern cyber cafe interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-laptop_23-2148016324.jpg?_wi=2", imageAlt: "modern cyber cafe interior"}, items: [ { icon: Printer, @@ -115,7 +115,7 @@ export default function LandingPage() { }, { title: "Rent & Payments", description: "Secure billing and processing.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-coffee-shop_23-2150183754.jpg", imageAlt: "modern cyber cafe interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-coffee-shop_23-2150183754.jpg?_wi=1", imageAlt: "modern cyber cafe interior"}, items: [ { icon: Shield, @@ -187,7 +187,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rahul", role: "Student", company: "University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-coffee-shop_23-2150183754.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-reading-coffee-shop_23-2150183754.jpg?_wi=2"}, { id: "2", name: "Sneha", role: "Employee", company: "Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-with-blond-wavy-hairs-sitting-sofa-home-working-laptop-computer_273443-4613.jpg"}, -- 2.49.1