diff --git a/package.json b/package.json index 6c5bab8..f2567b7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "riseofmachine", "version": "0.1.0", - "description": "Discover 300+ AI tools curated for makers and SMBs.", + "description": "Discover AI tools curated for makers and SMBs.", "type": "module", "private": true, "scripts": { diff --git a/src/data/tools.json b/src/data/tools.json index 518d27f..9dca687 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -40,6 +40,12 @@ "tag": "Freemium", "url": "https://exactly.ai/?ref=riseofmachine.com" }, + { + "title": "Flux Lora", + "body": "Generate exquisite images.", + "tag": "$5.90 one-time fee", + "url": "https://fluxlora.net/?ref=riseofmachine.com" + }, { "title": "Freepik Pikaso", "body": "Generative AI with Freepik.", @@ -1468,6 +1474,12 @@ "tag": "Freemium", "url": "https://www.cognosys.ai/?ref=riseofmachine.com" }, + { + "title": "Cvbee.ai", + "body": "AI-powered CV maker.", + "tag": "Freemium", + "url": "https://cvbee.ai/?ref=riseofmachine.com" + }, { "title": "Fireflies", "body": "Transcribe, search & analyze voice convos.", @@ -1864,6 +1876,12 @@ "tag": "Freemium", "url": "https://www.heygen.com/?ref=riseofmachine.com" }, + { + "title": "Image2Video", + "body": "Image to video generator.", + "tag": "Freemium", + "url": "https://image2video.ai/?ref=riseofmachine.com" + }, { "title": "Kaiber", "body": "Text, photos, and music to videos.", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 6445369..0b0e49f 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,12 +16,12 @@ const { site, title, tagline } = Astro.props; - {site} — Discover 300+ AI tools curated for makers and SMBs. + {site} — Discover AI tools curated for makers and SMBs. - + - + @@ -75,7 +75,7 @@ const { site, title, tagline } = Astro.props; diff --git a/src/pages/index.astro b/src/pages/index.astro index 8115759..001b54b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -12,7 +12,7 @@ import Dashboard from "../components/Dashboard";