Skip to content
Open
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
13 changes: 6 additions & 7 deletions components/sections/HeroSection.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"use client";

/* eslint-disable @next/next/no-img-element */
import Link from "next/link";
import { motion } from "framer-motion";
import { TypeAnimation } from "react-type-animation";

Expand Down Expand Up @@ -48,12 +47,12 @@ export default function HeroSection(props: HeroSectionProps) {
From multiple sources with just a{" "}
<span className="text-[#00ADEF]">single API request.</span>
</h2>
<Link
href="https://intelowlproject.github.io/docs/IntelOwl/installation"
<a
href="https://intelowlproject.github.io/docs/IntelOwl/installation/"
className=" transform transition-transform duration-3 hover:scale-110 btn bg-[#00ADEE] hover:bg-blue-700 text-white py-2 mb-12 px-4 text-sm rounded w-32 h-10 mt-8 font-SpaceGrotesk text-center"
>
get started ➔
</Link>
</a>
</div>
<div className="bg-inherit w-full flex flex-col items-center justify-center px-10 ">
<div className="flex flex-col relative items-center justify-center bg-[#0D0D0E] rounded-2xl border border-[#212123] w-[80%] ">
Expand Down Expand Up @@ -96,12 +95,12 @@ export default function HeroSection(props: HeroSectionProps) {
<br /> API request.
</span>
</h2>
<Link
href="https://intelowlproject.github.io/docs/IntelOwl/installation"
<a
href="https://intelowlproject.github.io/docs/IntelOwl/installation/"
className="transform transition-transform duration-3 hover:scale-110 btn bg-[#00ADEE] hover:bg-blue-700 text-white py-2 px-4 rounded w-36 h-10 mt-16 font-SpaceGrotesk text-center"
>
get started ➔
</Link>
</a>
</div>
<div className="bg-inherit h-screen w-2/6 flex flex-col items-center justify-center px-10">
<div className="flex flex-col relative items-center justify-center bg-[#0D0D0E] rounded-2xl border border-[#212123] w-[80%] ">
Expand Down