Compare commits
	
		
			4 Commits
		
	
	
		
			593201ae10
			...
			db4c2d8ea0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| db4c2d8ea0 | |||
| 28bef26fbc | |||
| 73fe0e7c8e | |||
| c59c09eee8 | 
@@ -29,7 +29,7 @@ export default function Home() {
 | 
			
		||||
      <section id="technologies">
 | 
			
		||||
        <StackSectionLight />
 | 
			
		||||
      </section>
 | 
			
		||||
      <section id="deploy">
 | 
			
		||||
      <section id="how-it-works">
 | 
			
		||||
        <Steps />
 | 
			
		||||
      </section>
 | 
			
		||||
      <section id="llms">
 | 
			
		||||
@@ -41,7 +41,7 @@ export default function Home() {
 | 
			
		||||
      <section id="bento-reviews">
 | 
			
		||||
        <BentoReviews />
 | 
			
		||||
      </section>
 | 
			
		||||
      <section id="call-to-action">
 | 
			
		||||
      <section id="get-started">
 | 
			
		||||
        <CallToAction />
 | 
			
		||||
      </section>
 | 
			
		||||
    </>
 | 
			
		||||
 
 | 
			
		||||
@@ -23,12 +23,7 @@ export function CallTo() {
 | 
			
		||||
              Book a Meeting
 | 
			
		||||
            </a>
 | 
			
		||||
            <a
 | 
			
		||||
              href="javascript:;"
 | 
			
		||||
              onClick={() => {
 | 
			
		||||
                if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
			
		||||
                  (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
			
		||||
                }
 | 
			
		||||
              }}
 | 
			
		||||
              href="mailto:info@ourworld.tf"
 | 
			
		||||
              className="text-sm/6 font-semibold text-[#2F3178] hover:text-[#2F3178]/80"
 | 
			
		||||
            >
 | 
			
		||||
              Join the Waitlist <span aria-hidden="true">→</span>
 | 
			
		||||
 
 | 
			
		||||
@@ -47,11 +47,7 @@ export function CallToAction() {
 | 
			
		||||
            <Button
 | 
			
		||||
              variant="outline"
 | 
			
		||||
              color="white"
 | 
			
		||||
              onClick={() => {
 | 
			
		||||
                if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
			
		||||
                  (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
			
		||||
                }
 | 
			
		||||
              }}
 | 
			
		||||
              href="mailto:info@ourworld.tf"
 | 
			
		||||
            >
 | 
			
		||||
              Join the Waitlist
 | 
			
		||||
            </Button>
 | 
			
		||||
 
 | 
			
		||||
@@ -113,11 +113,7 @@ export function Header() {
 | 
			
		||||
                            <Button
 | 
			
		||||
                              variant="outline"
 | 
			
		||||
                              color="white"
 | 
			
		||||
                              onClick={() => {
 | 
			
		||||
                                if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
			
		||||
                                  (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
			
		||||
                                }
 | 
			
		||||
                              }}
 | 
			
		||||
                              href="mailto:info@ourworld.tf"
 | 
			
		||||
                            >
 | 
			
		||||
                              Join the Waitlist
 | 
			
		||||
                            </Button>
 | 
			
		||||
@@ -134,11 +130,7 @@ export function Header() {
 | 
			
		||||
              <Button
 | 
			
		||||
                variant="outline"
 | 
			
		||||
                color="white"
 | 
			
		||||
                onClick={() => {
 | 
			
		||||
                  if (typeof window !== 'undefined' && (window as any).ml_account) {
 | 
			
		||||
                    (window as any).ml_account('webforms', '6108375', 'l9m8g1', 'show')
 | 
			
		||||
                  }
 | 
			
		||||
                }}
 | 
			
		||||
                href="mailto:info@ourworld.tf"
 | 
			
		||||
              >
 | 
			
		||||
                Join the Waitlist
 | 
			
		||||
              </Button>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user