From ef8d82b0fe76dfb22b4e7e1e3fcc219e95ece309 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 12:28:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24161fc..721a81c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,8 +68,8 @@ export default function LandingPage() { { title: "Development", description: "Robust and scalable code.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-100475.jpg" }, items: [], reverse: true }, { title: "Mobile UI", description: "User-first mobile experiences.", media: { imageSrc: "http://img.b2bpic.net/free-vector/search-elements-design_1200-211.jpg" }, items: [], reverse: false }, { title: "SEO", description: "Optimize for visibility.", media: { imageSrc: "http://img.b2bpic.net/free-photo/hands-male-graphic-designer-using-laptop_1170-852.jpg" }, items: [], reverse: true }, - { title: "E-Commerce", description: "Scale your online sales.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19268.jpg" }, items: [], reverse: false }, - { title: "Redesign", description: "Modernize your legacy brand.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-mens-stories_329181-17786.jpg" }, items: [], reverse: true }, + { title: "E-Commerce", description: "Scale your online sales.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19268.jpg?_wi=1" }, items: [], reverse: false }, + { title: "Redesign", description: "Modernize your legacy brand.", media: { imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-mens-stories_329181-17786.jpg?_wi=1" }, items: [], reverse: true }, ]} title="Our Expertise" description="Comprehensive design and development solutions tailored to your growth." @@ -99,9 +99,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah Miller", role: "Founder, TechLaunch", testimonial: "Exceptional eye for detail and a truly professional approach to design.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" }, - { id: "t2", name: "David Chen", role: "CEO, MarketGrid", testimonial: "Transformed our vision into a stunning digital product. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19268.jpg" }, + { id: "t2", name: "David Chen", role: "CEO, MarketGrid", testimonial: "Transformed our vision into a stunning digital product. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-phone-standing-by-window_1303-19268.jpg?_wi=2" }, { id: "t3", name: "Anna Ross", role: "Director, CreativeCo", testimonial: "A dream team to work with. Innovative, fast, and very reliable.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg" }, - { id: "t4", name: "Mark Wilson", role: "Head of Ops, LogiSolutions", testimonial: "The redesign improved our metrics by over 40%. Fantastic work.", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-mens-stories_329181-17786.jpg" }, + { id: "t4", name: "Mark Wilson", role: "Head of Ops, LogiSolutions", testimonial: "The redesign improved our metrics by over 40%. Fantastic work.", imageSrc: "http://img.b2bpic.net/free-photo/woman-listening-mens-stories_329181-17786.jpg?_wi=2" }, { id: "t5", name: "Elena Rossi", role: "Product Owner", testimonial: "Creative, thorough, and always ahead of the curve.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" }, ]} title="Client Voices" -- 2.49.1