update home page

This commit is contained in:
2026-07-30 12:58:31 +05:30
parent 9768eabe4d
commit af8a9d5de1
80 changed files with 46814 additions and 1535 deletions

View File

@@ -1,4 +1,3 @@
import { ArrowIcon } from "./icons/ArrowIcon";
interface ScrollDownProps {
@@ -10,7 +9,7 @@ interface ScrollDownProps {
/**
* ScrollDown — interactive scroll indicator.
* Matches original Aiero reference animation and styling.
* Matches original tenext reference animation and styling.
*/
export function ScrollDown({
href = "#scroll-down",
@@ -23,8 +22,8 @@ export function ScrollDown({
<a
href={href}
className={`inline-flex h-[78px] w-[190px] items-center justify-center gap-2 rounded-b-[25px] ${
light ? "bg-white text-aiero-dark" : "bg-aiero-dark text-white"
} text-[14px] font-semibold no-underline transition-all hover:text-aiero-teal hover:shadow-scroll-btn`}
light ? "bg-white text-tenext-dark" : "bg-tenext-dark text-white"
} text-[14px] font-semibold no-underline transition-all hover:text-tenext-teal hover:shadow-scroll-btn`}
style={{ fontFamily: "var(--font-sora)" }}
>
{text}