Skip to content

Commit

Permalink
Add section with a signup CTA banner in the company updates page
Browse files Browse the repository at this point in the history
  • Loading branch information
Breno committed Dec 4, 2024
1 parent 9917cd3 commit f298ca4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/company-updates/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import Seo from '../../components/seo';
import Layout from '../../components/Layout';
import Hero from '../../components/CompanyUpdatesPage/Hero';
import ListOfUpdates from '../../components/CompanyUpdatesPage/ListOfUpdates';
import SignUp from '../../components/Signup';

const CompanyUpdates = () => {
return (
<Layout>
<Hero />
<ListOfUpdates />
<SignUp />
</Layout>
);
};
Expand Down

0 comments on commit f298ca4

Please sign in to comment.