-
Notifications
You must be signed in to change notification settings - Fork 45
Update landing page #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nk-ag
merged 2 commits into
FailproofAI:main
from
nk-ag:dev/nikiagarwal/landingpagetext
Aug 11, 2025
Merged
Update landing page #185
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,10 +25,10 @@ export default function OrbitalSystem() { | |
| <div className="flex flex-col justify-start items-center md:items-start px-4 md:pl-20 pb-2 md:py-0 max-w-xl mx-auto mt-[10vh]"> | ||
|
|
||
| <h1 className={`${pattanakarn.className} text-white text-3xl sm:text-3xl md:text-5xl lg:text-6xl leading-tight mb-4 drop-shadow-lg text-center md:text-left`}> | ||
| batch ai agents for any scale | ||
| scalable infra for your ai agents | ||
| </h1> | ||
| <p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lg:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}> | ||
| Truly dynamic, built for agents at scale. Branching agent flows, autoscaling compute, and state persistence for your AI agents. | ||
| <p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lga:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}> | ||
| Dynamically branch workflows at runtime, automatically scale compute resources, and reliably persist agent state so your AI agents can handle any workload effortlessly. | ||
|
Comment on lines
+30
to
+31
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There's a typo in the Tailwind CSS class <p className={`${darkerGrotesque.className} text-[#B3D6FF] text-sm sm:text-base md:text-lg lg:text-xl mb-6 md:mb-8 drop-shadow-md text-center md:text-left`}>
Dynamically branch workflows at runtime, automatically scale compute resources, and reliably persist agent state so your AI agents can handle any workload effortlessly. |
||
| </p> | ||
| <div className="flex flex-col md:flex-row items-center gap-3 mb-4 w-full md:justify-start justify-center"> | ||
| <button className="relative inline-flex z-200 h-10 overflow-hidden rounded-xl p-[1px] focus:outline-none focus:ring-2 focus:ring-slate-400 focus:ring-offset-2 focus:ring-offset-slate-50 pointer-events-auto mt-2 group" | ||
|
|
@@ -38,7 +38,7 @@ export default function OrbitalSystem() { | |
| > | ||
| <span className="absolute Z-200 inset-[-1000%] animate-[spin_2s_linear_infinite] bg-[conic-gradient(from_90deg_at_50%_50%,#8bdfff_0%,#e4587d_50%,#66d1b5_100%)] group-hover:animate-none" /> | ||
| <span className={`${darkerGrotesque.className} inline-flex h-full w-full cursor-pointer items-center justify-center rounded-xl bg-slate-950 px-5 py-4 text-md font-medium text-white backdrop-blur-3xl`}> | ||
| Start batching | ||
| See how it works | ||
| </span> | ||
| </button> | ||
| <button className="relative inline-flex z-200 h-10 overflow-hidden rounded-xl p-[1px] f pointer-events-auto mt-2 transition-all duration-300 hover:shadow-lg" | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text content within this
<p>tag has inconsistent indentation and an unnecessary blank line. For better readability and to maintain a consistent code style, please correct the indentation and remove the extra line.