From eee1eef7e41e30bc25f43539d8e05ab7e9ade880 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:03:32 +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 9d655cf..0d2bc82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "View Portfolio", href: "portfolio" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/colorful-modern-landing-page_23-2148428830.jpg" + imageSrc="http://img.b2bpic.net/free-vector/colorful-modern-landing-page_23-2148428830.jpg?_wi=1" imageAlt="Professional website design showcase" mediaAnimation="slide-up" /> @@ -70,21 +70,21 @@ export default function LandingPage() { title: "Ready-Made Packages", description: "Choose from professionally designed, pre-built website packages. Quick deployment, proven templates, and cost-effective solutions for businesses of all sizes.", icon: Package, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-vector/start-up-business-landing-page_23-2148276811.jpg", imageAlt: "Ready-made website package" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-office_23-2148179130.jpg", imageAlt: "Premium package option" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-office_23-2148179130.jpg?_wi=1", imageAlt: "Premium package option" } ] }, { title: "Custom Design", description: "Get a bespoke website tailored to your brand identity. Our designers create unique, responsive solutions that reflect your business values and goals.", icon: Palette, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-office_23-2148179130.jpg", imageAlt: "Custom design service" }, - { imageSrc: "http://img.b2bpic.net/free-vector/flat-shopping-center-landing-page-template_23-2149319052.jpg", imageAlt: "Custom website example" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-working-with-tablet-office_23-2148179130.jpg?_wi=2", imageAlt: "Custom design service" }, + { imageSrc: "http://img.b2bpic.net/free-vector/flat-shopping-center-landing-page-template_23-2149319052.jpg?_wi=1", imageAlt: "Custom website example" } ] }, { title: "Fast Delivery", description: "Launch your website quickly. We prioritize rapid turnaround times without compromising quality. Most projects delivered within 2-4 weeks.", icon: Zap, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/html-css-collage-concept-with-person_23-2150061999.jpg", imageAlt: "Fast delivery timeline" }, - { imageSrc: "http://img.b2bpic.net/free-vector/colorful-modern-landing-page_23-2148428830.jpg", imageAlt: "Quick launch process" } + { imageSrc: "http://img.b2bpic.net/free-vector/colorful-modern-landing-page_23-2148428830.jpg?_wi=2", imageAlt: "Quick launch process" } ] } ]} @@ -104,7 +104,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "E-Commerce Store", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-vector/flat-shopping-center-landing-page-template_23-2149319052.jpg", imageAlt: "E-commerce website design" + id: "1", name: "E-Commerce Store", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-vector/flat-shopping-center-landing-page-template_23-2149319052.jpg?_wi=2", imageAlt: "E-commerce website design" }, { id: "2", name: "Corporate Website", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-vector/interior-design-landing-page_23-2149651581.jpg", imageAlt: "Corporate business website" -- 2.49.1