Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/metadata.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export default {
title: "Futarchy.fi - Markets Know Better Than Experts",
title: "Futarchy.fi - Markets Know Better",
description: "It's time we let markets decide. Harness collective intelligence through market mechanisms to guide decision-making in your organization.",
openGraph: {
title: "Futarchy.fi - Markets Know Better Than Experts",
title: "Futarchy.fi - Markets Know Better",
description: "It's time we let markets decide. Harness collective intelligence through market mechanisms to guide decision-making in your organization.",
url: "https://futarchy.fi",
siteName: "Futarchy.fi",
Expand All @@ -12,7 +12,7 @@ export default {
},
twitter: {
card: "summary_large_image",
title: "Futarchy.fi - Markets Know Better Than Experts",
title: "Futarchy.fi - Markets Know Better",
description: "It's time we let markets decide. Harness collective intelligence through market mechanisms to guide decision-making in your organization.",
// TODO: Add OG image for Twitter card
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/futarchyFi/landingPage/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ const LandingPage = ({ useStorybookUrl = false }) => {
}}
startDelay={100}
cursorColor="transparent"
text="Markets know better than experts."
text="Markets know better."
typeSpeed={35}
/>
<div className="flex flex-row gap-3">
Expand Down Expand Up @@ -527,7 +527,7 @@ const LandingPage = ({ useStorybookUrl = false }) => {
}}
startDelay={100}
cursorColor="transparent"
text="Markets know better than experts."
text="Markets know better."
typeSpeed={70}
/>

Expand Down