From 8e7814386e6f2e63eb180bb13d1c695acbb84f1a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:33:16 +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 a513c0c..f2913d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Content creation workspace"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg?_wi=1", imageAlt: "Content creation workspace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg", imageAlt: "Production facility"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241198.jpg?_wi=1", imageAlt: "Production facility"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg", imageAlt: "Team collaboration"}, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-office-work-day_23-2150468569.jpg?_wi=1", imageAlt: "Team collaboration"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -177,13 +177,13 @@ 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: "Dedicated content 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: "Dedicated content 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: "Full service 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: "Full service 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: "Analytics and strategy"}, + 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: "Analytics and strategy"}, { - id: "4", name: "Transparent Reporting", price: "Complete Clarity", imageSrc: "http://img.b2bpic.net/free-photo/group-businesspeople-hand-white-desk_23-2147826538.jpg", imageAlt: "Transparent reporting"}, + 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: "Transparent reporting"}, ]} ariaLabel="Why Lumitris differentiators section" /> @@ -219,7 +219,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="FAQ illustration" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1