From 639a45ab0ad4d913c36869b700b2dae6fdd7436b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:08:07 +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 f5b9fa9..b71fb75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { { text: "Our Work", href: "#services" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg", imageAlt: "Digital Agency Web Design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg", imageAlt: "Modern Development" }, - { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg", imageAlt: "Responsive Sites" }, - { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg", imageAlt: "UI/UX Design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg", imageAlt: "Growth Analytics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg?_wi=1", imageAlt: "Digital Agency Web Design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg?_wi=2", imageAlt: "Modern Development" }, + { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg?_wi=3", imageAlt: "Responsive Sites" }, + { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg?_wi=4", imageAlt: "UI/UX Design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/creative-photographer-retouching-photos-night-retouching-using-digitizer_482257-32845.jpg?_wi=5", imageAlt: "Growth Analytics" }, ]} /> @@ -83,7 +83,7 @@ export default function LandingPage() { features={[ { title: "Custom Web Development", description: "Full-stack solutions built for speed, scalability, and security.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg", imageAlt: "Custom Web Development Tools"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=1", imageAlt: "Custom Web Development Tools"}, items: [ { icon: Code, text: "Clean, scalable code" }, { icon: Smartphone, text: "Mobile-responsive design" }, @@ -93,7 +93,7 @@ export default function LandingPage() { }, { title: "UI/UX Design", description: "User-centered design that turns visitors into loyal customers.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg", imageAlt: "User Interface Design"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=2", imageAlt: "User Interface Design"}, items: [ { icon: Palette, text: "Custom brand identity" }, { icon: MousePointer, text: "Conversion-focused layouts" }, @@ -103,7 +103,7 @@ export default function LandingPage() { }, { title: "Digital Strategy", description: "Data-driven insights to optimize your reach and engagement.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg", imageAlt: "Strategic Planning"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-astronaut_23-2151432363.jpg?_wi=3", imageAlt: "Strategic Planning"}, items: [ { icon: BarChart, text: "Analytics integration" }, { icon: Search, text: "SEO-first architecture" }, -- 2.49.1