---
title: "Contact Us"
type: contact
brand: santopane
locale: en
---

# Contact Us

Have a question, suggestion or want to order special breads? Send a message and we will respond as soon as possible.

## Have a question, suggestion or want to order special breads? Send a message and we will respond as soon as possible.

To contact us, send a message through the form on the website or use our official channels.

- WhatsApp: https://wa.me/5511984807000
- E-mail: sac@santopane.com.br
- Instagram: @santopaneoficial (https://instagram.com/santopaneoficial)

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "ContactPage",
  "name": "Contact Us | Santo Pane",
  "description": "Have a question, suggestion or want to order special breads? Send a message and we will respond as soon as possible.",
  "url": "https://santopane.com.br/en/contact",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+5511984807000",
    "email": "sac@santopane.com.br",
    "contactType": "customer service",
    "areaServed": "BR",
    "availableLanguage": [
      "Portuguese",
      "English"
    ]
  }
}
```
