From 57e8a8681d84a4280f70dc384043048c2dd83601 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:08:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2bf87e9..e8a76e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,6 +92,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-hanging-out-together_23-2149143974.jpg" imageAlt="AA Fast Food Restaurant Interior" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -134,20 +135,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Fatima Khan", role: "Regular Customer", company: "Shahdara Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg", imageAlt: "Fatima Khan" + id: "1", name: "Fatima Khan", role: "Regular Customer", company: "Shahdara Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg", imageAlt: "Fatima Khan" }, { - id: "2", name: "Ahmed Ali", role: "Office Worker", company: "Downtown Lahore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Ahmed Ali" + id: "2", name: "Ahmed Ali", role: "Office Worker", company: "Downtown Lahore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Ahmed Ali" }, { - id: "3", name: "Saira Malik", role: "Family Dining Fan", company: "North Lahore", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3598.jpg", imageAlt: "Saira Malik" + id: "3", name: "Saira Malik", role: "Family Dining Fan", company: "North Lahore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3598.jpg", imageAlt: "Saira Malik" }, { - id: "4", name: "Hassan Raza", role: "Food Enthusiast", company: "Lahore Food Circle", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479576.jpg", imageAlt: "Hassan Raza" + id: "4", name: "Hassan Raza", role: "Food Enthusiast", company: "Lahore Food Circle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479576.jpg", imageAlt: "Hassan Raza" } ]} /> -- 2.49.1