From 269c7199ebc67415c710a3f45363d80df04b4a94 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:37:32 +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 d4066af..3dc5f75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace" + imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg?_wi=1", imageAlt: "content creation studio workspace" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "digital content production setup" + imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg?_wi=1", imageAlt: "digital content production setup" }, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "professional content creator team" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg?_wi=1", imageAlt: "professional content creator team" }, ]} autoplayDelay={5000} @@ -192,16 +192,16 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "Dedicated Team", price: "Your Full Team", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "professional content creator team" + id: "1", name: "Dedicated Team", price: "Your Full Team", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg?_wi=2", imageAlt: "professional content creator team" }, { - id: "2", name: "Full-Service Solutions", price: "End-to-End", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace" + id: "2", name: "Full-Service Solutions", price: "End-to-End", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg?_wi=2", imageAlt: "content creation studio workspace" }, { - id: "3", name: "Data-Driven Strategy", price: "Results Focus", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "digital content production setup" + id: "3", name: "Data-Driven Strategy", price: "Results Focus", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg?_wi=2", imageAlt: "digital content production setup" }, { - id: "4", name: "Transparent Reporting", price: "Complete Clarity", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "content creation studio workspace" + id: "4", name: "Transparent Reporting", price: "Complete Clarity", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg?_wi=3", imageAlt: "content creation studio workspace" }, ]} ariaLabel="Why Lumitris differentiators section" @@ -242,7 +242,7 @@ export default function LandingPage() { id: "4", title: "How do you measure success?", content: "We establish clear KPIs upfront and provide monthly reports with transparent metrics: engagement, reach, conversions, and ROI." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg" + imageSrc="http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg?_wi=4" imageAlt="content creation studio workspace" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1