-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...me/Hero/GetStarted/GetStartedWithDvcX.tsx → ...ro/GetStarted/GetStartedWithDatachain.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
import React from 'react' | ||
import HeroContainer from '../../../HeroContainer' | ||
import { cn } from '../../../../utils' | ||
import DvcxSlides from '../../LandingHero/DvcxSlides' | ||
import DatachainSlides from '../../LandingHero/DatachainSlides' | ||
import GetOnTheWaitlistForm from '../GetOnTheWaitlist/Form' | ||
|
||
const GetStartedWithDvcX = () => { | ||
const GetStartedWithDatachain = () => { | ||
return ( | ||
<HeroContainer className="py-10 px-6" id="get-started-dvcx"> | ||
<div className="flex items-end md:justify-center"> | ||
<HeroContainer className="py-10 px-6" id="get-started-datachain"> | ||
<div className="flex items-center md:justify-center"> | ||
<h1 className={cn('text-2xl font-medium')}>Get Started with</h1> | ||
<img src="/img/logos/dvcx.svg" alt="DVCx Logo" className="h-12 -ml-1" /> | ||
<span className="inline-block text-5xl ml-1">🔗</span> | ||
</div> | ||
<DvcxSlides /> | ||
<DatachainSlides /> | ||
<div className={cn('flex flex-col items-center justify-center w-full')}> | ||
<GetOnTheWaitlistForm /> | ||
</div> | ||
</HeroContainer> | ||
) | ||
} | ||
|
||
export default GetStartedWithDvcX | ||
export default GetStartedWithDatachain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
html { | ||
scroll-behavior: smooth; | ||
} | ||
|
||
.heroContainer { | ||
@apply pt-14; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
|
||
html { | ||
scroll-behavior: smooth; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.