refactor: remove GetStarted section and consolidate with CallToAction component

This commit is contained in:
2025-10-22 11:38:05 +02:00
parent 73fe0e7c8e
commit 28bef26fbc

View File

@@ -40,9 +40,6 @@ export default function Home() {
<BentoReviews /> <BentoReviews />
</section> </section>
<section id="get-started"> <section id="get-started">
<GetStarted />
</section>
<section id="call-to-action">
<CallToAction /> <CallToAction />
</section> </section>
</> </>