diff --git a/apps/sim/app/o/[organizationId]/home/components/get-started/get-started.tsx b/apps/sim/app/o/[organizationId]/home/components/get-started/get-started.tsx
index 5d343df275e..90d272b5883 100644
--- a/apps/sim/app/o/[organizationId]/home/components/get-started/get-started.tsx
+++ b/apps/sim/app/o/[organizationId]/home/components/get-started/get-started.tsx
@@ -1,9 +1,10 @@
'use client'
import { useEffect, useState } from 'react'
-import { cn, Expandable, ExpandableContent } from '@sim/emcn'
-import { ArrowRight, ChevronDown } from '@sim/emcn/icons'
+import { cn } from '@sim/emcn'
+import { ArrowRight } from '@sim/emcn/icons'
import Link from 'next/link'
+import { HomeSection } from '@/components/home/home-section'
import { OAUTH_SEARCH_READ_SCOPE, oauthScopeSatisfies } from '@/lib/auth/oauth-provider'
import type { ResourceScope } from '@/lib/core/resource-scope'
import { organizationRoutes } from '@/lib/navigation/paths'
@@ -132,64 +133,29 @@ export function GetStarted() {
}
return (
-
- {/* Full width so the whole line toggles, not just the label and chevron. */}
-
-
-
- {/* 6px, matching a sidebar section header to its first item — both headers
- are an 18px box around 12px text, so equal padding reads as equal
- distance. Padding an inner wrapper rather than the animated element:
- `collapsible-up`/`-down` interpolate height alone, so a margin here
- would hold its full value through the close and then vanish on unmount,
- snapping the content below up. */}
-
- {/* Full width so the whole line toggles, not just the label and chevron. */}
-
-
-
- {/* 6px, matching a sidebar section header to its first item — both headers
- are an 18px box around 12px text, so equal padding reads as equal
- distance. Padding an inner wrapper rather than the animated element:
- `collapsible-up`/`-down` interpolate height alone, so a margin here
- would hold its full value through the close and then vanish on unmount,
- snapping the content below up. */}
-