Initial commit
This commit is contained in:
34
src/constants/navigation.tsx
Normal file
34
src/constants/navigation.tsx
Normal file
@@ -0,0 +1,34 @@
|
||||
export const navigation = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Features",
|
||||
url: "/features",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Pricing",
|
||||
url: "/pricing",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How to use",
|
||||
url: "/how-to-use",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Roadmap",
|
||||
url: "/roadmap",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "New account",
|
||||
url: "/login?new=true",
|
||||
onlyMobile: true,
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Sign in",
|
||||
url: "/login",
|
||||
onlyMobile: true,
|
||||
},
|
||||
];
|
||||
32
src/constants/socials.tsx
Normal file
32
src/constants/socials.tsx
Normal file
@@ -0,0 +1,32 @@
|
||||
export const socials = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Discord",
|
||||
iconUrl: "/images/socials/discord.svg",
|
||||
url: "#",
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Twitter",
|
||||
iconUrl: "/images/socials/twitter.svg",
|
||||
url: "#",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Instagram",
|
||||
iconUrl: "/images/socials/instagram.svg",
|
||||
url: "#",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Telegram",
|
||||
iconUrl: "/images/socials/telegram.svg",
|
||||
url: "#",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Facebook",
|
||||
iconUrl: "/images/socials/facebook.svg",
|
||||
url: "#",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user