diff --git a/src/app/(root)/@header/_client/product.tsx b/src/app/(root)/@header/_client/product.tsx index 472bc91..30f5d7a 100644 --- a/src/app/(root)/@header/_client/product.tsx +++ b/src/app/(root)/@header/_client/product.tsx @@ -1,11 +1,13 @@ 'use client' -import { useState, ReactNode } from "react" -import Wrap from "@/components/wrap" -import Image from "next/image" -import prod from '@/assets/header/product/prod.svg' -import custom from '@/assets/header/product/custom.svg' +import {useContext, useState} from 'react' +import Wrap from '@/components/wrap' +import Image from 'next/image' import anno from '@/assets/header/product/anno.svg' +import {Domestic, Oversea, Tab} from '@/app/(root)/@header/_server/product' +import Link from 'next/link' +import {merge} from '@/lib/utils' +import {HeaderContext} from '@/app/(root)/@header/page' type TabType = 'domestic' | 'oversea' @@ -22,68 +24,15 @@ export default function ProductMenu() {
{type === 'domestic' ? ( -
-
-

- {`产品`} - 代理产品 -

-
-

- 短效动态IP - - 折扣45% - -

-

- 全国300+城市级定位节点 -

-
-
-

- 长效静态IP - - 折扣45% - -

-

- IPI资源覆盖全国 -

-
-
-

- 固定IP - - 折扣45% - -

-
-
-
-

- 定制 - 业务定制 -

-
-

优质/企业/精选IP

-

- 超 1000 家企业共同信赖之选!大客户经理全 - 程 1 对 1 沟通,随时为您排忧解难,提供 24 - 小时不间断支持 -

-
-
-
+ ) : ( -
- -
+ ) }