This commit is contained in:
planetabhi
2024-08-21 01:16:22 +05:30
parent c19274f454
commit 60e76b8e71
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
"@new-ui/spacings": "^0.1.3",
"@new-ui/typography": "^0.1.6"
},
"description": "A curated collection of 300+ AI tools for indie hackers, makers, and SMBs.",
"description": "Discover 300+ AI tools curated for indie hackers, makers, and SMBs.",
"repository": {
"type": "git",
"url": "git+https://github.com/MethodBlack/riseofmachine.git"

View File

@@ -16,12 +16,12 @@ const { site, title, tagline } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/icon.png" />
<script src="./theme.js"></script>
<meta name="generator" content={Astro.generator} />
<title>{site} — 300+ AI tools for indie hackers, makers, and SMBs.</title>
<title>{site} — Discover 300+ AI tools curated for indie hackers, makers, and SMBs.</title>
<meta name="author" content="Method Black">
<meta name="description" content="300+ AI tools for indie hackers, makers, and SMBs.">
<meta name="description" content="Discover 300+ AI tools curated for indie hackers, makers, and SMBs.">
<meta property="og:title" content="Rise of Machine">
<meta property="og:type" content="website" />
<meta property="og:description" content="300+ AI tools for indie hackers, makers, and SMBs.">
<meta property="og:description" content="Discover 300+ AI tools curated for indie hackers, makers, and SMBs.">
<meta property="og:image" content="https://res.cloudinary.com/drwfwpkeo/image/upload/v1703755911/Light_Screenshot_ub9ydn.png">
<meta property="og:url" content="https://riseofmachine.com/">
<meta name="twitter:card" content="summary_large_image">

View File

@@ -11,7 +11,7 @@ import Dashboard from "../components/Dashboard";
<Layout
site="Rise of Machine"
title="Make the Most of It"
tagline="300+ AI tools for indie hackers, makers, and SMBs."
tagline="Discover 300+ AI tools curated for indie hackers, makers, and SMBs."
>
<main>
<Dashboard client:load />