diff --git a/src/app/page.tsx b/src/app/page.tsx index c310ebb..22c8b04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,13 +117,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "portfolio-1", name: "Luxury Resort Brand Campaign", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-concept_23-2148584181.jpg", imageAlt: "Luxury resort marketing campaign" + id: "portfolio-1", name: "Luxury Resort Brand Campaign", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-concept_23-2148584181.jpg?_wi=1", imageAlt: "Luxury resort marketing campaign" }, { id: "portfolio-2", name: "Premium Fashion Launch", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-fashion-template_23-2150112070.jpg", imageAlt: "Fashion brand launch campaign" }, { - id: "portfolio-3", name: "Luxury Hospitality Rebrand", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-concept_23-2148584181.jpg", imageAlt: "Hospitality brand rebranding" + id: "portfolio-3", name: "Luxury Hospitality Rebrand", price: "Featured Project", imageSrc: "http://img.b2bpic.net/free-vector/fashion-sale-landing-page-concept_23-2148584181.jpg?_wi=2", imageAlt: "Hospitality brand rebranding" } ]} />