'use client' import { motion } from 'framer-motion' import Image from 'next/image' import { ArrowRight } from 'lucide-react' import Link from 'next/link' export function Hero() { return (
{/* Background Gradient */}
{/* Grid Effect */}
{/* Glow Effects */}
{/* Logo */}
白马家园 Logo
{/* Tags - 放大并突出 */} {[ "小微企业数智化升级", "AI + Fintech 生态圈", "军工技术赋能" ].map((tag, index) => ( {tag} ))} {/* Headline - 超大号字体,核心卖点突出 */} 实体商业的 AI 数智增长引擎 {/* Subheadline - 核心价值主张,大字展示 */} 支付即锁粉 · 让利即引流 · 跨界即分润 {/* Description */} 连接 120,000+ 实体商户,重构线下流量价值闭环。
军工技术赋能 · 人工智能驱动万商互联
{/* CTA Button - 超大醒目按钮 */} 立即加入白马联盟
{/* Scroll Indicator */}
) }