diff --git a/superpage/package-lock.json b/superpage/package-lock.json index 1969b06..c513c71 100644 --- a/superpage/package-lock.json +++ b/superpage/package-lock.json @@ -13,7 +13,6 @@ "@astrojs/partytown": "^2.1.4", "@astrojs/react": "^4.2.4", "@astrojs/sitemap": "^3.3.0", - "@fontsource/roboto": "^5.2.5", "@hookform/resolvers": "^5.0.1", "@tailwindcss/vite": "^4.0.13", "@types/alpinejs": "^3.13.11", @@ -925,15 +924,6 @@ "node": ">=18" } }, - "node_modules/@fontsource/roboto": { - "version": "5.2.5", - "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.2.5.tgz", - "integrity": "sha512-70r2UZ0raqLn5W+sPeKhqlf8wGvUXFWlofaDlcbt/S3d06+17gXKr3VNqDODB0I1ASme3dGT5OJj9NABt7OTZQ==", - "license": "OFL-1.1", - "funding": { - "url": "https://github.com/sponsors/ayuhito" - } - }, "node_modules/@hookform/resolvers": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-5.0.1.tgz", diff --git a/superpage/package.json b/superpage/package.json index 583ba5e..37e3b24 100644 --- a/superpage/package.json +++ b/superpage/package.json @@ -14,7 +14,6 @@ "@astrojs/partytown": "^2.1.4", "@astrojs/react": "^4.2.4", "@astrojs/sitemap": "^3.3.0", - "@fontsource/roboto": "^5.2.5", "@hookform/resolvers": "^5.0.1", "@tailwindcss/vite": "^4.0.13", "@types/alpinejs": "^3.13.11", diff --git a/superpage/src/components/Course/Contact.astro b/superpage/src/components/Course/Contact.astro index 903073f..d6de7e3 100644 --- a/superpage/src/components/Course/Contact.astro +++ b/superpage/src/components/Course/Contact.astro @@ -6,7 +6,7 @@ import Form from "./_Contact.jsx";
-

Fale conosco

+

Fale conosco

Tem uma necessidade mais específica ou gostaria de agendar uma demonstração da nossa plataforma? Entre em contato conosco. diff --git a/superpage/src/components/Course/HeaderNav.astro b/superpage/src/components/Course/HeaderNav.astro index 1b4b2d7..142569c 100644 --- a/superpage/src/components/Course/HeaderNav.astro +++ b/superpage/src/components/Course/HeaderNav.astro @@ -39,10 +39,10 @@ const courses = await getCollection( x-cloak x-show="open" x-on:click.outside="open = false" - x-transition:enter="transition ease-linear duration-150" + x-transition:enter="transition ease-linear duration-50" x-transition:enter-start="opacity-0" - x-transition:enter-end="opacity-100" - x-transition:leave="transition ease-in duration-100" + x-transition:enter-end="opacity-100 " + x-transition:leave="transition ease-in duration-50" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" role="menu" @@ -78,7 +78,7 @@ const courses = await getCollection( >Buscar por

@@ -108,15 +108,14 @@ const courses = await getCollection(
-