Merge branch 'develop' into translation

This commit is contained in:
Fernando Videira
2024-06-11 15:02:14 +01:00
8 changed files with 42 additions and 7 deletions
+5
View File
@@ -5,6 +5,11 @@ import Stars from "../../../assets/Stars.svg";
const Hero = () => {
const { t } = useTranslation();
const handleNavigation = (path: string) => {
const element = document.getElementById(path);
element?.scrollIntoView({ behavior: "smooth" });
};
return (
<div className="flex flex-col lg:mt-20 lg:flex-row 1920:padding-calc items-center">
<div className="lg:w-1/2 w-full xl:w-1/2 hidden lg:flex transform origin-left">