diff --git a/src/app/page.tsx b/src/app/page.tsx index b5bde6c..71416d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Strategic Design & Branding", description: "From visual identity to comprehensive brand systems, we create distinctive designs that resonate with your audience and drive meaningful engagement across all touchpoints.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg?_wi=1"}, items: [ { icon: Palette, text: "Visual Identity Design" }, { icon: Layout, text: "Brand Guidelines" }, @@ -105,7 +105,7 @@ export default function LandingPage() { }, { id: "2", title: "Web & App Development", description: "High-performance digital products built with modern technologies. We create scalable solutions that perform beautifully across all devices and drive user engagement.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg?_wi=1"}, items: [ { icon: Code, text: "Frontend Development" }, { icon: Server, text: "Backend Solutions" }, @@ -116,7 +116,7 @@ export default function LandingPage() { }, { id: "3", title: "Digital Marketing & Strategy", description: "Data-driven marketing strategies that convert. We develop comprehensive digital strategies that combine SEO, content marketing, and paid advertising for measurable results.", media: { - imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg"}, + imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg?_wi=1"}, items: [ { icon: TrendingUp, text: "SEO & SEM" }, { icon: Mail, text: "Content Strategy" }, @@ -141,11 +141,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "E-Commerce Platform Redesign", price: "3-Month Project", variant: "UI/UX Design + Development", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg", imageAlt: "E-commerce platform"}, + id: "1", name: "E-Commerce Platform Redesign", price: "3-Month Project", variant: "UI/UX Design + Development", imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management_52683-43342.jpg?_wi=2", imageAlt: "E-commerce platform"}, { - id: "2", name: "SaaS Dashboard Creation", price: "6-Month Project", variant: "Full-Stack Development", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg", imageAlt: "SaaS dashboard"}, + id: "2", name: "SaaS Dashboard Creation", price: "6-Month Project", variant: "Full-Stack Development", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-writing-virtual-classroom_23-2149200185.jpg?_wi=2", imageAlt: "SaaS dashboard"}, { - id: "3", name: "Brand Identity System", price: "2-Month Project", variant: "Branding + Design System", imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg", imageAlt: "Brand identity"}, + id: "3", name: "Brand Identity System", price: "2-Month Project", variant: "Branding + Design System", imageSrc: "http://img.b2bpic.net/free-psd/music-concert-web-template_23-2149097824.jpg?_wi=2", imageAlt: "Brand identity"}, ]} textboxLayout="default" gridVariant="uniform-all-items-equal"