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

117 lines
6.0 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 14:39:30 +00:00
<strong>FiEE, Inc. Announces Relisting on Nasdaq</strong>
2025-05-30 11:19:12 +00:00
</p>
2025-05-30 14:39:30 +00:00
<p>May 30, 2025</p>
2025-05-30 11:19:12 +00:00
<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
2025-05-30 14:39:30 +00:00
application for the relisting of the Companys ordinary shares. Trading is
expected to commence on Nasdaq at the opening of trading on Monday, 2
June, 2025 under the ticker symbol MINM.
2025-05-30 11:19:12 +00:00
</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>
2025-05-30 14:39:30 +00:00
<strong>Forward-Looking Statements</strong><br />This communication
contains forward-looking statements which include, but are not limited to,
statements regarding the Companys listing of its ordinary shares on
Nasdaq; the impact of the listing; the Companys business strategy,
including its strategic transformation; and the Companys ability to drive
long-term growth and shareholder value. These forward-looking statements
are subject to the safe harbor provisions under the Private Securities
Litigation Reform Act of 1995. The Companys expectations and beliefs
regarding these matters may not materialize. Actual outcomes and results
may differ materially from those contemplated by these forward-looking
statements as a result of uncertainties, risks, and changes in
circumstances, including but not limited to risks and uncertainties
related to: the ability of the Company to maintain compliance with the
Nasdaq continued listing standards; the impact of fluctuations in global
financial markets on the Companys business and the actions it may take in
response thereto; the Companys ability to execute its plans and
strategies; and the impact of government laws and regulations. Additional
risks and uncertainties that could cause actual outcomes and results to
differ materially from those contemplated by the forward-looking
statements are included under the caption Risk Factors in the Companys
Quarterly Report on Form 10-Q for the quarter ended March 31, 2025 and
elsewhere in the Companys subsequent reports on Form 10-K, Form 10-Q or
Form 8-K filed with the U.S. Securities and Exchange Commission from time
to time and available at www.sec.gov.
2025-05-30 11:19:12 +00:00
</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 {
2025-05-30 14:39:30 +00:00
max-width: 1200px;
2025-05-30 11:19:12 +00:00
margin: 0 auto;
2025-05-30 14:39:30 +00:00
padding: 40px;
2025-05-30 11:19:12 +00:00
}
</style>