From c73aec9617945419a671682d9859c05c632a1d77 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 04:46:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d149376..84efe30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,15 +172,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Shirin G.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-cooking-kitchen-chopping-vegetables-board-holding-tomatoes_1258-198073.jpg", imageAlt: "Shirin G.", company: "Home Cook", role: "Enthusiast"}, + id: "t1", name: "Shirin G.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-cooking-kitchen-chopping-vegetables-board-holding-tomatoes_1258-198073.jpg", imageAlt: "Shirin G." + }, { - id: "t2", name: "Reza M.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-looking-up-with-hands-waist-white-uniform-looking-indecisive-front-view_176474-92242.jpg", imageAlt: "Reza M.", company: "Chef", role: "Restaurant Owner"}, + id: "t2", name: "Reza M.", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-looking-up-with-hands-waist-white-uniform-looking-indecisive-front-view_176474-92242.jpg", imageAlt: "Reza M." + }, { - id: "t3", name: "Layla K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cooking-with-apples_23-2149079803.jpg", imageAlt: "Layla K.", company: "Food Blogger", role: "Influencer"}, + id: "t3", name: "Layla K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-cooking-with-apples_23-2149079803.jpg", imageAlt: "Layla K." + }, { - id: "t4", name: "Arash S.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-woman-with-laptop-talking-mobile-phone-while-sitting-comfortable-armchair_158595-7313.jpg", imageAlt: "Arash S.", company: "Gift Buyer", role: "Satisfied Customer"}, + id: "t4", name: "Arash S.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-young-woman-with-laptop-talking-mobile-phone-while-sitting-comfortable-armchair_158595-7313.jpg", imageAlt: "Arash S." + }, { - id: "t5", name: "Parisa N.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1377.jpg", imageAlt: "Parisa N.", company: "Culinary Student", role: "Aspiring Chef"}, + id: "t5", name: "Parisa N.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-sad-expression_1194-1377.jpg", imageAlt: "Parisa N." + } ]} cardTitle="What Our Customers Say" cardTag="Raving Reviews" -- 2.49.1