diff --git a/src/app/page.tsx b/src/app/page.tsx index d9d1690..f8ff99d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { textPosition="bottom-left" showBlur={true} showDimOverlay={true} - imageSrc="http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=1" imageAlt="Professional video editing workspace" buttons={[ { text: "View Portfolio", href: "portfolio" }, @@ -68,7 +68,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-filmmaker-working-media-post-production-from-agency-office_482257-118847.jpg?_wi=2" imageAlt="Professional video editor at work" mediaAnimation="slide-up" bulletPoints={[ @@ -98,11 +98,11 @@ export default function LandingPage() { }, { id: "video-ads", title: "Video Advertisements", tags: ["Advertising", "Marketing", "Promotion"], - imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg", imageAlt: "Video advertisement production" + imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg?_wi=1", imageAlt: "Video advertisement production" }, { id: "corporate-videos", title: "Corporate Videos", tags: ["Business", "Professional", "Branding"], - imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg", imageAlt: "Corporate video production" + imageSrc: "http://img.b2bpic.net/free-photo/professional-photographer-shooting-business-meeting-office_1268-21503.jpg?_wi=2", imageAlt: "Corporate video production" }, { id: "color-grading", title: "Color Grading", tags: ["Cinematography", "Color Science", "Premium"], @@ -154,22 +154,22 @@ export default function LandingPage() {