6 lines
257 B
TypeScript
6 lines
257 B
TypeScript
export const LINKS = {
|
|
youtubeChannel: "https://www.youtube.com/santhoshj",
|
|
instagramProfile: "https://www.instagram.com/santhoshjanan/",
|
|
podcast: "https://podcasters.spotify.com/pod/show/irregularmind", // default; override in CTA props if needed
|
|
};
|