diff --git a/src/components/Section.tsx b/src/components/Section.tsx index 63ca9b4..d3de525 100644 --- a/src/components/Section.tsx +++ b/src/components/Section.tsx @@ -14,13 +14,13 @@ const Section = ({ title, smallTitle, description, children }: IProps) => { return (
-

+

{smallTitle}

-

+

{mainTitle} {lastWord}

-

+

{description}

{children} diff --git a/src/pages/Contact/Contact.tsx b/src/pages/Contact/Contact.tsx index 22ee876..e26e42e 100644 --- a/src/pages/Contact/Contact.tsx +++ b/src/pages/Contact/Contact.tsx @@ -65,7 +65,7 @@ const Contact = ({ handleSubmit }: IProps) => { >
{