diff --git a/app/globals.css b/app/globals.css
index 585336b..6f7c45b 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -80,4 +80,31 @@ html {
body {
@apply bg-background text-foreground;
}
+}
+
+@keyframes blob {
+ 0% {
+ transform: translate(0px, 0px) scale(1);
+ }
+ 33% {
+ transform: translate(30px, -50px) scale(1.1);
+ }
+ 66% {
+ transform: translate(-20px, 20px) scale(0.9);
+ }
+ 100% {
+ transform: translate(0px, 0px) scale(1);
+ }
+}
+
+.animate-blob {
+ animation: blob 7s infinite;
+}
+
+.animation-delay-2000 {
+ animation-delay: 2s;
+}
+
+.animation-delay-4000 {
+ animation-delay: 4s;
}
\ No newline at end of file
diff --git a/app/page.tsx b/app/page.tsx
index 883b144..54b31d5 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,26 +1,10 @@
-import { getUser } from "@workos-inc/authkit-nextjs";
import React from "react";
-
import HomePage from "@/components/home";
-import { fetchLatestRelease } from "@/lib/github";
-import { cleanDeviceDetails, DeviceDetails } from "@/lib/ua";
-
-export default async function Home() {
- const { user } = await getUser();
- const latestRelease = await fetchLatestRelease();
- let currentDevice: DeviceDetails | undefined;
- if (latestRelease.current) {
- currentDevice = cleanDeviceDetails(latestRelease.current);
- }
+export default function Home() {
return (
{description}
++ Spawn self-managing AI Agents on your codebase, iterate on GitHub + PRs, and get reliable updates—all without the overhead of + man-management. +
+
,
+ text: "Install via CLI or web UI in minutes",
+ },
+ {
+ icon:
,
+ text: "Automated PR creation and updates",
+ },
+ {
+ icon:
,
+ text: "Define task complexity and timeframes",
+ },
+ {
+ icon: Time Saved Weekly
+Setup Time
+Agent Availability
+