叶静 4 дней назад
Сommit
d68d465dde
13 измененных файлов с 2496 добавлено и 0 удалено
  1. 279 0
      groupRules.html
  2. BIN
      img/20250901-171805.jpg
  3. BIN
      img/20250901-171822.jpg
  4. BIN
      img/20250901-171825.jpg
  5. BIN
      img/20250901-171829.jpg
  6. BIN
      img/20250901-171832.jpg
  7. BIN
      img/20250916-153510.jpg
  8. BIN
      img/aisoco_logo.png
  9. BIN
      img/banner1.png
  10. 1256 0
      index.html
  11. 317 0
      privacy.html
  12. 355 0
      refund.html
  13. 289 0
      terms.html

+ 279 - 0
groupRules.html

@@ -0,0 +1,279 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+		<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+		<meta http-equiv="Pragma" content="no-cache" />
+		<meta http-equiv="Expires" content="0" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Group Buying Rules</title>
+    <!-- Tailwind CSS -->
+    <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
+    <!-- Font Awesome -->
+    <link
+      href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
+      rel="stylesheet"
+    />
+    <!-- Google Fonts -->
+    <link
+      href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
+      rel="stylesheet"
+    />
+    <style>
+      .prose-lg {
+        line-height: 1.5 !important;
+      }
+    </style>
+
+    <script>
+      tailwind.config = {
+        theme: {
+          extend: {
+            colors: {
+              primary: '#0066CC',
+              secondary: '#333333',
+              light: '#F5F5F7',
+              dark: '#1D1D1F',
+            },
+            fontFamily: {
+              sans: ['Inter', 'sans-serif'],
+            },
+          },
+        },
+      };
+    </script>
+
+    <style type="text/tailwindcss">
+      @layer utilities {
+        .transition-smooth {
+          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
+        }
+      }
+    </style>
+  </head>
+
+  <body class="font-sans bg-white text-dark antialiased">
+    <main class="py-12">
+      <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
+        <!-- 标题 -->
+        <h1 class="text-sm md:text-4xl font-bold mb-8">
+          <span class="lang-en">Group Buying Rules</span>
+          <span class="lang-zh hidden">BandhuBuy拼团规则</span>
+        </h1>
+
+        <!-- 图片 -->
+        <div class="mb-8">
+          <img
+            src="./img/20250916-153510.jpg"
+            alt="Group Buying Rules"
+            class="w-full h-auto rounded-lg shadow-lg"
+          />
+        </div>
+
+        <!-- 内容 -->
+        <div class="prose prose-lg text-xs md:text-xl max-w-none">
+          <!-- 英文版本 -->
+          <div class="lang-en">
+            <section class="mb-8">
+              <div class="space-y-4">
+                <p>
+                  <strong>1. Activity Name:</strong> Lucky Group Buying (10 or
+                  20 participants)
+                </p>
+
+                <p>
+                  <strong>2. Participation Requirements:</strong> Payment of the
+                  product amount
+                </p>
+
+                <p>
+                  <strong>3. Group Formation Rules:</strong> The group will be
+                  successfully formed if the required number of participants (10
+                  or 20 people) is reached within the specified time limit.
+                </p>
+
+                <div>
+                  <p><strong>4. Lottery Rules:</strong></p>
+                  <ul class="list-disc pl-6 space-y-1">
+                    <li>
+                      <strong>Lottery Time:</strong> Immediately after the group
+                      is successfully formed
+                    </li>
+                    <li>
+                      <strong>Lottery Method:</strong> One person will be
+                      randomly selected from among all participants
+                    </li>
+                  </ul>
+                </div>
+
+                <div>
+                  <p><strong>5. Fund Processing Rules:</strong></p>
+                  <ul class="list-disc pl-6 space-y-1">
+                    <li>
+                      <strong>Winner:</strong> The full payment will be deducted
+                      as the product payment
+                    </li>
+                    <li>
+                      <strong>Non-winners:</strong> The full payment amount will
+                      be refunded to the user's account wallet balance instantly
+                    </li>
+                    <li>
+                      <strong>Group Buying Failure:</strong> If the required
+                      number of participants is not reached within the specified
+                      time, the group buying fails, and the full payment amount
+                      will be refunded to the user's account wallet balance
+                      instantly
+                    </li>
+                  </ul>
+                </div>
+
+                <div>
+                  <p><strong>6. Product Distribution Rules:</strong></p>
+                  <ul class="list-disc pl-6 space-y-1">
+                    <li>
+                      <strong>Successful Group Buying:</strong> The winner will
+                      receive the product
+                    </li>
+                    <li>
+                      <strong>Failed Group Buying:</strong> No product will be
+                      shipped
+                    </li>
+                  </ul>
+                </div>
+
+                <p>
+                  <strong>7. Product Shipping:</strong> The platform will ship
+                  the product within 72 hours
+                </p>
+
+                <p>
+                  <strong>8. Risk Warning:</strong> Winning in Lucky Group
+                  Buying is random. Participation indicates understanding and
+                  acceptance of this risk.
+                </p>
+
+                <p>
+                  <strong>9. User Agreement:</strong> Payment constitutes
+                  acceptance and agreement to these group buying rules.
+                </p>
+
+                <p>
+                  <strong>10. Customer Support:</strong> Contact official
+                  customer service for inquiries.
+                </p>
+
+                <p class="mt-6 font-semibold">
+                  BandhuBuy reserves the right of final interpretation of these
+                  rules.
+                </p>
+              </div>
+            </section>
+          </div>
+
+          <!-- 中文版本 -->
+          <div class="lang-zh hidden">
+            <section class="mb-8">
+              <h2 class="text-2xl font-semibold mb-4">团购详细规则</h2>
+
+              <div class="space-y-4">
+                <p><strong>1.玩法名称:</strong> 幸运团购(10人或20人)</p>
+
+                <p><strong>2.参与条件:</strong> 支付商品金额</p>
+
+                <p>
+                  <strong>3.成团规则:</strong>
+                  成团规定时间内达到成团人数要求即可成团(10人或20人)
+                </p>
+
+                <div>
+                  <p><strong>4.抽奖规则:</strong></p>
+                  <ul class="list-disc pl-6 space-y-1">
+                    <li><strong>抽奖时间:</strong>成团后立即抽奖</li>
+                    <li>
+                      <strong>抽奖方式:</strong>从已参团人数中随机选中1人
+                    </li>
+                  </ul>
+                </div>
+
+                <div>
+                  <p><strong>5.资金处理规则:</strong></p>
+                  <ul class="list-disc pl-6 space-y-1">
+                    <li>
+                      <strong>抽中者:</strong>支付金额全部扣除作为商品货款
+                    </li>
+                    <li>
+                      <strong>未抽中者:</strong
+                      >支付金额全额退还至账户钱包余额、即时到账
+                    </li>
+                    <li>
+                      <strong>拼团失败:</strong
+                      >成团规定时间内未达到成团人数要求则拼团失败,支付金额全额退还至账户钱包余额、即时到账
+                    </li>
+                  </ul>
+                </div>
+
+                <div>
+                  <p><strong>6.商品发放规则:</strong></p>
+                  <ul class="list-disc pl-6 space-y-1">
+                    <li><strong>拼团成功:</strong>抽中者将获得商品</li>
+                    <li><strong>拼团失败:</strong>不发货</li>
+                  </ul>
+                </div>
+
+                <p><strong>7.商品发货:</strong>平台将会在72小时内发货</p>
+
+                <p>
+                  <strong>8.风险提示:</strong>
+                  幸运团购中奖具有随机性,参与者参与即表示理解并接受该风险
+                </p>
+
+                <p><strong>9.用户支付即视为了解并同意以上团购规则</strong></p>
+
+                <p><strong>10.问题咨询:</strong>联系官方客服</p>
+
+                <p class="mt-6 font-semibold">BandhuBuy保留规则最终解释权</p>
+              </div>
+            </section>
+          </div>
+        </div>
+      </div>
+    </main>
+
+    <!-- 页脚 -->
+    <footer class="bg-dark text-white py-8">
+      <div class="container mx-auto px-4 text-center">
+        <p class="text-gray-500 text-sm">
+          &copy; 2025 Aisoco, Inc. All rights reserved.
+        </p>
+      </div>
+    </footer>
+
+    <script>
+      // 语言切换功能
+      const langEnBtn = document.getElementById('lang-en');
+      const langZhBtn = document.getElementById('lang-zh');
+      const langEnElements = document.querySelectorAll('.lang-en');
+      const langZhElements = document.querySelectorAll('.lang-zh');
+
+      langEnBtn.addEventListener('click', function () {
+        langEnBtn.classList.add('text-primary');
+        langEnBtn.classList.remove('text-gray-500');
+        langZhBtn.classList.add('text-gray-500');
+        langZhBtn.classList.remove('text-primary');
+
+        langEnElements.forEach((el) => el.classList.remove('hidden'));
+        langZhElements.forEach((el) => el.classList.add('hidden'));
+      });
+
+      langZhBtn.addEventListener('click', function () {
+        langZhBtn.classList.add('text-primary');
+        langZhBtn.classList.remove('text-gray-500');
+        langEnBtn.classList.add('text-gray-500');
+        langEnBtn.classList.remove('text-primary');
+
+        langZhElements.forEach((el) => el.classList.remove('hidden'));
+        langEnElements.forEach((el) => el.classList.add('hidden'));
+      });
+    </script>
+  </body>
+</html>

BIN
img/20250901-171805.jpg


BIN
img/20250901-171822.jpg


BIN
img/20250901-171825.jpg


BIN
img/20250901-171829.jpg


BIN
img/20250901-171832.jpg


BIN
img/20250916-153510.jpg


BIN
img/aisoco_logo.png


BIN
img/banner1.png


+ 1256 - 0
index.html

@@ -0,0 +1,1256 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Aisoco - Ai&Social&Commerce</title>
+    <!-- Tailwind CSS -->
+    <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
+    <!-- Font Awesome -->
+    <link
+      href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
+      rel="stylesheet"
+    />
+    <!-- Google Fonts - Inter (类似苹果官网字体风格) -->
+    <link
+      href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
+      rel="stylesheet"
+    />
+
+    <!-- Tailwind Configuration -->
+    <script> 
+      tailwind.config = {
+        theme: {
+          extend: {
+            colors: {
+              primary: '#0066CC',
+              secondary: '#333333',
+              light: '#F5F5F7',
+              dark: '#1D1D1F',
+            },
+            fontFamily: {
+              sans: ['Inter', 'sans-serif'],
+            },
+          },
+        },
+      };
+    </script>
+
+    <style type="text/tailwindcss">
+      @layer utilities {
+        .content-auto {
+          content-visibility: auto;
+        }
+        .text-balance {
+          text-wrap: balance;
+        }
+        .transition-smooth {
+          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
+        }
+        .timeline-dot::before {
+          content: '';
+          position: absolute;
+          width: 16px;
+          height: 16px;
+          border-radius: 50%;
+          background-color: #0066cc;
+          left: -40px;
+          top: 6px;
+        }
+        .timeline-line::before {
+          content: '';
+          position: absolute;
+          width: 1px;
+          height: 100%;
+          background-color: #e2e2e2;
+          left: -32px;
+          top: 22px;
+        }
+      }
+    </style>
+  </head>
+
+  <body class="font-sans bg-white text-dark antialiased">
+    <!-- 语言切换器 -->
+    <div class="py-2">
+      <div class="container mx-auto px-4 flex justify-end">
+        <button
+          id="lang-en"
+          class="language-btn text-sm font-medium text-primary mr-4"
+        >
+          <!-- English -->
+        </button>
+        <button
+          id="lang-zh"
+          class="language-btn text-sm font-medium text-gray-500"
+        >
+          <!-- 中文 -->
+        </button>
+      </div>
+    </div>
+
+    <!-- 导航栏 -->
+    <header
+      id="navbar"
+      class="fixed w-full top-6 z-50 transition-all duration-300"
+    >
+      <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+        <nav class="flex justify-between items-center">
+          <!-- Logo -->
+          <a href="#home" class="text-2xl font-semibold tracking-tight"></a>
+            <img
+              src="./img/aisoco_logo.png"
+              style="object-fit: cover; width: 160px"
+            />
+          </a>
+
+          <!-- 桌面导航 -->
+          <div class="hidden md:flex items-center space-x-8">
+            <a
+              href="#about"
+              class="nav-link text-lg font-medium hover:text-primary transition-smooth"
+              >About</a
+            >
+            <a
+              href="#journey"
+              class="nav-link text-lg font-medium hover:text-primary transition-smooth"
+              >Journey</a
+            >
+            <a
+              href="#vision"
+              class="nav-link text-lg font-medium hover:text-primary transition-smooth"
+              >Vision</a
+            >
+            <a
+              href="#product"
+              class="nav-link text-lg font-medium hover:text-primary transition-smooth"
+              >Product</a
+            >
+            <a
+              href="#team"
+              class="nav-link text-lg font-medium hover:text-primary transition-smooth"
+              >Team</a
+            >
+            <a
+              href="#press"
+              class="nav-link text-lg font-medium hover:text-primary transition-smooth"
+              >Press</a
+            >
+            <a
+              href="#contact"
+              class="nav-link text-lg font-medium hover:text-primary transition-smooth"
+              >Contact</a
+            >
+          </div>
+
+          <!-- 移动端菜单按钮 -->
+          <button
+            id="menu-toggle"
+            class="md:hidden text-dark focus:outline-none"
+          >
+            <i class="fa fa-bars text-xl"></i>
+          </button>
+        </nav>
+      </div>
+
+      <!-- 移动端导航菜单 -->
+      <div id="mobile-menu" class="md:hidden hidden bg-white border-t mt-4">
+        <div class="container mx-auto px-4 py-3 space-y-3">
+          <a
+            href="#about"
+            class="block py-2 text-sm font-medium hover:text-primary transition-smooth"
+            >about</a
+          >
+          <a
+            href="#journey"
+            class="block py-2 text-sm font-medium hover:text-primary transition-smooth"
+            >journey</a
+          >
+          <a
+            href="#vision"
+            class="block py-2 text-sm font-medium hover:text-primary transition-smooth"
+            >vision</a
+          >
+          <a
+            href="#product"
+            class="block py-2 text-sm font-medium hover:text-primary transition-smooth"
+            >product</a
+          >
+          <a
+            href="#team"
+            class="block py-2 text-sm font-medium hover:text-primary transition-smooth"
+            >team</a
+          >
+          <a
+            href="#press"
+            class="block py-2 text-sm font-medium hover:text-primary transition-smooth"
+            >press</a
+          >
+          <a
+            href="#contact"
+            class="block py-2 text-sm font-medium hover:text-primary transition-smooth"
+            >contact</a
+          >
+        </div>
+      </div>
+    </header>
+
+    <main>
+      <!-- 英雄区域 -->
+      <section id="home" class="pt-32 pb-20 md:pt-40 md:pb-32">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <div class="text-center max-w-4xl mx-auto">
+            <h1
+              class="text-[clamp(2.5rem,6vw,4rem)] font-semibold leading-tight mb-6 tracking-tight"
+            >
+              <span class="lang-en">Redefining Commerce</span>
+              <span class="lang-zh hidden">重新定义电商体验</span>
+            </h1>
+            <p
+              class="text-[clamp(1.1rem,3vw,1.5rem)] text-gray-600 mb-10 max-w-3xl mx-auto leading-relaxed text-balance"
+            >
+              <span class="lang-en"
+                >The next generation platform merging e-commerce, AI, and social
+                connectivity.</span
+              >
+              <span class="lang-zh hidden"
+                >集电商、人工智能与社交连接于一体的下一代平台。</span
+              >
+            </p>
+            <div class="flex flex-col sm:flex-row justify-center gap-4">
+              <a
+                href="#product"
+                class="bg-primary hover:bg-primary/90 text-white px-8 py-3 rounded-md font-medium transition-smooth"
+              >
+                <span class="lang-en">Explore</span>
+                <span class="lang-zh hidden">探索平台</span>
+              </a>
+              <a
+                href="#contact"
+                class="border border-gray-300 hover:border-primary hover:text-primary px-8 py-3 rounded-md font-medium transition-smooth"
+              >
+                <span class="lang-en">Contact Us</span>
+                <span class="lang-zh hidden">联系我们</span>
+              </a>
+            </div>
+          </div>
+
+          <!-- 产品图片 -->
+          <div class="mt-16 max-w-5xl mx-auto">
+            <div class="rounded-2xl overflow-hidden shadow-2xl">
+              <img
+                src="./img/banner1.png"
+                alt="Aisoco Platform"
+                class="w-full h-auto"
+              />
+            </div>
+          </div>
+        </div>
+      </section>
+
+      <!-- 关于我们 -->
+      <section id="about" class="py-20 bg-light">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <div class="max-w-3xl mx-auto">
+            <h2
+              class="text-[clamp(1.8rem,4vw,2.5rem)] font-semibold mb-8 text-center"
+            >
+              <span class="lang-en">About Aisoco</span>
+              <span class="lang-zh hidden">关于Aisoco</span>
+            </h2>
+            <p class="text-lg text-gray-600 mb-8 leading-relaxed">
+              <span class="lang-en"
+                >Founded in Silicon Valley, Aisoco is revolutionizing the way
+                people discover, share, and purchase products online through our
+                innovative platform that seamlessly integrates e-commerce,
+                artificial intelligence, and social features.</span
+              >
+              <span class="lang-zh hidden"
+                >Aisoco诞生于硅谷,通过我们创新的平台彻底改变人们在线发现、分享和购买产品的方式,该平台无缝整合了电商、人工智能和社交功能。</span
+              >
+            </p>
+            <p class="text-lg text-gray-600 mb-8 leading-relaxed">
+              <span class="lang-en"
+                >Our founding team brings decades of combined experience from
+                leading tech companies including Apple, Amazon, and Google, with
+                a shared vision to create a more intuitive and connected
+                shopping experience.</span
+              >
+              <span class="lang-zh hidden"
+                >我们的创始团队汇集了来自苹果、亚马逊和谷歌等领先科技公司的数十年经验,共同愿景是创造更直观、更互联的购物体验。</span
+              >
+            </p>
+
+            <!-- 融资信息 -->
+            <div class="bg-white p-6 rounded-xl border border-gray-100">
+              <h3 class="text-xl font-semibold mb-4">
+                <span class="lang-en">Funding</span>
+                <span class="lang-zh hidden">融资情况</span>
+              </h3>
+              <p class="text-gray-600">
+                <span class="lang-en"
+                  >Aisoco has secured $10 million in Series A funding from
+                  leading venture capital firms.</span
+                >
+                <span class="lang-zh hidden"
+                  >Aisoco已从领先的风险投资公司获得1000万美元的A轮融资。</span
+                >
+              </p>
+            </div>
+          </div>
+        </div>
+      </section>
+
+      <!-- 发展历程 -->
+      <section id="journey" class="py-20">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <h2
+            class="text-[clamp(1.8rem,4vw,2.5rem)] font-semibold mb-16 text-center"
+          >
+            <span class="lang-en">Our Journey</span>
+            <span class="lang-zh hidden">发展历程</span>
+          </h2>
+
+          <div class="max-w-4xl mx-auto relative pl-16 timeline-line">
+            <!-- 时间点1 -->
+            <div class="mb-16 relative timeline-dot">
+              <h3 class="text-xl font-semibold mb-2">
+                <span class="lang-en">Founding</span>
+                <span class="lang-zh hidden">公司成立</span>
+                <span class="text-gray-500 ml-3">Sep 2024</span>
+              </h3>
+              <p class="text-gray-600 max-w-2xl">
+                <span class="lang-en"
+                  >Aisoco is founded in Silicon Valley by former Apple, Amazon,
+                  and Google executives with a vision to transform
+                  e-commerce.</span
+                >
+                <span class="lang-zh hidden"
+                  >Aisoco由前苹果、亚马逊和谷歌高管在硅谷创立,愿景是改变电商行业。</span
+                >
+              </p>
+            </div>
+
+            <!-- 时间点2 -->
+            <div class="mb-16 relative timeline-dot">
+              <h3 class="text-xl font-semibold mb-2">
+                <span class="lang-en">Seed Funding</span>
+                <span class="lang-zh hidden">种子轮融资</span>
+                <span class="text-gray-500 ml-3">Dec 2024</span>
+              </h3>
+              <p class="text-gray-600 max-w-2xl">
+                <span class="lang-en"
+                  >Secured $1 million in seed funding to develop the core
+                  platform and expand the founding team.</span
+                >
+                <span class="lang-zh hidden"
+                  >获得100万美元种子轮融资,用于开发核心平台和扩大创始团队。</span
+                >
+              </p>
+            </div>
+
+            <!-- 时间点3 -->
+            <div class="relative timeline-dot">
+              <h3 class="text-xl font-semibold mb-2">
+                <span class="lang-en">Series A Funding</span>
+                <span class="lang-zh hidden">A轮融资</span>
+                <span class="text-gray-500 ml-3">May 2025</span>
+              </h3>
+              <p class="text-gray-600 max-w-2xl">
+                <span class="lang-en"
+                  >Closed $10 million Series A funding round led by leading
+                  venture capital firms to accelerate product development.</span
+                >
+                <span class="lang-zh hidden"
+                  >完成由知名风险投资公司领投的1000万美元A轮融资,加速产品开发。</span
+                >
+              </p>
+            </div>
+          </div>
+        </div>
+      </section>
+
+      <!-- 愿景部分 -->
+      <section id="vision" class="py-20 bg-light">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <div class="max-w-4xl mx-auto">
+            <h2
+              class="text-[clamp(1.8rem,4vw,2.5rem)] font-semibold mb-16 text-center"
+            >
+              <span class="lang-en">Our Vision</span>
+              <span class="lang-zh hidden">我们的愿景</span>
+            </h2>
+
+            <div class="grid grid-cols-1 md:grid-cols-2 gap-10">
+              <div class="bg-white p-8 rounded-xl border border-gray-100">
+                <div
+                  class="w-14 h-14 bg-primary/10 rounded-full flex items-center justify-center text-primary mb-6"
+                >
+                  <i class="fa fa-lightbulb-o text-2xl"></i>
+                </div>
+                <h3 class="text-xl font-semibold mb-4">
+                  <span class="lang-en">Transforming Commerce</span>
+                  <span class="lang-zh hidden">改变商业格局</span>
+                </h3>
+                <p class="text-gray-600">
+                  <span class="lang-en"
+                    >We envision a world where commerce is seamless,
+                    personalized, and social - breaking down barriers between
+                    discovery, interaction, and purchase.</span
+                  >
+                  <span class="lang-zh hidden"
+                    >我们愿景中的世界,商业是无缝、个性化和社交化的——打破发现、互动和购买之间的壁垒。</span
+                  >
+                </p>
+              </div>
+
+              <div class="bg-white p-8 rounded-xl border border-gray-100">
+                <div
+                  class="w-14 h-14 bg-primary/10 rounded-full flex items-center justify-center text-primary mb-6"
+                >
+                  <i class="fa fa-globe text-2xl"></i>
+                </div>
+                <h3 class="text-xl font-semibold mb-4">
+                  <span class="lang-en">Global Connectivity</span>
+                  <span class="lang-zh hidden">全球连接</span>
+                </h3>
+                <p class="text-gray-600">
+                  <span class="lang-en"
+                    >To create a borderless commerce ecosystem that connects
+                    buyers, sellers, and influencers across the globe through
+                    intelligent technology.</span
+                  >
+                  <span class="lang-zh hidden"
+                    >通过智能技术创建一个无国界的商业生态系统,连接全球的买家、卖家和影响者。</span
+                  >
+                </p>
+              </div>
+
+              <div class="bg-white p-8 rounded-xl border border-gray-100">
+                <div
+                  class="w-14 h-14 bg-primary/10 rounded-full flex items-center justify-center text-primary mb-6"
+                >
+                  <i class="fa fa-users text-2xl"></i>
+                </div>
+                <h3 class="text-xl font-semibold mb-4">
+                  <span class="lang-en">Empowering Communities</span>
+                  <span class="lang-zh hidden">赋能社区</span>
+                </h3>
+                <p class="text-gray-600">
+                  <span class="lang-en"
+                    >We aim to empower creators, small businesses, and consumers
+                    alike through tools that simplify commerce and foster
+                    genuine connections.</span
+                  >
+                  <span class="lang-zh hidden"
+                    >我们旨在通过简化商业并促进真正联系的工具,为创作者、小型企业和消费者赋能。</span
+                  >
+                </p>
+              </div>
+
+              <div class="bg-white p-8 rounded-xl border border-gray-100">
+                <div
+                  class="w-14 h-14 bg-primary/10 rounded-full flex items-center justify-center text-primary mb-6"
+                >
+                  <i class="fa fa-rocket text-2xl"></i>
+                </div>
+                <h3 class="text-xl font-semibold mb-4">
+                  <span class="lang-en">AI-Powered Experience</span>
+                  <span class="lang-zh hidden">人工智能驱动的体验</span>
+                </h3>
+                <p class="text-gray-600">
+                  <span class="lang-en"
+                    >Leveraging the power of artificial intelligence to create
+                    intuitive, personalized shopping experiences that anticipate
+                    needs and simplify decisions.</span
+                  >
+                  <span class="lang-zh hidden"
+                    >利用人工智能的力量创造直观、个性化的购物体验,预测需求并简化决策。</span
+                  >
+                </p>
+              </div>
+            </div>
+
+            <div class="mt-16 text-center">
+              <p class="text-lg text-gray-600 max-w-3xl mx-auto">
+                <span class="lang-en"
+                  >At Aisoco, we believe the future of commerce is intelligent,
+                  social, and seamlessly integrated into our daily lives. We're
+                  building that future today.</span
+                >
+                <span class="lang-zh hidden"
+                  >在Aisoco,我们相信商业的未来是智能、社交化并无缝融入日常生活的。我们正在创造这样的未来。</span
+                >
+              </p>
+            </div>
+          </div>
+        </div>
+      </section>
+
+      <!-- 产品部分 -->
+      <section id="product" class="py-20">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <h2
+            class="text-[clamp(1.8rem,4vw,2.5rem)] font-semibold mb-16 text-center"
+          >
+            <span class="lang-en">The Product</span>
+            <span class="lang-zh hidden">平台介绍</span>
+          </h2>
+
+          <div class="grid grid-cols-1 md:grid-cols-3 gap-10 max-w-5xl mx-auto">
+            <!-- 功能1 -->
+            <div class="text-center">
+              <div
+                class="w-16 h-16 bg-primary/10 rounded-full flex items-center justify-center text-primary mx-auto mb-6"
+              >
+                <i class="fa fa-shopping-bag text-2xl"></i>
+              </div>
+              <h3 class="text-xl font-semibold mb-3">
+                <span class="lang-en">Smart Commerce</span>
+                <span class="lang-zh hidden">智能电商</span>
+              </h3>
+              <p class="text-gray-600">
+                <span class="lang-en"
+                  >A seamless shopping experience with personalized
+                  recommendations and frictionless checkout.</span
+                >
+                <span class="lang-zh hidden"
+                  >无缝购物体验,提供个性化推荐和流畅的结账流程。</span
+                >
+              </p>
+            </div>
+
+            <!-- 功能2 -->
+            <div class="text-center">
+              <div
+                class="w-16 h-16 bg-primary/10 rounded-full flex items-center justify-center text-primary mx-auto mb-6"
+              >
+                <i class="fa fa-cogs text-2xl"></i>
+              </div>
+              <h3 class="text-xl font-semibold mb-3">
+                <span class="lang-en">AI Intelligence</span>
+                <span class="lang-zh hidden">人工智能</span>
+              </h3>
+              <p class="text-gray-600">
+                <span class="lang-en"
+                  >Advanced AI that understands preferences and delivers
+                  hyper-personalized experiences.</span
+                >
+                <span class="lang-zh hidden"
+                  >先进的人工智能,能够理解用户偏好并提供高度个性化的体验。</span
+                >
+              </p>
+            </div>
+
+            <!-- 功能3 -->
+            <div class="text-center">
+              <div
+                class="w-16 h-16 bg-primary/10 rounded-full flex items-center justify-center text-primary mx-auto mb-6"
+              >
+                <i class="fa fa-comments text-2xl"></i>
+              </div>
+              <h3 class="text-xl font-semibold mb-3">
+                <span class="lang-en">Social Connectivity</span>
+                <span class="lang-zh hidden">社交连接</span>
+              </h3>
+              <p class="text-gray-600">
+                <span class="lang-en"
+                  >Built-in social features that allow users to share
+                  discoveries and connect around products.</span
+                >
+                <span class="lang-zh hidden"
+                  >内置社交功能,允许用户分享发现并围绕产品建立联系。</span
+                >
+              </p>
+            </div>
+          </div>
+
+          <!-- 产品展示 -->
+          <div class="mt-20 max-w-6xl mx-auto">
+            <img
+              src="./img/20250901-171805.jpg"
+              alt="Aisoco Platform Interface"
+              class="w-full h-auto rounded-2xl shadow-xl"
+            />
+
+            <!-- App下载按钮 -->
+            <div class="mt-16 flex flex-col sm:flex-row justify-center items-center gap-8 sm:gap-20">
+              <!-- Android下载按钮 -->
+              <a
+                id="android-download-btn"
+                href="javascript:void(0);"
+                class="download-btn flex items-center bg-black text-white px-7 py-3.5 rounded-lg font-medium transition-all shadow-lg min-w-[200px] opacity-50 cursor-not-allowed"
+                target="_blank"
+                rel="noopener noreferrer"
+              >
+                <i class="fa fa-android text-3xl mr-3 text-green-400"></i>
+                <div class="text-left">
+                  <div class="text-xs text-gray-300 uppercase tracking-wide">GET IT ON</div>
+                  <div class="text-base font-semibold">Google Play</div>
+                </div>
+              </a>
+
+              <!-- iOS下载按钮 -->
+              <a
+                id="ios-download-btn"
+                href="javascript:void(0);"
+                class="download-btn flex items-center bg-black text-white px-7 py-3.5 rounded-lg font-medium transition-all shadow-lg min-w-[200px] opacity-50 cursor-not-allowed"
+                target="_blank"
+                rel="noopener noreferrer"
+              >
+                <i class="fa fa-apple text-3xl mr-3"></i>
+                <div class="text-left">
+                  <div class="text-xs text-gray-300 uppercase tracking-wide">Download on the</div>
+                  <div class="text-base font-semibold">App Store</div>
+                </div>
+              </a>
+            </div>
+          </div>
+        </div>
+      </section>
+
+      <!-- 团队部分 -->
+      <section id="team" class="py-20 bg-light">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <h2
+            class="text-[clamp(1.8rem,4vw,2.5rem)] font-semibold mb-16 text-center"
+          >
+            <span class="lang-en">Our Team</span>
+            <span class="lang-zh hidden">我们的团队</span>
+          </h2>
+
+          <div
+            class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8 max-w-5xl mx-auto"
+          >
+            <!-- 团队成员1 -->
+            <div class="text-center">
+              <div class="w-40 h-40 rounded-full overflow-hidden mx-auto mb-4">
+                <img
+                  src="./img/20250901-171822.jpg"
+                  alt="Team Member"
+                  class="w-full h-full object-cover"
+                />
+              </div>
+              <h3 class="text-lg font-semibold">Sarah Johnson</h3>
+              <p class="text-primary text-sm mb-1">CEO & Founder</p>
+              <p class="text-gray-500 text-sm">
+                <span class="lang-en">Ex-Apple</span>
+                <span class="lang-zh hidden">前苹果公司</span>
+              </p>
+            </div>
+
+            <!-- 团队成员2 -->
+            <div class="text-center">
+              <div class="w-40 h-40 rounded-full overflow-hidden mx-auto mb-4">
+                <img
+                  src="./img/20250901-171825.jpg"
+                  alt="Team Member"
+                  class="w-full h-full object-cover"
+                />
+              </div>
+              <h3 class="text-lg font-semibold">Michael Chen</h3>
+              <p class="text-primary text-sm mb-1">CTO</p>
+              <p class="text-gray-500 text-sm">
+                <span class="lang-en">Former Amazon</span>
+                <span class="lang-zh hidden">前亚马逊</span>
+              </p>
+            </div>
+
+            <!-- 团队成员3 -->
+            <div class="text-center">
+              <div class="w-40 h-40 rounded-full overflow-hidden mx-auto mb-4">
+                <img
+                  src="./img/20250901-171829.jpg"
+                  alt="Team Member"
+                  class="w-full h-full object-cover"
+                />
+              </div>
+              <h3 class="text-lg font-semibold">David Rodriguez</h3>
+              <p class="text-primary text-sm mb-1">AI Director</p>
+              <p class="text-gray-500 text-sm">
+                <span class="lang-en">Ex-Google</span>
+                <span class="lang-zh hidden">前谷歌</span>
+              </p>
+            </div>
+
+            <!-- 团队成员4 -->
+            <div class="text-center">
+              <div class="w-40 h-40 rounded-full overflow-hidden mx-auto mb-4">
+                <img
+                  src="./img/20250901-171832.jpg"
+                  alt="Team Member"
+                  class="w-full h-full object-cover"
+                />
+              </div>
+              <h3 class="text-lg font-semibold">Jessica Park</h3>
+              <p class="text-primary text-sm mb-1">Product Lead</p>
+              <p class="text-gray-500 text-sm">
+                <span class="lang-en">Apple & Amazon</span>
+                <span class="lang-zh hidden">苹果和亚马逊</span>
+              </p>
+            </div>
+          </div>
+        </div>
+      </section>
+
+      <!-- 新闻部分 -->
+      <section id="press" class="py-20">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <h2
+            class="text-[clamp(1.8rem,4vw,2.5rem)] font-semibold mb-16 text-center"
+          >
+            <span class="lang-en">In The News</span>
+            <span class="lang-zh hidden">新闻报道</span>
+          </h2>
+
+          <div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto">
+            <!-- 新闻1 -->
+            <div
+              class="border border-gray-200 rounded-xl p-6 hover:shadow-md transition-smooth"
+            >
+              <div class="flex items-center mb-4">
+                <img
+                  src="https://picsum.photos/id/119/80/80"
+                  alt="Tech Media Logo"
+                  class="w-12 h-12 object-contain"
+                />
+                <span class="text-gray-500 text-sm ml-3">June 15, 2025</span>
+              </div>
+              <h3 class="text-lg font-semibold mb-2">
+                <span class="lang-en"
+                  >Aisoco Secures $10M in Series A Funding</span
+                >
+                <span class="lang-zh hidden">Aisoco获得1000万美元A轮融资</span>
+              </h3>
+              <p class="text-gray-600 text-sm">
+                <span class="lang-en"
+                  >Silicon Valley startup combining AI, social, and e-commerce
+                  raises significant funding.</span
+                >
+                <span class="lang-zh hidden"
+                  >这家结合人工智能、社交和电商的硅谷初创公司获得巨额融资。</span
+                >
+              </p>
+            </div>
+
+            <!-- 新闻2 -->
+            <div
+              class="border border-gray-200 rounded-xl p-6 hover:shadow-md transition-smooth"
+            >
+              <div class="flex items-center mb-4">
+                <img
+                  src="https://picsum.photos/id/129/80/80"
+                  alt="Tech Media Logo"
+                  class="w-12 h-12 object-contain"
+                />
+                <span class="text-gray-500 text-sm ml-3">May 2, 2025</span>
+              </div>
+              <h3 class="text-lg font-semibold mb-2">
+                <span class="lang-en">Reinventing E-Commerce Experience</span>
+                <span class="lang-zh hidden">重塑电商体验</span>
+              </h3>
+              <p class="text-gray-600 text-sm">
+                <span class="lang-en"
+                  >Former Apple and Google executives launch innovative new
+                  platform.</span
+                >
+                <span class="lang-zh hidden"
+                  >前苹果和谷歌高管推出创新新平台。</span
+                >
+              </p>
+            </div>
+
+            <!-- 新闻3 -->
+            <div
+              class="border border-gray-200 rounded-xl p-6 hover:shadow-md transition-smooth"
+            >
+              <div class="flex items-center mb-4">
+                <img
+                  src="https://picsum.photos/id/139/80/80"
+                  alt="Tech Media Logo"
+                  class="w-12 h-12 object-contain"
+                />
+                <span class="text-gray-500 text-sm ml-3">April 18, 2025</span>
+              </div>
+              <h3 class="text-lg font-semibold mb-2">
+                <span class="lang-en">The Future of Social Shopping</span>
+                <span class="lang-zh hidden">社交购物的未来</span>
+              </h3>
+              <p class="text-gray-600 text-sm">
+                <span class="lang-en"
+                  >How Aisoco is merging AI with social features to change
+                  online retail.</span
+                >
+                <span class="lang-zh hidden"
+                  >Aisoco如何将人工智能与社交功能融合,改变在线零售。</span
+                >
+              </p>
+            </div>
+          </div>
+        </div>
+      </section>
+
+      <!-- 联系部分 -->
+      <section id="contact" class="py-20 bg-light">
+        <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+          <h2
+            class="text-[clamp(1.8rem,4vw,2.5rem)] font-semibold mb-16 text-center"
+          >
+            <span class="lang-en">Get In Touch</span>
+            <span class="lang-zh hidden">联系我们</span>
+          </h2>
+
+          <div class="max-w-4xl mx-auto">
+            <div class="grid grid-cols-1 lg:grid-cols-2 gap-10">
+              <!-- 联系表单 -->
+              <div>
+                <form
+                  id="contact-form"
+                  class="bg-white p-8 rounded-xl border border-gray-100"
+                >
+                  <h3 class="text-xl font-semibold mb-6">
+                    <span class="lang-en">Send us a message</span>
+                    <span class="lang-zh hidden">给我们留言</span>
+                  </h3>
+
+                  <div class="mb-5">
+                    <label
+                      for="name"
+                      class="block text-gray-700 text-sm font-medium mb-2"
+                    >
+                      <span class="lang-en">Name</span>
+                      <span class="lang-zh hidden">姓名</span>
+                    </label>
+                    <input
+                      type="text"
+                      id="name"
+                      name="name"
+                      class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent transition-smooth"
+                      required
+                    />
+                  </div>
+
+                  <div class="mb-5">
+                    <label
+                      for="email"
+                      class="block text-gray-700 text-sm font-medium mb-2"
+                    >
+                      <span class="lang-en">Email</span>
+                      <span class="lang-zh hidden">邮箱</span>
+                    </label>
+                    <input
+                      type="email"
+                      id="email"
+                      name="email"
+                      class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent transition-smooth"
+                      required
+                    />
+                  </div>
+
+                  <div class="mb-6">
+                    <label
+                      for="message"
+                      class="block text-gray-700 text-sm font-medium mb-2"
+                    >
+                      <span class="lang-en">Message</span>
+                      <span class="lang-zh hidden">留言</span>
+                    </label>
+                    <textarea
+                      id="message"
+                      name="message"
+                      rows="4"
+                      class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent transition-smooth resize-none"
+                      required
+                    ></textarea>
+                  </div>
+
+                  <button
+                    type="submit"
+                    class="w-full bg-primary hover:bg-primary/90 text-white px-6 py-3 rounded-md font-medium transition-smooth"
+                  >
+                    <span class="lang-en">Send Message</span>
+                    <span class="lang-zh hidden">发送留言</span>
+                  </button>
+                </form>
+              </div>
+
+              <!-- 联系信息 -->
+              <div>
+                <div
+                  class="bg-white p-8 rounded-xl border border-gray-100 h-full"
+                >
+                  <h3 class="text-xl font-semibold mb-6">
+                    <span class="lang-en">Contact Information</span>
+                    <span class="lang-zh hidden">联系信息</span>
+                  </h3>
+
+                  <div class="space-y-6">
+                    <div>
+                      <h4 class="text-sm font-medium text-gray-500 mb-1">
+                        <span class="lang-en">Office</span>
+                        <span class="lang-zh hidden">办公室</span>
+                      </h4>
+                      <p class="text-gray-700">
+                        <span class="lang-en"
+                          >123 Innovation Way, San Francisco, CA 94107</span
+                        >
+                        <span class="lang-zh hidden"
+                          >旧金山创新路123号,CA 94107</span
+                        >
+                      </p>
+                    </div>
+
+<!--                    <div>
+                      <h4 class="text-sm font-medium text-gray-500 mb-1">
+                        <span class="lang-en">Phone</span>
+                        <span class="lang-zh hidden">电话</span>
+                      </h4>
+                      <p class="text-gray-700">+1 (555) 123-4567</p>
+                    </div> -->
+
+                    <div>
+                      <h4 class="text-sm font-medium text-gray-500 mb-1">
+                        <span class="lang-en">Email</span>
+                        <span class="lang-zh hidden">邮箱</span>
+                      </h4>
+                      <p class="text-gray-700">support@aisoco.net</p>
+                    </div>
+                  </div>
+
+                  <div class="mt-10">
+                    <h4 class="text-sm font-medium text-gray-500 mb-4">
+                      <span class="lang-en">Follow Us</span>
+                      <span class="lang-zh hidden">关注我们</span>
+                    </h4>
+                    <div class="flex space-x-4">
+                      <a
+                        href="#"
+                        class="w-10 h-10 rounded-full bg-gray-100 hover:bg-primary hover:text-white flex items-center justify-center text-gray-600 transition-smooth"
+                      >
+                        <i class="fa fa-twitter"></i>
+                      </a>
+                      <a
+                        href="#"
+                        class="w-10 h-10 rounded-full bg-gray-100 hover:bg-primary hover:text-white flex items-center justify-center text-gray-600 transition-smooth"
+                      >
+                        <i class="fa fa-linkedin"></i>
+                      </a>
+                      <a
+                        href="#"
+                        class="w-10 h-10 rounded-full bg-gray-100 hover:bg-primary hover:text-white flex items-center justify-center text-gray-600 transition-smooth"
+                      >
+                        <i class="fa fa-instagram"></i>
+                      </a>
+                    </div>
+                  </div>
+                </div>
+              </div>
+            </div>
+          </div>
+        </div>
+      </section>
+    </main>
+
+    <!-- 页脚 -->
+    <footer class="bg-dark text-white py-12">
+      <div class="container mx-auto px-4 sm:px-6 lg:px-8">
+        <div class="max-w-6xl mx-auto">
+          <div
+            class="flex flex-col md:flex-row justify-between items-center mb-8"
+          >
+            <a href="#home" class="text-2xl font-semibold mb-6 md:mb-0"
+              >Aisoco</a
+            >
+
+            <div class="flex flex-wrap justify-center gap-x-8 gap-y-4">
+              <a
+                href="#about"
+                class="text-gray-400 hover:text-white text-sm transition-smooth"
+              >
+                <span class="lang-en">About</span>
+                <span class="lang-zh hidden">关于我们</span>
+              </a>
+              <a
+                href="#journey"
+                class="text-gray-400 hover:text-white text-sm transition-smooth"
+              >
+                <span class="lang-en">Journey</span>
+                <span class="lang-zh hidden">发展历程</span>
+              </a>
+              <a
+                href="#vision"
+                class="text-gray-400 hover:text-white text-sm transition-smooth"
+              >
+                <span class="lang-en">Vision</span>
+                <span class="lang-zh hidden">愿景</span>
+              </a>
+              <a
+                href="#product"
+                class="text-gray-400 hover:text-white text-sm transition-smooth"
+              >
+                <span class="lang-en">Product</span>
+                <span class="lang-zh hidden">产品</span>
+              </a>
+              <a
+                href="#team"
+                class="text-gray-400 hover:text-white text-sm transition-smooth"
+              >
+                <span class="lang-en">Team</span>
+                <span class="lang-zh hidden">团队</span>
+              </a>
+              <a
+                href="#press"
+                class="text-gray-400 hover:text-white text-sm transition-smooth"
+              >
+                <span class="lang-en">Press</span>
+                <span class="lang-zh hidden">新闻</span>
+              </a>
+              <a
+                href="#contact"
+                class="text-gray-400 hover:text-white text-sm transition-smooth"
+              >
+                <span class="lang-en">Contact</span>
+                <span class="lang-zh hidden">联系</span>
+              </a>
+            </div>
+          </div>
+
+          <div
+            class="border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center"
+          >
+            <p class="text-gray-500 text-sm mb-4 md:mb-0">
+              &copy; 2025 Aisoco, Inc. All rights reserved.
+            </p>
+
+            <div class="flex space-x-6">
+               <a href="./terms.html" target="_blank" class="text-gray-500 hover:text-gray-300 text-sm">
+                <span class="lang-en">Terms of Service</span>
+                <span class="lang-zh hidden">服务条款</span>
+              </a>
+              <a href="./privacy.html" target="_blank" class="text-gray-500 hover:text-gray-300 text-sm">
+                <span class="lang-en">Privacy Policy</span>
+                <span class="lang-zh hidden">隐私政策</span>
+              </a>
+                    <a href="./refund.html" target="_blank" class="text-gray-500 hover:text-gray-300 text-sm">
+                <span class="lang-en">Return & Refund Policy</span>
+                <span class="lang-zh hidden">退货退款政策</span>
+              </a>
+            </div>
+          </div>
+        </div>
+      </div>
+    </footer>
+
+    <!-- 返回顶部按钮 -->
+    <button
+      id="back-to-top"
+      class="fixed bottom-8 right-8 w-12 h-12 rounded-full bg-dark text-white shadow-lg flex items-center justify-center opacity-0 invisible transition-all z-50"
+    >
+      <i class="fa fa-chevron-up"></i>
+    </button>
+
+    <!-- JavaScript -->
+    <script>
+      // 语言切换功能
+      const langEnBtn = document.getElementById('lang-en');
+      const langZhBtn = document.getElementById('lang-zh');
+      const langEnElements = document.querySelectorAll('.lang-en');
+      const langZhElements = document.querySelectorAll('.lang-zh');
+
+      langEnBtn.addEventListener('click', function () {
+        langEnBtn.classList.add('text-primary');
+        langEnBtn.classList.remove('text-gray-500');
+        langZhBtn.classList.add('text-gray-500');
+        langZhBtn.classList.remove('text-primary');
+
+        langEnElements.forEach((el) => el.classList.remove('hidden'));
+        langZhElements.forEach((el) => el.classList.add('hidden'));
+      });
+
+      langZhBtn.addEventListener('click', function () {
+        langZhBtn.classList.add('text-primary');
+        langZhBtn.classList.remove('text-gray-500');
+        langEnBtn.classList.add('text-gray-500');
+        langEnBtn.classList.remove('text-primary');
+
+        langZhElements.forEach((el) => el.classList.remove('hidden'));
+        langEnElements.forEach((el) => el.classList.add('hidden'));
+      });
+
+      // 导航栏滚动效果
+      const navbar = document.getElementById('navbar');
+      const backToTop = document.getElementById('back-to-top');
+
+      window.addEventListener('scroll', function () {
+        if (window.scrollY > 100) {
+          navbar.classList.add(
+            'bg-white/90',
+            'backdrop-blur-sm',
+            'shadow-sm',
+            'py-3'
+          );
+          navbar.classList.remove('py-6');
+
+          backToTop.classList.remove('opacity-0', 'invisible');
+          backToTop.classList.add('opacity-100', 'visible');
+        } else {
+          navbar.classList.remove(
+            'bg-white/90',
+            'backdrop-blur-sm',
+            'shadow-sm',
+            'py-3'
+          );
+          navbar.classList.add('py-6');
+
+          backToTop.classList.add('opacity-0', 'invisible');
+          backToTop.classList.remove('opacity-100', 'visible');
+        }
+      });
+
+      // 移动端菜单切换
+      const menuToggle = document.getElementById('menu-toggle');
+      const mobileMenu = document.getElementById('mobile-menu');
+
+      menuToggle.addEventListener('click', function () {
+        mobileMenu.classList.toggle('hidden');
+        const icon = menuToggle.querySelector('i');
+        if (icon.classList.contains('fa-bars')) {
+          icon.classList.remove('fa-bars');
+          icon.classList.add('fa-times');
+        } else {
+          icon.classList.remove('fa-times');
+          icon.classList.add('fa-bars');
+        }
+      });
+
+      // 平滑滚动
+      document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
+        anchor.addEventListener('click', function (e) {
+          const href = this.getAttribute('href');
+
+          // 跳过下载按钮和其他非锚点链接
+          if (!href || href === '#' || href === 'javascript:void(0);' || !href.startsWith('#')) {
+            return;
+          }
+
+          e.preventDefault();
+
+          // 关闭移动菜单
+          if (!mobileMenu.classList.contains('hidden')) {
+            mobileMenu.classList.add('hidden');
+            const icon = menuToggle.querySelector('i');
+            icon.classList.remove('fa-times');
+            icon.classList.add('fa-bars');
+          }
+
+          const targetElement = document.querySelector(href);
+
+          if (targetElement) {
+            window.scrollTo({
+              top: targetElement.offsetTop - 80,
+              behavior: 'smooth',
+            });
+          }
+        });
+      });
+
+      // 返回顶部功能
+      backToTop.addEventListener('click', function () {
+        window.scrollTo({
+          top: 0,
+          behavior: 'smooth',
+        });
+      });
+
+      // 表单提交处理
+      const contactForm = document.getElementById('contact-form');
+      if (contactForm) {
+        contactForm.addEventListener('submit', function (e) {
+          e.preventDefault();
+
+          // 模拟表单提交
+          const submitBtn = this.querySelector('button[type="submit"]');
+          const originalText = submitBtn.innerHTML;
+
+          submitBtn.disabled = true;
+          submitBtn.innerHTML =
+            '<i class="fa fa-spinner fa-spin mr-2"></i> <span class="lang-en">Sending...</span><span class="lang-zh hidden">发送中...</span>';
+
+          setTimeout(() => {
+            alert('Thank you for your message! We will get back to you soon.');
+            this.reset();
+            submitBtn.disabled = false;
+            submitBtn.innerHTML = originalText;
+          }, 1500);
+        });
+      }
+
+      // App下载链接获取功能
+      async function fetchDownloadUrl(type) {
+        try {
+          const response = await fetch(`https://ht.banhubuy.com/operating/config/getUrlByType?type=${type}`);
+          const data = await response.json();
+
+          if (data.code === "200" && data.data && data.data.valueInfo) {
+            return data.data.valueInfo;
+          }
+          return null;
+        } catch (error) {
+          console.error('Failed to fetch download URL:', error);
+          return null;
+        }
+      }
+
+      // 初始化下载按钮
+      async function initDownloadButtons() {
+        const androidBtn = document.getElementById('android-download-btn');
+        const iosBtn = document.getElementById('ios-download-btn');
+
+        // 初始状态:禁用按钮,防止在加载时点击
+        androidBtn.style.pointerEvents = 'none';
+        iosBtn.style.pointerEvents = 'none';
+
+        // 获取Android下载链接
+        const androidUrl = await fetchDownloadUrl(1);
+        if (androidUrl) {
+          // 有下载链接:启用按钮
+          androidBtn.onclick = function(e) {
+            e.preventDefault();
+            window.open(androidUrl, '_blank');
+          };
+          androidBtn.classList.remove('opacity-50', 'cursor-not-allowed');
+          androidBtn.classList.add('hover:bg-gray-800', 'hover:shadow-xl', 'cursor-pointer');
+          androidBtn.style.opacity = '1';
+          androidBtn.style.pointerEvents = 'auto';
+        } else {
+          // 无下载链接:保持禁用状态
+          androidBtn.style.opacity = '0.4';
+          androidBtn.style.pointerEvents = 'none';
+        }
+
+        // 获取iOS下载链接
+        const iosUrl = await fetchDownloadUrl(2);
+        if (iosUrl) {
+          // 有下载链接:启用按钮
+          iosBtn.onclick = function(e) {
+            e.preventDefault();
+            window.open(iosUrl, '_blank');
+          };
+          iosBtn.classList.remove('opacity-50', 'cursor-not-allowed');
+          iosBtn.classList.add('hover:bg-gray-800', 'hover:shadow-xl', 'cursor-pointer');
+          iosBtn.style.opacity = '1';
+          iosBtn.style.pointerEvents = 'auto';
+        } else {
+          // 无下载链接:保持禁用状态
+          iosBtn.style.opacity = '0.4';
+          iosBtn.style.pointerEvents = 'none';
+        }
+      }
+
+      // 页面加载完成后初始化下载按钮
+      document.addEventListener('DOMContentLoaded', function() {
+        initDownloadButtons();
+      });
+    </script>
+  </body>
+</html>

+ 317 - 0
privacy.html

@@ -0,0 +1,317 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+		<meta http-equiv="Pragma" content="no-cache" />
+		<meta http-equiv="Expires" content="0" />
+    <title>Privacy Policy</title>
+    <!-- Tailwind CSS -->
+    <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
+    <!-- Font Awesome -->
+    <link
+      href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
+      rel="stylesheet"
+    />
+    <!-- Google Fonts -->
+    <link
+      href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
+      rel="stylesheet"
+    />
+
+    <script>
+      tailwind.config = {
+        theme: {
+          extend: {
+            colors: {
+              primary: '#0066CC',
+              secondary: '#333333',
+              light: '#F5F5F7',
+              dark: '#1D1D1F',
+            },
+            fontFamily: {
+              sans: ['Inter', 'sans-serif'],
+            },
+          },
+        },
+      };
+    </script>
+
+    <style type="text/tailwindcss">
+      @layer utilities {
+        .transition-smooth {
+          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
+        }
+      }
+    </style>
+  </head>
+
+  <body class="font-sans bg-white text-dark antialiased">
+    <main class="py-12">
+      <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
+        <!-- 标题 -->
+        <h1 class="text-sm md:text-xl md:text-4xl font-bold mb-8">
+          <span class="lang-en">Privacy Policy</span>
+          <span class="lang-zh hidden">隐私政策</span>
+        </h1>
+
+        <!-- 内容 -->
+        <div class="prose prose-lg text-xs md:text-xl max-w-none">
+          <!-- 英文版本 -->
+          <div class="lang-en">
+            <p class="text-gray-600 mb-6">
+              <strong>Effective Date:</strong> September 16, 2025`	
+            </p>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">1. Introduction</h2>
+              <p class="mb-4">
+                BandhuBuy (hereinafter referred to as "we", "our", or "the
+                Platform") highly values user privacy and the protection of
+                personal information. This Privacy Policy explains how we
+                collect, use, store, share, and protect your personal
+                information, as well as how you can exercise your privacy
+                rights. This Policy applies to all services we provide through
+                the BandhuBuy mobile application.
+              </p>
+              <p>
+                We recommend that you read this Policy carefully to understand
+                our practices regarding your personal information. By using our
+                services, you consent to our collection, use, storage, and
+                sharing of your personal information in accordance with this
+                Privacy Policy.
+              </p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">
+                2. Information We Collect
+              </h2>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                2.1 Information You Provide Directly
+              </h3>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>Account Information:</strong> When you create an
+                  account, we collect your name, phone number, email address,
+                  delivery address, etc.
+                </li>
+                <li>
+                  <strong>Payment Information:</strong> When you conduct
+                  transactions, we collect payment-related information, such as
+                  bank card details or third-party payment account information.
+                </li>
+                <li>
+                  <strong>Profile Information:</strong> Information you choose
+                  to add to your profile, such as personal photos, preferences,
+                  etc.
+                </li>
+                <li>
+                  <strong>Communication Content:</strong> Information you
+                  provide when communicating with our customer service team.
+                </li>
+              </ul>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                2.2 Information We Collect Automatically
+              </h3>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>Device Information:</strong> Hardware model, operating
+                  system version, unique device identifier, mobile network
+                  information, etc.
+                </li>
+                <li>
+                  <strong>Usage Data:</strong> Content you view, search queries,
+                  click records, access times and duration.
+                </li>
+                <li>
+                  <strong>Location Information:</strong> Information about your
+                  actual location when you use our services.
+                </li>
+                <li>
+                  <strong>Log Information:</strong> IP address, browser type,
+                  access date and time, page views, and navigation patterns.
+                </li>
+              </ul>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">8. Your Rights</h2>
+              <p class="mb-4">
+                Under applicable law, you have the following rights regarding
+                your personal information:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li>
+                  <strong>Right of Access:</strong> You have the right to access
+                  the personal information we hold about you.
+                </li>
+                <li>
+                  <strong>Right to Rectification:</strong> You have the right to
+                  request correction of inaccurate or incomplete personal
+                  information.
+                </li>
+                <li>
+                  <strong>Right to Erasure:</strong> In certain circumstances,
+                  you have the right to request the deletion of your personal
+                  information.
+                </li>
+                <li>
+                  <strong>Right to Object:</strong> You have the right to object
+                  to the processing of your personal information.
+                </li>
+              </ul>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">12. Contact Us</h2>
+              <p class="mb-4">
+                If you have any questions or concerns about this Privacy Policy
+                or our privacy practices, please contact us via:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li><strong>Email: </strong>support@aisoco.net</li>
+                <!-- <li><strong>Phone:</strong> +880 XXXX-XXXXXX</li> -->
+                <li>
+                  <strong>Address:</strong> [59,LOBBYEK SHOPPING COMPLEX,2ND FLOOR,PAHARTALI,CTG]
+                </li>
+              </ul>
+            </section>
+          </div>
+
+          <!-- 中文版本 -->
+          <div class="lang-zh hidden">
+            <p class="text-gray-600 mb-6">
+              <strong>生效日期:</strong> 2025年9月16日
+            </p>
+
+            <section class="mb-8">
+              <h2 class="text-2xl font-semibold mb-4">1. 介绍</h2>
+              <p class="mb-4">
+                Aisoco(以下简称"我们"、"我们的"或"平台")高度重视用户隐私和个人信息保护。本隐私政策说明我们如何收集、使用、存储、共享和保护您的个人信息,以及您如何行使隐私权利。本政策适用于我们通过Aisoco移动应用程序提供的所有服务。
+              </p>
+              <p>
+                我们建议您仔细阅读本政策,以了解我们对您个人信息的处理做法。通过使用我们的服务,您同意我们按照本隐私政策收集、使用、存储和共享您的个人信息。
+              </p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-2xl font-semibold mb-4">2. 我们收集的信息</h2>
+
+              <h3 class="text-xl font-semibold mb-3">2.1 您直接提供的信息</h3>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>账户信息:</strong
+                  >当您创建账户时,我们收集您的姓名、电话号码、电子邮件地址、收货地址等。
+                </li>
+                <li>
+                  <strong>支付信息:</strong
+                  >当您进行交易时,我们收集支付相关信息,如银行卡详情或第三方支付账户信息。
+                </li>
+                <li>
+                  <strong>个人资料信息:</strong
+                  >您选择添加到个人资料中的信息,如个人照片、偏好等。
+                </li>
+                <li>
+                  <strong>通信内容:</strong>您与我们客服团队沟通时提供的信息。
+                </li>
+              </ul>
+
+              <h3 class="text-xl font-semibold mb-3">2.2 我们自动收集的信息</h3>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>设备信息:</strong
+                  >硬件型号、操作系统版本、唯一设备标识符、移动网络信息等。
+                </li>
+                <li>
+                  <strong>使用数据:</strong
+                  >您查看的内容、搜索查询、点击记录、访问时间和持续时间。
+                </li>
+                <li>
+                  <strong>位置信息:</strong
+                  >当您使用我们的服务时,关于您实际位置的信息。
+                </li>
+                <li>
+                  <strong>日志信息:</strong
+                  >IP地址、浏览器类型、访问日期和时间、页面浏览量和导航模式。
+                </li>
+              </ul>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-2xl font-semibold mb-4">8. 您的权利</h2>
+              <p class="mb-4">根据适用法律,您对个人信息享有以下权利:</p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li>
+                  <strong>访问权:</strong
+                  >您有权访问我们持有的关于您的个人信息。
+                </li>
+                <li>
+                  <strong>更正权:</strong
+                  >您有权要求更正我们持有的不准确或不完整的个人信息。
+                </li>
+                <li>
+                  <strong>删除权:</strong
+                  >在某些情况下,您有权要求删除您的个人信息。
+                </li>
+                <li><strong>反对权:</strong>您有权反对处理您的个人信息。</li>
+              </ul>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-2xl font-semibold mb-4">12. 联系我们</h2>
+              <p class="mb-4">
+                如果您对本隐私政策或我们的隐私做法有任何疑问或担忧,请通过以下方式联系我们:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li><strong>邮箱:</strong> privacy@aisoco.ai</li>
+                <li><strong>电话:</strong> +880 XXXX-XXXXXX</li>
+                <li><strong>地址:</strong> 旧金山创新路123号,CA 94107</li>
+              </ul>
+            </section>
+          </div>
+        </div>
+      </div>
+    </main>
+
+    <!-- 页脚 -->
+    <footer class="bg-dark text-white py-8">
+      <div class="container mx-auto px-4 text-center">
+        <p class="text-gray-500 text-sm md:text-xl">
+          &copy; 2025 Aisoco, Inc. All rights reserved.
+        </p>
+      </div>
+    </footer>
+
+    <script>
+      // 语言切换功能
+      const langEnBtn = document.getElementById('lang-en');
+      const langZhBtn = document.getElementById('lang-zh');
+      const langEnElements = document.querySelectorAll('.lang-en');
+      const langZhElements = document.querySelectorAll('.lang-zh');
+
+      langEnBtn.addEventListener('click', function () {
+        langEnBtn.classList.add('text-primary');
+        langEnBtn.classList.remove('text-gray-500');
+        langZhBtn.classList.add('text-gray-500');
+        langZhBtn.classList.remove('text-primary');
+
+        langEnElements.forEach((el) => el.classList.remove('hidden'));
+        langZhElements.forEach((el) => el.classList.add('hidden'));
+      });
+
+      langZhBtn.addEventListener('click', function () {
+        langZhBtn.classList.add('text-primary');
+        langZhBtn.classList.remove('text-gray-500');
+        langEnBtn.classList.add('text-gray-500');
+        langEnBtn.classList.remove('text-primary');
+
+        langZhElements.forEach((el) => el.classList.remove('hidden'));
+        langEnElements.forEach((el) => el.classList.add('hidden'));
+      });
+    </script>
+  </body>
+</html>

+ 355 - 0
refund.html

@@ -0,0 +1,355 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+		<meta http-equiv="Pragma" content="no-cache" />
+		<meta http-equiv="Expires" content="0" />
+    <title>Return & Refund Policy</title>
+    <!-- Tailwind CSS -->
+    <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
+    <!-- Font Awesome -->
+    <link
+      href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
+      rel="stylesheet"
+    />
+    <!-- Google Fonts -->
+    <link
+      href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
+      rel="stylesheet"
+    />
+
+    <script>
+      tailwind.config = {
+        theme: {
+          extend: {
+            colors: {
+              primary: '#0066CC',
+              secondary: '#333333',
+              light: '#F5F5F7',
+              dark: '#1D1D1F',
+            },
+            fontFamily: {
+              sans: ['Inter', 'sans-serif'],
+            },
+          },
+        },
+      };
+    </script>
+
+    <style type="text/tailwindcss">
+      @layer utilities {
+        .transition-smooth {
+          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
+        }
+      }
+    </style>
+  </head>
+
+  <body class="font-sans bg-white text-dark antialiased">
+    <main class="py-12">
+      <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
+        <!-- 标题 -->
+        <h1 class="text-sm md:text-xl md:text-4xl font-bold mb-8">
+          <span class="lang-en">Return & Refund Policy</span>
+          <span class="lang-zh hidden">退货退款政策</span>
+        </h1>
+
+        <!-- 内容 -->
+        <div class="prose prose-lg text-xs md:text-sm md:text-xl max-w-none">
+          <!-- 英文版本 -->
+          <div class="lang-en">
+            <p class="text-gray-600 mb-6 text-sm md:text-xl">
+              <strong>Effective Date:</strong> September 16, 2025
+            </p>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">
+                1. Introduction and Acceptance
+              </h2>
+              <p class="mb-4">
+                This Return and Refund Service Agreement ("Agreement") governs
+                the terms and conditions under which users of the BandhuBuy
+                mobile application ("the Platform") may return purchased goods
+                and receive refunds. By using the BandhuBuy Platform and its
+                services, you ("User," "you," "your") acknowledge that you have
+                read, understood, and agree to be bound by this Agreement.
+                BandhuBuy ("we," "us," "our") operates as a group buying
+                e-commerce platform.
+              </p>
+              <p>
+                If you do not agree to these terms, please refrain from using
+                the Platform's services for purchases.
+              </p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">
+                4. Conditions for Returns and Refunds
+              </h2>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                4.1 Eligibility Criteria
+              </h3>
+              <p class="mb-4">
+                Users may be eligible for a return and refund under the
+                following circumstances:
+              </p>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>Product Defects or Quality Issues:</strong> The
+                  product received is damaged, defective, faulty, or not in
+                  working condition upon arrival.
+                </li>
+                <li>
+                  <strong>Incorrect Product:</strong> The product delivered does
+                  not match the description on the product listing page.
+                </li>
+                <li>
+                  <strong>Wrong Quantity:</strong> The delivery contains fewer
+                  items than ordered.
+                </li>
+                <li>
+                  <strong>Missing Parts or Accessories:</strong> The product is
+                  delivered without all included parts, components, or
+                  accessories as advertised.
+                </li>
+                <li>
+                  <strong>Group Buying Failure:</strong> The group buying
+                  activity does not reach the required number of participants
+                  within the specified time frame.
+                </li>
+                <li>
+                  <strong>Seller Cannot Fulfill Order:</strong> The seller is
+                  unable to ship the product after a successful group.
+                </li>
+              </ul>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                4.2 Timeframe for Initiation
+              </h3>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>For Physical Goods:</strong> Return requests must be
+                  initiated within 7 calendar days from the date of delivery
+                  confirmation.
+                </li>
+                <li>
+                  <strong>For Group Failure:</strong> Refunds for unsuccessful
+                  groups are processed automatically upon group expiration.
+                </li>
+              </ul>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                4.4 Non-Returnable Products
+              </h3>
+              <p class="mb-4">
+                Certain product categories are generally not eligible for
+                return:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li>Perishable Goods: Fresh and processed foods, beverages</li>
+                <li>
+                  Personal Care & Health Products: Cosmetics, skincare items,
+                  medicines
+                </li>
+                <li>
+                  Digital Goods & Software: Downloaded software, electronic
+                  vouchers, gift cards
+                </li>
+                <li>Customized/Made-to-Order Products</li>
+              </ul>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">
+                5. Return and Refund Process
+              </h2>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                5.1 Initiating a Return Request
+              </h3>
+              <ol class="list-decimal pl-6 space-y-2 mb-4">
+                <li>Log in to your BandhuBuy account</li>
+                <li>Navigate to "My Orders" section</li>
+                <li>Select the order containing the item you wish to return</li>
+                <li>Click on "Return Item" or "Request Return"</li>
+                <li>Select the appropriate reason for return</li>
+                <li>
+                  Provide clear description and upload supporting evidence
+                </li>
+                <li>Submit your return request</li>
+              </ol>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">5.4 Refund Processing</h3>
+              <p class="mb-4">
+                Refunds will be initiated after the returned item is received
+                and inspected. Please allow 7-14 business days for the refund
+                amount to be reflected in your account after approval.
+              </p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">
+                13. Contact Information
+              </h2>
+              <p class="mb-4">
+                For any questions regarding this Agreement or the return and
+                refund process, please contact us at:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li><strong>Email:</strong>support@aisoco.net</li>
+<!--                <li>
+                  <strong>Phone:</strong>+880 [Insert Customer Support Phone
+                  Number]
+                </li> -->
+                <li>
+                  <strong>Hours:</strong>[Insert Customer Support Hours, e.g.,
+                  9:00 AM - 6:00 PM, Saturday - Thursday]
+                </li>
+                <li>
+                  <strong>Address:</strong> [59,LOBBYEK SHOPPING COMPLEX,2ND FLOOR,PAHARTALI,CTG]
+                </li>
+              </ul>
+            </section>
+          </div>
+
+          <!-- 中文版本 -->
+          <div class="lang-zh hidden">
+            <p class="text-gray-600 mb-6">
+              <strong>生效日期:</strong> 2025年9月16日
+            </p>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">1. 介绍和接受</h2>
+              <p class="mb-4">
+                本退货退款服务协议("协议")规定了Aisoco移动应用程序("平台")用户退货和获得退款的条款和条件。通过使用Aisoco平台及其服务,您("用户"、"您"、"您的")确认您已阅读、理解并同意受本协议约束。Aisoco("我们"、"我们的")作为团购电商平台运营。
+              </p>
+              <p>如果您不同意这些条款,请不要使用平台的购买服务。</p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">4. 退货退款条件</h2>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">4.1 资格标准</h3>
+              <p class="mb-4">在以下情况下,用户可能有资格退货和退款:</p>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>产品缺陷或质量问题:</strong
+                  >收到的产品在到达时损坏、有缺陷、故障或无法正常工作。
+                </li>
+                <li>
+                  <strong>错误产品:</strong
+                  >交付的产品与产品列表页面上的描述不符。
+                </li>
+                <li><strong>数量错误:</strong>交付的商品数量少于订购数量。</li>
+                <li>
+                  <strong>缺少零件或配件:</strong
+                  >产品交付时缺少广告中包含的所有零件、组件或配件。
+                </li>
+                <li>
+                  <strong>团购失败:</strong
+                  >团购活动在指定时间内未达到所需参与人数。
+                </li>
+                <li>
+                  <strong>卖家无法履行订单:</strong>成功成团后卖家无法发货。
+                </li>
+              </ul>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">4.2 发起时间框架</h3>
+              <ul class="list-disc pl-6 space-y-2 mb-4">
+                <li>
+                  <strong>实物商品:</strong
+                  >退货请求必须在确认收货日期后7个日历日内发起。
+                </li>
+                <li>
+                  <strong>团购失败:</strong
+                  >不成功团购的退款在团购到期时自动处理。
+                </li>
+              </ul>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">4.4 不可退货产品</h3>
+              <p class="mb-4">某些产品类别通常不符合退货条件:</p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li>易腐商品:新鲜和加工食品、饮料</li>
+                <li>个人护理和健康产品:化妆品、护肤品、药品</li>
+                <li>数字商品和软件:下载软件、电子券、礼品卡</li>
+                <li>定制/按订单制造的产品</li>
+              </ul>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">5. 退货退款流程</h2>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">5.1 发起退货请求</h3>
+              <ol class="list-decimal pl-6 space-y-2 mb-4">
+                <li>登录您的Aisoco账户</li>
+                <li>导航到"我的订单"部分</li>
+                <li>选择包含您要退货商品的订单</li>
+                <li>点击"退货"或"申请退货"</li>
+                <li>选择适当的退货原因</li>
+                <li>提供清晰描述并上传支持证据</li>
+                <li>提交您的退货请求</li>
+              </ol>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">5.4 退款处理</h3>
+              <p class="mb-4">
+                退款将在收到并检查退货商品后发起。批准后请允许7-14个工作日退款金额反映在您的账户中。
+              </p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">13. 联系信息</h2>
+              <p class="mb-4">
+                如果您对本协议或退货退款流程有任何疑问,请联系我们:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li><strong>邮箱:</strong> returns@aisoco.ai</li>
+                <li><strong>电话:</strong> +1 (555) 123-4567</li>
+                <li><strong>地址:</strong> 旧金山创新路123号,CA 94107</li>
+              </ul>
+            </section>
+          </div>
+        </div>
+      </div>
+    </main>
+
+    <!-- 页脚 -->
+    <footer class="bg-dark text-white py-8">
+      <div class="container mx-auto px-4 text-center">
+        <p class="text-gray-500 text-sm md:text-xl">
+          &copy; 2025 Aisoco, Inc. All rights reserved.
+        </p>
+      </div>
+    </footer>
+
+    <script>
+      // 语言切换功能
+      const langEnBtn = document.getElementById('lang-en');
+      const langZhBtn = document.getElementById('lang-zh');
+      const langEnElements = document.querySelectorAll('.lang-en');
+      const langZhElements = document.querySelectorAll('.lang-zh');
+
+      langEnBtn.addEventListener('click', function () {
+        langEnBtn.classList.add('text-primary');
+        langEnBtn.classList.remove('text-gray-500');
+        langZhBtn.classList.add('text-gray-500');
+        langZhBtn.classList.remove('text-primary');
+
+        langEnElements.forEach((el) => el.classList.remove('hidden'));
+        langZhElements.forEach((el) => el.classList.add('hidden'));
+      });
+
+      langZhBtn.addEventListener('click', function () {
+        langZhBtn.classList.add('text-primary');
+        langZhBtn.classList.remove('text-gray-500');
+        langEnBtn.classList.add('text-gray-500');
+        langEnBtn.classList.remove('text-primary');
+
+        langZhElements.forEach((el) => el.classList.remove('hidden'));
+        langEnElements.forEach((el) => el.classList.add('hidden'));
+      });
+    </script>
+  </body>
+</html>

+ 289 - 0
terms.html

@@ -0,0 +1,289 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
+		<meta http-equiv="Pragma" content="no-cache" />
+		<meta http-equiv="Expires" content="0" />
+    <title>Terms of Service</title>
+    <!-- Tailwind CSS -->
+    <script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio"></script>
+    <!-- Font Awesome -->
+    <link
+      href="https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css"
+      rel="stylesheet"
+    />
+    <!-- Google Fonts -->
+    <link
+      href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
+      rel="stylesheet"
+    /> 
+
+    <script>
+      tailwind.config = {
+        theme: {
+          extend: {
+            colors: {
+              primary: '#0066CC',
+              secondary: '#333333',
+              light: '#F5F5F7',
+              dark: '#1D1D1F',
+            },
+            fontFamily: {
+              sans: ['Inter', 'sans-serif'],
+            },
+          },
+        },
+      };
+    </script>
+
+    <style type="text/tailwindcss">
+      @layer utilities {
+        .transition-smooth {
+          transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
+        }
+      }
+    </style>
+  </head>
+
+  <body class="font-sans bg-white text-dark antialiased">
+    <main class="py-12">
+      <div class="container mx-auto px-4 sm:px-6 lg:px-8 max-w-4xl">
+        <!-- 标题 -->
+        <h1 class="text-sm md:text-xl md:text-4xl font-bold mb-8">
+          <span class="lang-en">Terms of Service</span>
+          <span class="lang-zh hidden">服务条款</span>
+        </h1>
+
+        <!-- 内容 -->
+        <div class="prose prose-lg max-w-none text-xs md:text-xl">
+          <!-- 英文版本 -->
+          <div class="lang-en">
+            <p class="text-gray-600 mb-6 text-sm md:text-xl">
+              <strong>Effective Date:</strong> September 16, 2025
+            </p>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">
+                1. Introduction and Acceptance of Terms
+              </h2>
+              <p class="mb-4">
+                Welcome to BandhuBuy (hereinafter referred to as "the
+                Platform"). The Platform is a group buying e-commerce platform
+                operating in Bangladesh, allowing users to initiate and
+                participate in group buying shopping activities. By registering,
+                logging in, or using our services through the BandhuBuy mobile
+                application, you indicate that you have read, understood, and
+                agree to be bound by this User Service Agreement (hereinafter
+                referred to as "this Agreement"), and agree to comply with
+                applicable laws and regulations in Bangladesh.
+              </p>
+              <p>
+                If you do not agree to any terms of this Agreement, please
+                immediately stop using the Platform's services. This Agreement
+                constitutes a legal agreement between you and the Platform,
+                setting forth the terms and conditions for your use of the
+                Platform's services.
+              </p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">
+                2. Definitions and Interpretation
+              </h2>
+              <p class="mb-4">
+                In this Agreement, unless the context requires otherwise, the
+                following terms have the meanings set forth below:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li>
+                  <strong>"Platform":</strong> Refers to the BandhuBuy mobile
+                  application and its related services.
+                </li>
+                <li>
+                  <strong>"User":</strong> Refers to any individual or entity
+                  that registers, logs in, or uses the Platform's services.
+                </li>
+                <li>
+                  <strong>"Group Buying":</strong> Refers to collective shopping
+                  activities initiated by users through the Platform, which
+                  require reaching a specified number of participants within an
+                  agreed time frame to form a successful group.
+                </li>
+                <li>
+                  <strong>"Initiator":</strong> Refers to the user who initiates
+                  a group buying activity.
+                </li>
+                <li>
+                  <strong>"Participant":</strong> Refers to a user who
+                  participates in a group buying activity initiated by another
+                  user.
+                </li>
+                <li>
+                  <strong>"Successful Group Formation":</strong> Refers to a
+                  group buying activity that meets the specified number of
+                  participants within the agreed time frame.
+                </li>
+                <li>
+                  <strong>"Group Buying Failure":</strong> Refers to a group
+                  buying activity that fails to meet the specified number of
+                  participants within the agreed time frame.
+                </li>
+              </ul>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">3. User Accounts</h2>
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                3.1 Registration Requirements
+              </h3>
+              <p class="mb-4">
+                To use the Platform's services, you must register an account and
+                provide accurate, complete, and up-to-date personal information.
+                You must be a natural person at least 18 years of age or meet
+                the legal age requirements stipulated by Bangladeshi law. You
+                agree to maintain and promptly update your account information
+                to ensure its accuracy.
+              </p>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">3.2 Account Security</h3>
+              <p class="mb-4">
+                You are responsible for maintaining the confidentiality of your
+                account information, including your password, and for all
+                activities that occur under your account. You agree to
+                immediately notify the Platform of any unauthorized use of your
+                account or any other security breaches.
+              </p>
+
+              <h3 class="text-sm md:text-xl font-semibold mb-3">
+                3.3 Account Suspension or Termination
+              </h3>
+              <p>
+                We reserve the right to suspend or terminate your account and
+                deny current or future use of our services at our sole
+                discretion if we reasonably believe that you have violated the
+                terms of this Agreement or applicable laws and regulations.
+              </p>
+            </section>
+
+            <!-- 继续其他章节... -->
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">11. Contact Us</h2>
+              <p class="mb-4">
+                If you have any questions about this Agreement or the Platform's
+                services, please contact us via:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li><strong>Email:</strong> support@aisoco.net</li>
+                <!-- <li><strong>Phone:</strong> +880 XXXX-XXXXXX</li> -->
+                <li>
+                  <strong>Address:</strong> [59,LOBBYEK SHOPPING COMPLEX,2ND FLOOR,PAHARTALI,CTG]
+                </li>
+              </ul>
+            </section>
+          </div>
+
+          <!-- 中文版本 -->
+          <div class="lang-zh hidden">
+            <p class="text-gray-600 mb-6">
+              <strong>生效日期:</strong> 2025年9月16日
+            </p>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">1. 介绍和条款接受</h2>
+              <p class="mb-4">
+                欢迎使用Aisoco(以下简称"平台")。本平台是一个在孟加拉国运营的团购电商平台,允许用户发起和参与团购购物活动。通过注册、登录或使用我们通过Aisoco移动应用程序提供的服务,您表示您已阅读、理解并同意受本用户服务协议(以下简称"本协议")的约束,并同意遵守孟加拉国适用的法律法规。
+              </p>
+              <p>
+                如果您不同意本协议的任何条款,请立即停止使用平台服务。本协议构成您与平台之间的法律协议,规定了您使用平台服务的条款和条件。
+              </p>
+            </section>
+
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">2. 定义和解释</h2>
+              <p class="mb-4">
+                在本协议中,除非上下文另有要求,以下术语具有下述含义:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li>
+                  <strong>"平台":</strong>指Aisoco移动应用程序及其相关服务。
+                </li>
+                <li>
+                  <strong>"用户":</strong
+                  >指注册、登录或使用平台服务的任何个人或实体。
+                </li>
+                <li>
+                  <strong>"团购":</strong
+                  >指用户通过平台发起的集体购物活动,需要在约定时间内达到指定参与人数才能成团。
+                </li>
+                <li><strong>"发起人":</strong>指发起团购活动的用户。</li>
+                <li>
+                  <strong>"参与者":</strong>指参与他人发起的团购活动的用户。
+                </li>
+                <li>
+                  <strong>"成团":</strong
+                  >指在约定时间内达到指定参与人数的团购活动。
+                </li>
+                <li>
+                  <strong>"团购失败":</strong
+                  >指在约定时间内未能达到指定参与人数的团购活动。
+                </li>
+              </ul>
+            </section>
+
+            <!-- 其他中文章节... -->
+            <section class="mb-8">
+              <h2 class="text-sm md:text-xl font-semibold mb-4">11. 联系我们</h2>
+              <p class="mb-4">
+                如果您对本协议或平台服务有任何疑问,请通过以下方式联系我们:
+              </p>
+              <ul class="list-disc pl-6 space-y-2">
+                <li><strong>邮箱:</strong> legal@aisoco.ai</li>
+                <li><strong>电话:</strong> +880 XXXX-XXXXXX</li>
+                <li><strong>地址:</strong> 旧金山创新路123号,CA 94107</li>
+              </ul>
+            </section>
+          </div>
+        </div>
+      </div>
+    </main>
+
+    <!-- 页脚 -->
+    <footer class="bg-dark text-white py-8">
+      <div class="container mx-auto px-4 text-center">
+        <p class="text-gray-500 text-sm">
+          &copy; 2025 Aisoco, Inc. All rights reserved.
+        </p>
+      </div>
+    </footer>
+
+    <script>
+      // 语言切换功能
+      const langEnBtn = document.getElementById('lang-en');
+      const langZhBtn = document.getElementById('lang-zh');
+      const langEnElements = document.querySelectorAll('.lang-en');
+      const langZhElements = document.querySelectorAll('.lang-zh');
+
+      langEnBtn.addEventListener('click', function () {
+        langEnBtn.classList.add('text-primary');
+        langEnBtn.classList.remove('text-gray-500');
+        langZhBtn.classList.add('text-gray-500');
+        langZhBtn.classList.remove('text-primary');
+
+        langEnElements.forEach((el) => el.classList.remove('hidden'));
+        langZhElements.forEach((el) => el.classList.add('hidden'));
+      });
+
+      langZhBtn.addEventListener('click', function () {
+        langZhBtn.classList.add('text-primary');
+        langZhBtn.classList.remove('text-gray-500');
+        langEnBtn.classList.add('text-gray-500');
+        langEnBtn.classList.remove('text-primary');
+
+        langZhElements.forEach((el) => el.classList.remove('hidden'));
+        langEnElements.forEach((el) => el.classList.add('hidden'));
+      });
+    </script>
+  </body>
+</html>