修改文字

This commit is contained in:
liwenhao 2025-05-24 16:11:08 +08:00
parent 108970fd41
commit 46687211dd
4 changed files with 21 additions and 33 deletions

View File

@ -607,7 +607,7 @@ export default {
TITLETWO: {
TITLE: "About FiEE, Inc.",
CONTENT:
'FiEE Inc., (NASDAQ: MINM) was formerly Minim, Inc. founded in 1977. We have a historical track record of delivering a comprehensive WiFi/Software as a Service platform in the market. After years of development, we made the strategic decision to transition to a Software First Model in 2023 to expand our technology portfolio and revenue streams. By 2025, we have rebranded ourselves as a technology company leveraging our expertise in IoT, connectivity, and artificial intelligence ("AI") to explore new business prospects and extend our global footprint.',
'FiEE, Inc., (NASDAQ: MINM) was formerly Minim, Inc. founded in 1977. We have a historical track record of delivering a comprehensive WiFi/Software as a Service platform in the market. After years of development, we made the strategic decision to transition to a Software First Model in 2023 to expand our technology portfolio and revenue streams. By 2025, we have rebranded ourselves as a technology company leveraging our expertise in IoT, connectivity, and artificial intelligence ("AI") to explore new business prospects and extend our global footprint.',
CONTENTTWO:
'into four key categories: Cloud-Managed Connectivity (WiFi) Platform, IoT Hardware Sales & Licensing, SAAS Solutions, and Professional To-C and To-B Services & 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.',
CONTENTTHREE:

View File

@ -1,11 +1,6 @@
<template>
<div class="title mb-[50px] text-center">
<div
style="font-size: 40px; margin-top: 60px"
class="text-5xl font-light text-gray-800 mb-4 tracking-tight"
>
Corporate Governance
</div>
<div style="font-size: 40px; margin-top: 60px">Corporate Governance</div>
<div class="w-24 h-1 bg-[#895bff] mx-auto"></div>
</div>
@ -55,6 +50,7 @@
:href="item.url"
class="inline-flex items-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-white bg-[#895bff] hover:bg-[#7a4de6] transition-all duration-300 transform hover:scale-105 shadow-md"
target="_blank"
style="font-size: 16px"
>
View Document
<svg

View File

@ -30,7 +30,7 @@
<div class="content-block">
<p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}</p>
<p>
<text style="color: #895bff">{{
<text style="color: black">{{
$t("COMPANYOVERVIEW.TITLETWO.CONTENTTWOTITLE")
}}</text>

View File

@ -30,7 +30,7 @@
<div class="content-block">
<p>{{ $t("COMPANYOVERVIEW.TITLETWO.CONTENT") }}</p>
<p>
<text style="color: #895bff">{{
<text style="color: black">{{
$t("COMPANYOVERVIEW.TITLETWO.CONTENTTWOTITLE")
}}</text>
@ -143,19 +143,19 @@
<div class="news-card">
<!-- <div class="news-date">De 15. 2023</div> -->
<!-- <h3 class="news-title">{{ $t("HOME.CONTAINY.NEWS.LATEST_TITLE") }}</h3> -->
<p style="font-size: 18px">
<p class="news-excerpt">
{{ $t("HOME.CONTAINY.NEWS.TITLETWO") }}
</p>
<p style="font-size: 18px">
<p class="news-excerpt">
{{ $t("HOME.CONTAINY.NEWS.TITLETHTEE") }}
</p>
<p style="font-size: 18px">
<p class="news-excerpt">
{{ $t("HOME.CONTAINY.NEWS.CONTENTTHREE") }}
</p>
<p style="font-size: 18px">
<p class="news-excerpt">
{{ $t("HOME.CONTAINY.NEWS.CONTENTFOUR") }}
</p>
<p style="font-size: 18px">
<p class="news-excerpt">
{{ $t("HOME.CONTAINY.NEWS.CONTENTFIVE") }}
</p>
<!-- <a href="#" class="news-link"
@ -174,44 +174,36 @@
<h2 class="card-title">{{ $t("HOME.CONTAINY.STOCK_INFO.TITLE") }}</h2>
<div class="stock-data">
<div class="data-row">
<span style="font-size: 18px" class="data-label">{{
<span class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.LAST_PRICE")
}}</span>
<span style="font-size: 18px" class="data-value"
>${{ stockQuote.Open }}</span
>
<span class="data-value">${{ stockQuote.Open }}</span>
</div>
<div style="font-size: 18px" class="data-row">
<span style="font-size: 18px" class="data-label">{{
<div class="data-row">
<span class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.CHANGE")
}}</span>
<span style="font-size: 18px" class="data-value positive"
<span class="data-value positive"
>{{ stockQuote.change[0] }}{{ stockQuote.change[1] }}</span
>
</div>
<div class="data-row">
<span style="font-size: 18px" class="data-label">{{
<span class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.STOCK_CODE")
}}</span>
<span style="font-size: 18px" class="data-value"
>NASDAQ: MINM</span
>
<span class="data-value">NASDAQ: MINM</span>
</div>
<div class="data-row">
<span style="font-size: 18px" class="data-label">{{
<span class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.VOLUME")
}}</span>
<span style="font-size: 18px" class="data-value">{{
stockQuote.Volume
}}</span>
<span class="data-value">{{ stockQuote.Volume }}</span>
</div>
<div class="data-row">
<span style="font-size: 18px" class="data-label">{{
<span class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.MARKET_CAP")
}}</span>
<span style="font-size: 18px" class="data-value"
>${{ stockQuote.MarketCap }}</span
>
<span class="data-value">${{ stockQuote.MarketCap }}</span>
</div>
</div>
</div>