diff --git a/components/Faq.tsx b/components/Faq.tsx index e03b33e..b1038bf 100644 --- a/components/Faq.tsx +++ b/components/Faq.tsx @@ -12,7 +12,7 @@ interface Props { const Faq = ({ answer, question, onClick, show }: Props) => { return ( -
+

{question} diff --git a/components/GradientText.tsx b/components/GradientText.tsx index c2b392a..4e494b6 100644 --- a/components/GradientText.tsx +++ b/components/GradientText.tsx @@ -3,10 +3,14 @@ import React from "react"; interface Props { className?: string; text: string; + aos?: string; } -const GradientText = ({ className, text }: Props) => { +const GradientText = ({ className, text, aos }: Props) => { return ( -

+

{text}

); diff --git a/components/Navbar.tsx b/components/Navbar.tsx index b28c482..d8c57e0 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -62,7 +62,7 @@ const Navbar = () => { />