diff --git a/src/app/page.tsx b/src/app/page.tsx index 3521c70..092803e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283260.jpg", imageAlt: "Brutalist architectural structure"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283260.jpg?_wi=1", imageAlt: "Brutalist architectural structure"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283260.jpg", imageAlt: "Minimalist design composition"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283260.jpg?_wi=2", imageAlt: "Minimalist design composition"}, ]} rating={5} ratingText="Trusted by design professionals" @@ -98,7 +98,7 @@ export default function LandingPage() { reviewCount: "8 projects", imageSrc: "http://img.b2bpic.net/free-vector/green-living-poster-design_53876-117604.jpg", imageAlt: "Digital interface redesign"}, { id: "3", brand: "UNFILTERED", name: "Interior Spatial Design", price: "Space Design", rating: 5, - reviewCount: "15 projects", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg", imageAlt: "Interior spatial design project"}, + reviewCount: "15 projects", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg?_wi=1", imageAlt: "Interior spatial design project"}, ]} buttons={[{ text: "View Full Portfolio", href: "#" }]} buttonAnimation="blur-reveal" @@ -112,7 +112,7 @@ export default function LandingPage() { tag="Values" tagIcon={Shield} tagAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg" + imageSrc="http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg?_wi=2" imageAlt="Design studio workspace" mediaAnimation="blur-reveal" mediaPosition="left" @@ -154,17 +154,17 @@ export default function LandingPage() {