Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/app/components/home/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Demo = () => {
<li>Integrated Data Services</li>
</ul>

<Link target="_blank" href="https://form.typeform.com/to/oGnlAAyV">
<Link target="_blank" href="https://app.decenterai.com">
<button className="bg-primary_10 text-primary_1 font-semibold text-xs md:text-sm py-2 px-3 mt-4 md:mt-6 cursor-pointer rounded-xl hover:bg-primary_10/90 transition-colors">
Get Started
</button>
Expand Down
6 changes: 3 additions & 3 deletions src/app/components/home/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Hero = () => {
</ul>
</div>
<div className="h-[20%] text-center cursor-pointer">
<Link target="_blank" href="https://form.typeform.com/to/oGnlAAyV">
<Link target="_blank" href="https://app.decenterai.com">
<button className="bg-primary_11 w-full text-xs md:text-sm text-primary_1 font-semibold font-primaryArchivo py-2 px-3 cursor-pointer rounded-full hover:bg-primary_11/90 transition-colors">
Get Started
</button>
Expand Down Expand Up @@ -139,7 +139,7 @@ const Hero = () => {
<div className=" w-[50%] md:w-[20%] h-full flex items-center justify-end">
<Link
target="_blank"
href="https://form.typeform.com/to/oGnlAAyV"
href="https://app.decenterai.com"
className="hidden md:block cursor-pointer"
>
<button className="bg-primary_11 text-primary_1 font-semibold font-primaryArchivo py-2 px-3 cursor-pointer rounded-xl">
Expand All @@ -162,7 +162,7 @@ const Hero = () => {
Integrate AI into Apps and Dapps Seamlessly.
</p>
<div className="flex space-x-9 md:space-x-10 md:mt-10">
<Link target="_blank" href="https://form.typeform.com/to/oGnlAAyV">
<Link target="_blank" href="https://app.decenterai.com">
<button className="bg-primary_11 text-sm text-primary_1 font-normal font-primaryArchivo cursor-pointer rounded-3xl p-3 px-6">
Get Started
</button>
Expand Down
Loading