Compare commits
No commits in common. "01110cb4ecec92332f4ac86f613348c01d406cbd" and "9878d205993bce47175efc0a2bb7f4c8b914860e" have entirely different histories.
01110cb4ec
...
9878d20599
@ -210,12 +210,12 @@ export default function AboutPage({ content }: AboutPageProps) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
data-aos='flip-up'
|
||||||
|
data-aos-duration='600'
|
||||||
className='grid gap-8 md:grid-cols-3'
|
className='grid gap-8 md:grid-cols-3'
|
||||||
>
|
>
|
||||||
{[0, 1, 2].map((index) => (
|
{[0, 1, 2].map((index) => (
|
||||||
<Card
|
<Card
|
||||||
data-aos='flip-left'
|
|
||||||
data-aos-duration='600'
|
|
||||||
key={index}
|
key={index}
|
||||||
className='overflow-hidden transition-all hover:shadow-lg'
|
className='overflow-hidden transition-all hover:shadow-lg'
|
||||||
>
|
>
|
||||||
@ -250,7 +250,7 @@ export default function AboutPage({ content }: AboutPageProps) {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
data-aos='flip-left'
|
data-aos='flip-down'
|
||||||
data-aos-duration='600'
|
data-aos-duration='600'
|
||||||
className='grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4'
|
className='grid grid-cols-1 gap-8 sm:grid-cols-2 lg:grid-cols-4'
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user