From a4ed359300f1c97a5e0c0599fb0df0c9f8825a3c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:52:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8206b9..f5f531a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,9 +104,10 @@ export default function LandingPage() { { value: "30+", title: "Years of Excellence" }, { value: "1000+", title: "Happy Customers" } ]} - imageSrc="http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg" imageAlt="Mahashay Garments store interior" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -150,7 +151,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/senior-man-looking-male-tailor-taking-fabric-from-shelf-workshop_23-2148180378.jpg" imageAlt="Contact us at Mahashay Garments" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1