feat: add GetStarted section and rename deploy section to how-it-works
This commit is contained in:
		@@ -27,7 +27,7 @@ export default function Home() {
 | 
				
			|||||||
      <section id="technologies">
 | 
					      <section id="technologies">
 | 
				
			||||||
        <StackSectionPreview />
 | 
					        <StackSectionPreview />
 | 
				
			||||||
      </section>
 | 
					      </section>
 | 
				
			||||||
      <section id="deploy">
 | 
					      <section id="how-it-works">
 | 
				
			||||||
        <Steps />
 | 
					        <Steps />
 | 
				
			||||||
      </section>
 | 
					      </section>
 | 
				
			||||||
      <section id="llms">
 | 
					      <section id="llms">
 | 
				
			||||||
@@ -39,6 +39,9 @@ export default function Home() {
 | 
				
			|||||||
      <section id="bento-reviews">
 | 
					      <section id="bento-reviews">
 | 
				
			||||||
        <BentoReviews />
 | 
					        <BentoReviews />
 | 
				
			||||||
      </section>
 | 
					      </section>
 | 
				
			||||||
 | 
					      <section id="get-started">
 | 
				
			||||||
 | 
					        <GetStarted />
 | 
				
			||||||
 | 
					      </section>
 | 
				
			||||||
      <section id="call-to-action">
 | 
					      <section id="call-to-action">
 | 
				
			||||||
        <CallToAction />
 | 
					        <CallToAction />
 | 
				
			||||||
      </section>
 | 
					      </section>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user