export interface SocialMediaLink {
	icon: string;
	href: string;
}
