From 66213dd2dec88954a831771ccb087f78ce7d7e20 Mon Sep 17 00:00:00 2001 From: Lewis Carhart Date: Tue, 4 Aug 2026 17:32:34 -0400 Subject: [PATCH] refactor(landing): remove unused Link imports from agent and capabilities sections - Eliminated Link imports from the agent-section and capabilities-section components to streamline the codebase and improve maintainability. --- apps/app/components/landing/agent-section.tsx | 1 - apps/app/components/landing/capabilities-section.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/app/components/landing/agent-section.tsx b/apps/app/components/landing/agent-section.tsx index 16b0260..f85b855 100644 --- a/apps/app/components/landing/agent-section.tsx +++ b/apps/app/components/landing/agent-section.tsx @@ -8,7 +8,6 @@ import Time from "@carbon/icons-react/es/Time"; import SlackLogo from "@crm/ui/components/brand-logos/slack"; import { cn } from "@crm/ui/lib/utils"; import Image from "next/image"; -import Link from "next/link"; import type * as React from "react"; import { Chip } from "./chip"; import { SectionHeading } from "./section-heading"; diff --git a/apps/app/components/landing/capabilities-section.tsx b/apps/app/components/landing/capabilities-section.tsx index d7f8c99..6876ed0 100644 --- a/apps/app/components/landing/capabilities-section.tsx +++ b/apps/app/components/landing/capabilities-section.tsx @@ -3,7 +3,6 @@ import GitHubLogo from "@crm/ui/components/brand-logos/github"; import StripeLogo from "@crm/ui/components/brand-logos/stripe"; import VercelLogo from "@crm/ui/components/brand-logos/vercel"; import { cn } from "@crm/ui/lib/utils"; -import Link from "next/link"; import type * as React from "react"; import { AskCard } from "./ask-card"; import {