From e68ec1065cadd94e745adabbcdfcd5cf922f43b4 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Mon, 9 Feb 2026 20:15:01 -0800 Subject: [PATCH] feat(landing): structure --- .../collaboration/collaboration.tsx | 16 ++ .../components/enterprise/enterprise.tsx | 17 ++ .../(home)/components/features/features.tsx | 17 ++ .../app/(home)/components/footer/footer.tsx | 18 ++ apps/sim/app/(home)/components/hero/hero.tsx | 18 ++ apps/sim/app/(home)/components/index.ts | 23 ++ .../app/(home)/components/navbar/navbar.tsx | 17 ++ .../app/(home)/components/pricing/pricing.tsx | 17 ++ .../app/(home)/components/structured-data.tsx | 222 ++++++++++++++++++ .../(home)/components/templates/templates.tsx | 16 ++ .../components/testimonials/testimonials.tsx | 18 ++ apps/sim/app/(home)/landing.tsx | 51 ++++ apps/sim/app/(home)/layout.tsx | 87 +++++++ .../fonts/martian-mono/martian-mono.ts | 14 ++ apps/sim/lib/core/config/feature-flags.ts | 9 +- 15 files changed, 556 insertions(+), 4 deletions(-) create mode 100644 apps/sim/app/(home)/components/collaboration/collaboration.tsx create mode 100644 apps/sim/app/(home)/components/enterprise/enterprise.tsx create mode 100644 apps/sim/app/(home)/components/features/features.tsx create mode 100644 apps/sim/app/(home)/components/footer/footer.tsx create mode 100644 apps/sim/app/(home)/components/hero/hero.tsx create mode 100644 apps/sim/app/(home)/components/index.ts create mode 100644 apps/sim/app/(home)/components/navbar/navbar.tsx create mode 100644 apps/sim/app/(home)/components/pricing/pricing.tsx create mode 100644 apps/sim/app/(home)/components/structured-data.tsx create mode 100644 apps/sim/app/(home)/components/templates/templates.tsx create mode 100644 apps/sim/app/(home)/components/testimonials/testimonials.tsx create mode 100644 apps/sim/app/(home)/landing.tsx create mode 100644 apps/sim/app/(home)/layout.tsx create mode 100644 apps/sim/app/_styles/fonts/martian-mono/martian-mono.ts diff --git a/apps/sim/app/(home)/components/collaboration/collaboration.tsx b/apps/sim/app/(home)/components/collaboration/collaboration.tsx new file mode 100644 index 000000000..49fcecd13 --- /dev/null +++ b/apps/sim/app/(home)/components/collaboration/collaboration.tsx @@ -0,0 +1,16 @@ +/** + * Collaboration section — team workflows and real-time collaboration. + * + * SEO: + * - `
`. + * - `

` for the section title. + * - Product visuals use `
` with `
` and descriptive `alt` text. + * + * GEO: + * - Name specific capabilities (version control, shared workspaces, RBAC, audit logs). + * - Lead with a summary so AI can answer "Does Sim support team collaboration?". + * - Reference "Sim" by name per capability ("Sim's real-time collaboration"). + */ +export default function Collaboration() { + return null +} diff --git a/apps/sim/app/(home)/components/enterprise/enterprise.tsx b/apps/sim/app/(home)/components/enterprise/enterprise.tsx new file mode 100644 index 000000000..1d07bd58a --- /dev/null +++ b/apps/sim/app/(home)/components/enterprise/enterprise.tsx @@ -0,0 +1,17 @@ +/** + * Enterprise section — compliance, scale, and security messaging. + * + * SEO: + * - `
`. + * - `

` for the section title. + * - Compliance certs (SOC2, HIPAA) as visible `` text. + * - Enterprise CTA links to contact form via `` with `rel="noopener noreferrer"`. + * + * GEO: + * - Entity-rich: "Sim is SOC2 and HIPAA compliant" — not "We are compliant." + * - `