From 09c660c503c08a0b551614c7b29bbfebd379c13b Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Thu, 26 Mar 2026 18:19:15 +1100 Subject: [PATCH 1/2] Update landing page --- .../components/layout/footer.component.tsx | 2 +- .../components/layout/header.component.tsx | 16 +- apps/web/components/marketing/cli-demo.tsx | 160 +++++++++ .../components/marketing/dual-interface.tsx | 92 ++++++ apps/web/components/marketing/faq.tsx | 65 ++-- apps/web/components/marketing/features.tsx | 261 ++++++++------- .../components/marketing/get-started-hero.tsx | 57 +--- apps/web/components/marketing/hero.tsx | 303 ++++++++++-------- .../web/components/marketing/how-it-works.tsx | 67 ++++ .../marketing/open-source-banner.tsx | 51 +++ .../components/marketing/pricing-section.tsx | 172 +++++----- apps/web/data/marketing.data.ts | 7 +- apps/web/pages/_document.js | 13 +- apps/web/pages/index.tsx | 51 +-- apps/web/pages/pricing.tsx | 6 +- apps/web/styles/global.css | 10 +- apps/web/tailwind.config.js | 7 +- 17 files changed, 846 insertions(+), 494 deletions(-) create mode 100644 apps/web/components/marketing/cli-demo.tsx create mode 100644 apps/web/components/marketing/dual-interface.tsx create mode 100644 apps/web/components/marketing/how-it-works.tsx create mode 100644 apps/web/components/marketing/open-source-banner.tsx diff --git a/apps/web/components/layout/footer.component.tsx b/apps/web/components/layout/footer.component.tsx index 23cab8c..f5cb496 100644 --- a/apps/web/components/layout/footer.component.tsx +++ b/apps/web/components/layout/footer.component.tsx @@ -86,7 +86,7 @@ export default function FooterComponent() { />