fiee-official-website/src/views/news/size375/index.vue

119 lines
5.8 KiB
Vue
Raw Normal View History

2025-05-30 11:19:12 +00:00
<template>
<div class="page-container">
2025-05-30 11:46:08 +00:00
<p style="font-size: 24px">
2025-05-30 11:19:12 +00:00
<strong
>FiEE, Inc. Announces Approval to Relist on The Nasdaq Stock
Market</strong
>
</p>
<p>May 30 2025</p>
<p>
<em>Company will resume trading under its existing symbols MINM </em>
</p>
<p>
<strong>Hong Kong, May 30, 2025 </strong> FiEE, Inc. (FiEE, Inc. or the
Company), a technology company integrating IoT, connectivity and AI to
redefine brand management solutions in the digital era, is pleased to
announce that The Nasdaq Stock Market LLC (Nasdaq) has approved its
application for the relisting of the Companys ordinary shares today.
Trading is scheduled to commence on Nasdaq at the opening of the Market on
Monday, 2 June, 2025 under the ticker symbols MINM.
</p>
<p>
<strong>Rafael Li, Chief Executive Officer of FiEE,</strong> commented,
"We are honored to announce our successful relisting on Nasdaq, a
significant milestone that reflects our unwavering commitment to
operational excellence and strategic growth. We extend our sincere
gratitude to the Nasdaq team for their prompt review and approval of our
application, affirming our compliance with all initial listing criteria.
</p>
<p>
FiEE, Inc. is currently undergoing a strategic transformation aimed at
capitalizing on broader market opportunities. Central to this evolution is
our integrated approach, where cyber-hardened IoT connectivity converges
with AI-driven content creation and audience targeting. This synergy is
designed to empower Key Opinion Leaders (KOLs) and brands to achieve
accelerated growth and deeper audience engagement. Leveraging
IoT-connectivity solutions, AI and big data analytics, we are capable to
deliver intelligent, multimedia and multilingual contents tailored to
diverse audiences. Coupling with AI targeting analysis, we enhance
audience targeting capabilities, ensuring effective content placement and
personalized promotions.
</p>
<p>
As we advance, our focus remains on continuous innovation and strategic
initiatives that drive long-term growth and shareholder value.
</p>
<p><strong>About FiEE, Inc.</strong></p>
<p>
FiEE, Inc., (NASDAQ: MINM), formerly Minim, Inc., was founded in 1977. It
has a historical track record of delivering comprehensive WiFi/Software as
a Service platform in the market. After years of development, it made the
strategic decision to transition to a Software First Model in 2023 to
expand our technology portfolio and revenue streams. In 2025, FiEE, Inc.
rebranded itself as a technology company leveraging the expertise in IoT,
connectivity, and artificial intelligence ("AI") to explore new business
prospects and extend our global footprint.
</p>
<p>
Our services are structured into four key categories: Cloud-Managed
Connectivity (WiFi) Platform, IoT Hardware Sales &amp; Licensing, SAAS
Solutions, and Professional To-C and To-B Services &amp; Support. Notably,
we have introduced our innovative Software as a Service ("SaaS")
solutions, which integrate our AI and data analytics capabilities into
content creation and brand management. This initiative has led to the
nurturing of a robust pool of Key Opinion Leaders (KOLs) on major social
media platforms worldwide, assisting them in developing, managing, and
optimizing their digital presence across global platforms. Our services
include customized graphics and posts, short videos, and editorial
calendars tailored to align with brand objectives.
</p>
<p><strong>Forward-Looking Statements</strong></p>
<p>
This press release contains certain forward-looking statements within the
meaning of Section 27A of the Securities Act of 1933, as amended, and
Section 21E of the Securities Exchange Act of 1934, as amended. Some of
the forward-looking statements can be identified by the use of forward
looking words. Statements that are not historical in nature, including the
words may, can, should, will, estimate, plan, project,
forecast, intend, expect, hope, anticipate, believe, seek,
target, continue, could, might, ongoing, potential, predict,
would and other similar expressions, are intended to identify
forward-looking statements. Forward-looking statements are predictions,
projections and other statements about future events that are based on
current expectations and assumptions and, as a result, are subject to
risks and uncertainties.
</p>
<p>
Forward-looking statements speak only as of the date they are made.
Readers are cautioned not to put undue reliance on forward-looking
statements, and FiEE, Inc. assumes no obligation and does not intend to
update or revise these forward-looking statements, whether as a result of
new information, future events, or otherwise. FiEE, Inc. does not give any
assurance that it will achieve its expectations.
</p>
<p>View source version on [media channel]:</p>
<p>[website]</p>
<p><strong>Media</strong></p>
<p><a href="mailto:fiee@dlkadvisory.com">fiee@dlkadvisory.com</a></p>
<p>Source: FiEE, Inc.</p>
</div>
</template>
<script setup>
import { reactive } from "vue";
import { NSelect, NInput, NButton } from "naive-ui";
import { useI18n } from "vue-i18n";
const { t } = useI18n();
const state = reactive({});
</script>
<style scoped lang="scss">
.page-container {
margin: 0 auto;
padding: 80px;
}
</style>