);
}
// ============================================================
// Section 5: Insights — Paper White Background [Accenture-style]
// ============================================================
function InsightsSection() {
return (
{/* Featured insights — 2 large cards */}
{INSIGHTS_FEATURED.map((insight, i) => (
))}
{/* Secondary insights — 3 small cards */}
{INSIGHTS_LIST.map((insight, i) => (
))}
);
}
// ============================================================
// Section 6: Industry Selector — Paper White Background
// ============================================================
function IndustrySelectorSection() {
return (
选择您的行业,查看相关案例与解决方案
);
}
// ============================================================
// Section 7: Trust Proof — Paper White Background
// ============================================================
function TrustSection() {
return (
);
}
// ============================================================
// Main Export
// ============================================================
export default function HomeContent() {
return (
);
}