Skip to content

Commit

Permalink
morphing text initial
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Jan 28, 2024
1 parent 9d0d00b commit b606d50
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions devcon/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ import { motion, useInView } from 'framer-motion'
import { Button } from 'lib/components/button'
import { Link } from 'components/common/link'
import RichText from 'lib/components/tina-cms/RichText'
import TextMorph from 'lib/components/text-morph/TextMorph'

const videos = [
{
Expand Down Expand Up @@ -102,9 +103,10 @@ export default pageHOC(function Index(props: any) {
className="w-[85%] max-w-[350px] lg:w-auto lg:max-w-[400px]"
/>

<div className="mt-4 lg:mt-4 flex flex-col justify-start items-start">
<div className="mt-4 lg:mt-4 flex flex-col justify-start items-start w-full">
<TitleDevcon className="hidden lg:block max-w-[124px] lg:max-w-auto lg:w-[124px]" />
<p className={`${css['rainbow-text']} text-3xl`}>เอเชียตะวันออกเฉียงใต้</p>
{/* <p className={`${css['rainbow-text']} text-3xl`}>เอเชียตะวันออกเฉียงใต้</p> */}
<TextMorph texts={['เอเชียตะวันออกเฉียงใต้', 'SOUTHEAST ASIA']} />
</div>
</div>
</div>
Expand Down

0 comments on commit b606d50

Please sign in to comment.