Add features and supported dbs sections on landing page

This commit is contained in:
1ilit
2024-02-15 03:22:07 +02:00
parent 62e3faa6fb
commit 198232426b
7 changed files with 222 additions and 15 deletions

View File

@@ -15,7 +15,14 @@ export default function Navbar() {
<img src={logo} alt="logo" className="me-2 sm:h-[32px]" />
</Link>
<div className="md:hidden">
<Link className="ms-6 text-lg font-semibold hover:text-indigo-700">
<Link
className="ms-6 text-lg font-semibold hover:text-indigo-700"
onClick={() =>
document
.getElementById("features")
.scrollIntoView({ behavior: "smooth" })
}
>
Features
</Link>
<Link