-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.tsx
37 lines (31 loc) · 1.27 KB
/
data.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
import { Icons } from "./components/utils/enums";
export const contato = {
email: "[email protected]",
telefone: "+55 (71) 9 9901-9845",
socialNetworks: [
{
name: "instagram",
url: "https://www.instagram.com/tsmodelagem3d/",
src: "/icons/instagram.svg",
iconName: Icons.instagram,
},
{
name: "whatsapp",
url: "https://wa.me/5571999019845",
src: "/icons/whatsapp.svg",
iconName: Icons.whatsapp,
},
],
};
export const legendaLogo = "Logo TSModelagem3D";
export const headerMenu = [
{ name: "home", url: "#" },
{ name: "sobre", url: "#sobre" },
{ name: "portfolio", url: "#portfolio" },
{ name: "orçamento", url: "#orcamento" },
{ name: "contato", url: "#contato" },
];
export const mensagemSplash =
"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has be";
export const mensagemEstudio =
"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It";