-
-```
-
-3. **Repeat for all 5 action cards:**
- - Manage Pages → `/sites/${siteId}/pages`
- - Manage Content → `/sites/${siteId}/content`
- - Integrations → `/sites/${siteId}/settings?tab=integrations`
- - Sync Dashboard → `/sites/${siteId}/sync`
- - Deploy Site → `/sites/${siteId}/deploy`
-
-4. **Update Recent Activity section (optional):**
-```tsx
-
- {/* content */}
-
-```
-
----
-
-### Step 3: Content.tsx Refactor
-**File:** `frontend/src/pages/Sites/Content.tsx`
-
-**Changes:**
-
-1. **Import Link:**
-```tsx
-import { Link } from 'react-router-dom';
-```
-
-2. **Replace line 133:**
-```tsx
-// OLD
-