Skip to content

Commit

Permalink
added Subscribe section (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmit-coder authored Apr 15, 2024
1 parent 7473e87 commit 90894ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Form/subscription.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Subcription() {
<div className='mt-[106px] subscription container flex justify-center'>
<div className='w-[1024px] min-h-[253px] lg:py-10 lg:w-full flex flex-col items-center mt-[106px]'>
<h3 className='text-[32px] text-white lg:text-center'>
Subscribe for AACoT’23 updates!
Subscribe for AACoT’24 updates!
</h3>
<a href='https://www.asyncapi.com/newsletter' target='_blank' rel="noreferrer" className='sm:w-full'>
<Button
Expand Down
5 changes: 4 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import About from '../components/About/about';
import TicketCards from '../components/Cards/ticketCards';
import Heading from '../components/Typography/heading';
import Paragraph from '../components/Typography/paragraph';

import Subcription from '../components/Form/subscription';
export default function Home() {
return (
<div>
Expand Down Expand Up @@ -46,6 +46,9 @@ export default function Home() {
<div id='sponsors' className='mt-20'>
<Sponsors imgs={['/img/apidays.png']} />
</div>
<div className='-mt-5'>
<Subcription/>
</div>
</div>
);
}

0 comments on commit 90894ea

Please sign in to comment.