From a604b0fbdc45ab9ee87859e787fc674f9aa52936 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:56:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} /> -- 2.49.1