import { cn, nanoid } from '@/lib/utils' import { auth } from '@/auth' // import { Header } from '@/components/header' // import { Web3Provider } from '@/components/providers/web3-provider' import { Metadata } from 'next' import { Message } from '@aigxion/isdk' import { baseTitle, descriptionRoot } from '@/lib/metadata' import Image from "next/image"; import aImage from '../../components/images/a.png' import bImage from '../../components/images/b.png'; import cImage from '../../components/images/c.png'; import dImage from '../../components/images/d.png'; import aiStaffmage from '../../components/images/ai_staff.png'; import aiBGImage from '../../components/images/ai_staff_bg.png'; import aiAImage from '../../components/images/ai_a.png'; import aiBImage from '../../components/images/ai_b.png'; import aiCImage from '../../components/images/ai_c.png'; import aiDImage from '../../components/images/ai_d.png'; import kefuImage from '../../components/images/kefu.png'; export const metadata: Metadata = { metadataBase: new URL('https://blogai.ai'), title: { default: baseTitle, template: baseTitle }, description: `${descriptionRoot}`, icons: { icon: '/favicon.png' } } import Link from "next/link"; import { IconChevronUpDown, IconGitHub } from '@/components/ui/icons' import { Button } from '@/components/ui/button' import { Frame } from '@/components/frame' // const Line: React.FC = ({ className, IconLeft, label, IconRight }) => { const Line: React.FC<{ className?: string }> = ({ className }) => { return (
); }; export default async function StaffIndexPage({ params: { locale } }: { params: { locale: string } }) { const session = await auth() const avatarUrl = session?.user?.image const id = nanoid() // const { t, resources } = await initTranslations(locale, i18nNamespaces); return (
Hero Image

美国移民

民营企业家的首选美国移民路径

移民咨询热线 199 2437 0039

专业客服,全程服务

完善的客户体系,丰富的移民办理经验,为您和您的家人能够顺利抵达大洋彼岸保驾护航

kefu Image
{[ { image: aImage, title: "高效便捷,省时省力", p: "申请人可在中国完成申请,无需赴美。", url: "/#a" }, { image: bImage, title: "自主控制成本与风险", p: "果冻移民的优势在于能够自主控制成本与风险,与许多民营企业家掌控全局的经营风格相契合。", url: "/#b" }, { image: cImage, title: "直接获得永久绿卡", p: "可直接获取永久绿卡,省时省力,优于其他高成本的临时绿卡方案。", url: "/#c" }, ].map((post, index) => ( //
{/*
Hero Image
*/}
优势一

{post.title}

{post.p}

{/* */}
// ))}
{[ { image: aiAImage, title: "海外生意与移民双赢", details: "成功的移民不仅意味着在享受美国生活及公民权利,更是在这个国度打下事业的基石,为海外生活奠定坚实基础。", order: false }, ].map((item, index) => (

{item.title}

{item.details}

Hero Image
))}
Hero Image

无移民配额限制

符合基本条件,全家可迅速登陆美国,尽情享受工作、生活和学习的福利。

{/* Hero Image */}

现在就开启您的移民之旅吧!

感谢您访问我们的移民网站!我们真诚地感谢您对我们的关注和支持。我们致力于为您提供最专业、最优质的移民服务,帮助您顺利实现移民梦想。如果您有任何疑问或需要进一步了解,欢迎随时与我们联系。再次感谢您的光临!

联系我们——果冻移民咨询
); }