Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-16 01:35:36 +00:00
parent 938a3ef1de
commit 7506d153bb

View File

@@ -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" }
]}
/>
</SectionErrorBoundary>