Adding fonts and changing tailwind config.
This commit is contained in:
@@ -11,6 +11,7 @@ import React from 'react';
|
||||
import AppearText from '../text/AppearText';
|
||||
import Cdiv from '../core/Cdiv';
|
||||
import FadeComponent from '../core/FadeComponent';
|
||||
import Introduction from '../sections/Introduction';
|
||||
|
||||
//============================================================
|
||||
// Component
|
||||
@@ -67,8 +68,10 @@ const FrontPage = () => {
|
||||
d="M0,96L80,85.3C160,75,320,53,480,58.7C640,64,800,96,960,101.3C1120,107,1280,85,1360,74.7L1440,64L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z"></path>
|
||||
</svg>
|
||||
</FadeComponent>
|
||||
<FadeComponent delay={2500}>
|
||||
<Introduction />
|
||||
</FadeComponent>
|
||||
</div>
|
||||
<Cdiv className="bg-frost-200"></Cdiv>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user