feat: add GetStarted section and rename deploy section to how-it-works

This commit is contained in:
2025-10-22 11:34:16 +02:00
parent c59c09eee8
commit 73fe0e7c8e

View File

@@ -27,7 +27,7 @@ export default function Home() {
<section id="technologies">
<StackSectionPreview />
</section>
<section id="deploy">
<section id="how-it-works">
<Steps />
</section>
<section id="llms">
@@ -39,6 +39,9 @@ export default function Home() {
<section id="bento-reviews">
<BentoReviews />
</section>
<section id="get-started">
<GetStarted />
</section>
<section id="call-to-action">
<CallToAction />
</section>