diff --git a/src/data/tools.json b/src/data/tools.json index 9d58478..35c9590 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -2335,6 +2335,13 @@ "title": "Video", "category": "video", "content": [ + { + "title": "Autopilot Shorts", + "body": "AI generated faceless videos.", + "tag": "From $9.50/mo", + "url": "https://autopilotshorts.com/?ref=riseofmachine.com", + "date-added": "2024-12-13" + }, { "title": "Boolvideo", "body": "AI-powered video editor.", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 6492520..acb0784 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -11,7 +11,7 @@ const { site, title, tagline } = Astro.props; --- - +