Skip to content

Commit d026517

Browse files
authored
Merge pull request #167 from uidotdev/tyler
Update taglines
2 parents 9f9bcd0 + 0739973 commit d026517

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

usehooks.com/src/components/search/HooksList.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,25 @@ export default function HooksList({ hooks }) {
5656
imageHeight: "206",
5757
imageAlt: "20-sided die",
5858
pitch:
59-
"Don’t go it alone. Learn how to implement useHooks in your React projects.",
59+
"It's dangerous to go alone! Master React by learning how to build useHooks yourself.",
6060
},
6161
{
6262
id: "Callout 2",
63-
image: "money",
63+
image: "spinner",
6464
imageWidth: "284",
6565
imageHeight: "180",
66-
imageAlt: "$100 Monopoly-style money",
66+
imageAlt: "board game spinner and all options are React",
6767
pitch:
68-
"Level up faster. Learn how to implement useHooks in your React projects.",
68+
"There's no better way to learn useHooks than by building it yourself.",
6969
},
7070
{
7171
id: "Callout 3",
72-
image: "spinner",
72+
image: "money",
7373
imageWidth: "210",
7474
imageHeight: "210",
75-
imageAlt: "board game spinner and all options are React",
75+
imageAlt: "$100 Monopoly-style money",
7676
pitch:
77-
"Want to learn how to build useHooks yourself? Check out react.gg – the interactive way to master modern React.",
77+
"Please give us your money.",
7878
},
7979
{
8080
id: "Callout 4",
@@ -83,7 +83,7 @@ export default function HooksList({ hooks }) {
8383
imageHeight: "224",
8484
imageAlt: "travel-style postcard from React that says “Enjoy the views!",
8585
pitch:
86-
"Check out 🔥 react.gg 🔥 – the interactive way to master modern React.",
86+
"The all new interactive way to master modern React (for fun and profit).",
8787
}
8888
]);
8989

usehooks.com/src/pages/404.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ import Footer from '../sections/Footer.astro';
66

77
<Layout
88
title="Page not found."
9-
description="An open source library of easy to understand React Hook recipes, from the team at ui.dev."
9+
description="A collection of Server Component safe React Hooks – from the ui.dev team."
1010
>
1111
<NavInternal />
1212
<main>
1313
<h1>404</h1>
1414
<p>If you think this page should exist, email <a href="mailto:[email protected]">[email protected]</a>.</p>
1515
</main>
1616
<Footer />
17-
</Layout>
17+
</Layout>
1818

1919
<style>
2020
body {

usehooks.com/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const hooks = await getCollection("hooks");
1010
---
1111

1212
<Layout
13-
title="Easy to understand React Hook recipes – useHooks"
13+
title="A collection of Server Component safe React Hooks – from the ui.dev team"
1414
description="A collection of 50 React Server Component safe React hooks"
1515
>
1616
<NavMain />

usehooks.com/src/sections/HomeHero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const hooksMarquee2 = (await getCollection('hooks')).slice(25,50);
77

88
<header class="hero">
99
<img src="/img/logo-useHooks.svg" width="546" height="80" alt="useHooks" />
10-
<h1>A collection of 50 RSC safe React hooks</h1>
10+
<h1>A collection of Server Component safe React Hooks – from the ui.dev team</h1>
1111
<Install text="npm i @uidotdev/usehooks" />
1212

1313
<div class="marquee marquee-left">

0 commit comments

Comments
 (0)