Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

chore: implement landing page changes #116

Merged
merged 14 commits into from
May 13, 2024

Conversation

tobySolutions
Copy link
Member

@tobySolutions tobySolutions commented May 11, 2024

In this PR, changes made were to fix issue #107:

  • Change the Studio text on the top left to say Akeru. Keep the logo and its animation in place.: For this, I came to the resolution that it would be better to have the Akeru text be an SVG that we extract from a Figma design so we can keep the logo; because, the "Studio" is an SVG and not a text. cc: @GuiBibeau

  • Change the Contact Us button to become a link to the GitHub repo. Text says Star on Github!.

  • Hide the burger menu icon. Keep the menu in place, but for now, we should not be able to access it. 🍔

  • The Hero text became Edge AI Subnet by OSS Capital.

  • Hero subtext became: Join the waiting list.

  • Under the subtext, I brought in the email address field that is currently in the footer. I also brought in the logic to register to the waiting list that we are currently using on the old landing page.

  • Success state of the waiting list becomes a checkmark where there is currently an arrow.

Copy link

vercel bot commented May 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
akeru-akeru-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 1:38pm
akeru-studio-ts ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2024 1:38pm

Copy link
Collaborator

@TommieNg TommieNg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are minor cleanups we might want to consider before merging.

@@ -81,10 +81,10 @@ function Header({
/>
</Link>
<div className="flex items-center gap-x-8">
<Button href="/contact" invert={invert}>
Contact us
<Button href="https://github.com/AkeruAI" invert={invert}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This links to the org, let's link to the repo https://github.com/AkeruAI/akeru

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, awesome!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants