We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfae066 commit 33a2fdcCopy full SHA for 33a2fdc
src/components/About/HeroAbout.tsx
@@ -8,9 +8,7 @@ const HeroAbout = () => {
8
<section className='flex flex-col justify-centre items-center pt-32 gap-12 lg:flex-row lg:justify-between'>
9
<div className='flex-1 space-y-6 text-center lg:text-left'>
10
<h1 className='font-extrabold text-2xl lg:text-5xl'>
11
- Welcome to
12
- <br/>
13
- React ChatBotify Gallery
+ About React ChatBotify Gallery
14
</h1>
15
<p className='space-y-4 text-base lg:text-lg max-w-[500px]'>
16
<span className='block'>
0 commit comments