diff --git a/apps/sim/app/(landing)/blog/[slug]/page.tsx b/apps/sim/app/(landing)/blog/[slug]/page.tsx index 18572123ef8..2333ddb67a8 100644 --- a/apps/sim/app/(landing)/blog/[slug]/page.tsx +++ b/apps/sim/app/(landing)/blog/[slug]/page.tsx @@ -161,7 +161,7 @@ export default async function Page({ params }: { params: Promise<{ slug: string
+
{p.description}
diff --git a/apps/sim/app/(landing)/blog/page.tsx b/apps/sim/app/(landing)/blog/page.tsx index 591dbebd370..9bae1dd8aea 100644 --- a/apps/sim/app/(landing)/blog/page.tsx +++ b/apps/sim/app/(landing)/blog/page.tsx @@ -110,7 +110,7 @@ export default async function BlogIndex({+
Announcements, insights, and guides for building AI agent workflows.
@@ -152,7 +152,7 @@ export default async function BlogIndex({+
{p.description}
@@ -191,7 +191,7 @@ export default async function BlogIndex({+
{p.description}
diff --git a/apps/sim/app/(landing)/components/footer/footer.tsx b/apps/sim/app/(landing)/components/footer/footer.tsx index 4cc34914e88..6cd9c3f7f3e 100644 --- a/apps/sim/app/(landing)/components/footer/footer.tsx +++ b/apps/sim/app/(landing)/components/footer/footer.tsx @@ -63,10 +63,8 @@ const INTEGRATION_LINKS: FooterItem[] = [ { label: 'Linear', href: 'https://docs.sim.ai/tools/linear', external: true }, { label: 'Airtable', href: 'https://docs.sim.ai/tools/airtable', external: true }, { label: 'Firecrawl', href: 'https://docs.sim.ai/tools/firecrawl', external: true }, - { label: 'Pinecone', href: 'https://docs.sim.ai/tools/pinecone', external: true }, { label: 'Discord', href: 'https://docs.sim.ai/tools/discord', external: true }, { label: 'Microsoft Teams', href: 'https://docs.sim.ai/tools/microsoft_teams', external: true }, - { label: 'Outlook', href: 'https://docs.sim.ai/tools/outlook', external: true }, { label: 'Telegram', href: 'https://docs.sim.ai/tools/telegram', external: true }, ] diff --git a/apps/sim/app/(landing)/components/landing-faq.tsx b/apps/sim/app/(landing)/components/landing-faq.tsx index 435d0ca8e90..8b17bff4793 100644 --- a/apps/sim/app/(landing)/components/landing-faq.tsx +++ b/apps/sim/app/(landing)/components/landing-faq.tsx @@ -1,6 +1,7 @@ 'use client' import { useState } from 'react' +import { AnimatePresence, motion } from 'framer-motion' import { ChevronDown } from '@/components/emcn' import { cn } from '@/lib/core/utils/cn' @@ -15,46 +16,67 @@ interface LandingFAQProps { export function LandingFAQ({ faqs }: LandingFAQProps) { const [openIndex, setOpenIndex] = useState- {answer} -
-+ {answer} +
+