From 3cd0f4fb173285503fc2e03323936940c12a948d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:35:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 63a9f86..f7b50e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,6 @@ export default function LandingPage() { }, ]} imagePosition="right" - mediaAnimation="opacity" /> @@ -112,7 +111,6 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - mediaAnimation="slide-up" /> @@ -138,7 +136,6 @@ export default function LandingPage() { }, ]} imagePosition="left" - mediaAnimation="blur-reveal" /> @@ -168,7 +165,6 @@ export default function LandingPage() { }, ]} buttonAnimation="opacity" - mediaAnimation="none" /> @@ -183,16 +179,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Sharma", role: "Working Professional", company: "Tech Company", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "professional portrait business headshot corporate portrait professional woman business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "professional portrait business headshot corporate portrait professional woman business person" + }, { id: "2", name: "Rajesh Kumar", role: "Family Head", company: "Manufacturing Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business headshot corporate portrait professional man business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot corporate portrait professional man business person" + }, { id: "3", name: "Anjali Patel", role: "Homemaker", company: "Mumbai", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "professional portrait business headshot corporate portrait professional woman business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "professional portrait business headshot corporate portrait professional woman business person" + }, { id: "4", name: "Vikram Singh", role: "CEO", company: "Startup Founder", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business headshot corporate portrait professional man business person"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business headshot corporate portrait professional man business person" + }, ]} kpiItems={[ { value: "70+", label: "Happy Customers" }, -- 2.49.1