284ebeb12d
This PR re-introduces the Product page that we decided to hold back in the first release. Subsequent PRs will work on polishing the Product page to have interactive visuals, but merging the static version to record a snapshot. No production deployments are planned until product page is polished and blog has the required content - we'd push to prod next week with these two checkpoints.
6 lines
256 B
TypeScript
6 lines
256 B
TypeScript
import { msg } from '@lingui/core/macro';
|
|
|
|
export const HERO_COPY = {
|
|
body: msg`CRM was a database you filled on Fridays. AI turned it into the system that runs your go-to-market. To differentiate, you have to build what your competitors can't buy.`,
|
|
};
|