From 7506d153bb603dae8dfd2e3e771530fac8ecd880 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 01:35:36 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 0d8991f..431580d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -77,8 +77,8 @@ export default function HomePage() { title="Meet The Team" description="The passion behind our authentic treats." members={[ - { name: "Maria G.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-breakfast_23-2147667247.jpg" }, - { name: "Jose R.", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg" } + { name: "Maria G.", role: "Founder", description: "Leading the sweet revolution in Gunter with love and fresh ingredients.", socialLinks: [], imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-breakfast_23-2147667247.jpg" }, + { name: "Jose R.", role: "Head Chef", description: "Bringing authentic recipes to life with every single fruit cup.", socialLinks: [], imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg" } ]} /> -- 2.49.1