This commit is contained in:
2025-04-25 16:51:25 -03:00
parent 293444f421
commit 311a66c5b0
13 changed files with 97 additions and 18 deletions

View File

@@ -30,8 +30,7 @@ const { items = [] } = Astro.props;
class="snap-center flex-shrink-0 max-lg:w-full flex justify-center itens-center"
id={`slide${idx + 1}`}
>
<Component />
<!-- <Component class="size-48 lg:size-38 fill-white" /> -->
<Component class="size-48 lg:size-38 fill-white" />
</div>
))
}

View File

@@ -1,6 +1,6 @@
---
import Container from "~/components/Container.astro";
import Form from "./_Contact.jsx";
import Form from "./Contact.jsx";
---
<Container id="contato">