diff --git a/components/Form/subscription.js b/components/Form/subscription.js index 11223969..aefdfb9e 100644 --- a/components/Form/subscription.js +++ b/components/Form/subscription.js @@ -1,25 +1,20 @@ import React from 'react'; import Button from '../Buttons/button'; -function Subcription() { +function Subscription() { return ( -
-
+
+

Subscribe for AACoT’24 updates!

- -
); } - -export default Subcription; +export default Subscription diff --git a/pages/index.js b/pages/index.js index 2eb8d1a0..d418853a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -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'; +import Subscription from '../components/Form/subscription'; import Speaker from '../components/Speaker/speaker'; import speakers from '../config/speakers.json'; import Link from 'next/link'; @@ -176,8 +176,8 @@ export default function Home() {
-
- +
+
);