+ );
+};
+
+export default HeroTimeBanner;
diff --git a/next/src/components/landing/Hero.tsx b/next/src/components/landing/Hero.tsx
index 2a75cb3d06..f3a56f5b65 100644
--- a/next/src/components/landing/Hero.tsx
+++ b/next/src/components/landing/Hero.tsx
@@ -3,14 +3,15 @@ import BannerBadge from "../BannerBadge";
import clsx from "clsx";
import PrimaryButton from "../PrimaryButton";
import TextButton from "../TextButton";
-import Backing from "./Backing";
import React from "react";
import { useRouter } from "next/router";
import Image from "next/image";
-import { FaChevronRight } from "react-icons/fa";
-import FooterLinks from "./FooterLinks";
+import { FaCalculator, FaChevronRight } from "react-icons/fa";
+import HeroTimeBanner from "../HeroTimeBanner";
+import GamepadIcon from "../../../public/icons/gamepad-purple-solid.svg";
+import SparkleIcon from "../../../public/icons/sparkle-default-regular.svg";
-const Hero = () => {
+const Hero: React.FC = () => {
const router = useRouter();
return (
@@ -48,11 +49,20 @@ const Hero = () => {
"from-white via-white via-50% to-neutral-600"
)}
>
- Create and deploy AI agents in the web in seconds. Simply give them a name and goal.
+ Create and deploy AI agents on the web in seconds. Simply give them a name and goal.
Then experience a new way to accomplish any objective.