import { Hero } from '@/components/home/Hero' import { ProductPreview } from '@/components/home/ProductPreview' import { MissionVisionEN } from '@/components/home/MissionVisionEN' import { HonorSection } from '@/components/home/HonorSection' import { Infrastructure } from '@/components/home/Infrastructure' import { Button } from '@/components/ui/button' import Link from 'next/link' export default function Home() { return (
{/* 1. Brand Positioning & Hero */} {/* 2. Core Product Matrix */}
{/* 3. Mission, Vision & Values */} {/* 4. Authority Certifications & Technical Strength */} {/* 5. Ecological Infrastructure */} {/* 7. Call to Action & Contact */}

Connect with 120,000+ Merchants
Create a New Business Ecosystem

Whether you're a brick-and-mortar business seeking transformation or an individual aspiring to entrepreneurship, Baima Home provides a broad platform. Our ecosystem is fully open to the public - click the button below to get in touch with us.

Join Baima Alliance Learn More
) }