diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ff38f4..5820505 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg", imageAlt: "Portfolio piece 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=1", imageAlt: "Portfolio piece 1"}, { imageSrc: "http://img.b2bpic.net/free-psd/portfolio-showcase-social-media-template-with-photo-frame_47987-32070.jpg", imageAlt: "Portfolio piece 2"}, { imageSrc: "http://img.b2bpic.net/free-vector/psychology-office-banner-template_23-2148749431.jpg", imageAlt: "Portfolio piece 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", imageAlt: "Portfolio piece 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg?_wi=1", imageAlt: "Portfolio piece 4"}, ]} buttons={[ { text: "View My Work", href: "work" }, @@ -84,13 +84,13 @@ export default function LandingPage() { features={[ { id: "1", title: "E-Commerce Platform Redesign", author: "2024", description: "Complete redesign of a leading e-commerce platform, improving user experience and increasing conversion rates by 35%. Focused on intuitive navigation and modern visual design.", tags: ["UI/UX", "E-Commerce", "Web Design"], - imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg", imageAlt: "E-commerce project"}, + imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=2", imageAlt: "E-commerce project"}, { id: "2", title: "Brand Identity System", author: "2024", description: "Developed comprehensive brand identity including logo, color palette, typography, and design system for a innovative tech startup.", tags: ["Branding", "Design System", "Identity"], - imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg", imageAlt: "Brand identity project"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-cozy-office-lifestyle_23-2149636247.jpg?_wi=2", imageAlt: "Brand identity project"}, { id: "3", title: "Mobile App Interface", author: "2023", description: "Designed and developed a mobile application for fitness tracking with clean interfaces and engaging user interactions.", tags: ["Mobile Design", "App Development", "UX"], - imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg", imageAlt: "Mobile app project"}, + imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-note-brick-wall_53876-31266.jpg?_wi=3", imageAlt: "Mobile app project"}, ]} animationType="slide-up" title="Featured Work" @@ -105,11 +105,11 @@ export default function LandingPage() {