rename
This commit is contained in:
@@ -4,13 +4,13 @@ import Modules from "./Modules.astro";
|
||||
import Features from "../Features.astro";
|
||||
import Cert from "./Cert.astro";
|
||||
import Trainer from "./Trainer.astro";
|
||||
import Plans from "./Plans.astro";
|
||||
import Solutions from "./Solutions.astro";
|
||||
import Faq from "./Faq.astro";
|
||||
|
||||
const { trainer } = Astro.props;
|
||||
---
|
||||
|
||||
<Plans id="plans" data-pagefind-ignore="all" />
|
||||
<Solutions id="solutions" data-pagefind-ignore="all" />
|
||||
|
||||
<Clients id="clients" data-pagefind-ignore="all" />
|
||||
|
||||
|
||||
@@ -36,7 +36,8 @@ const { Content } = await render(course);
|
||||
<HeaderNav {...data} />
|
||||
</Fragment>
|
||||
|
||||
<section class="space-y-6 lg:space-y-24 relative">
|
||||
<section class="space-y-6 lg:space-y-24">
|
||||
<div class="relative">
|
||||
<div
|
||||
aria-hidden="true"
|
||||
class="absolute inset-0 grid grid-cols-2 opacity-20 max-lg:hidden"
|
||||
@@ -52,7 +53,9 @@ const { Content } = await render(course);
|
||||
</div>
|
||||
|
||||
{/* Course */}
|
||||
<Container class="lg:flex items-center justify-start gap-6">
|
||||
<Container
|
||||
class="lg:flex items-center justify-start gap-6 relative z-1"
|
||||
>
|
||||
<Picture
|
||||
src={data?.image ? data.image : placeholder}
|
||||
alt={data.title}
|
||||
@@ -129,7 +132,7 @@ const { Content } = await render(course);
|
||||
} p/ matrícula
|
||||
</a>
|
||||
<a
|
||||
href="#plans"
|
||||
href="#solutions"
|
||||
class="text-blue-400 underline hover:no-underline text-center"
|
||||
>
|
||||
Ver mais modelos de contratação
|
||||
@@ -182,6 +185,7 @@ const { Content } = await render(course);
|
||||
</section>
|
||||
</Container>
|
||||
{/* Course End */}
|
||||
</div>
|
||||
|
||||
<Content />
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user