Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const ProductMenu: FC<MenuProps> = ({ isDesktop = true, isOpen, menuConta
to="/contact-us/general"
data-gtm="get_a_quote_product"
>
Get a quote
Contact us
</Link>
</div>
<button
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export const Navigation: FC<NavigationProps> = ({ announcementBarRef }) => {
to="/contact-us/general"
data-gtm="get_a_quote_header"
>
Get a quote
Contact us
</Link>
<Link
key="signup"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const StartTestingWithReportPortal: FC<
to="/contact-us/general"
data-gtm="get_a_quote"
>
Get a quote
Contact us
</Link>
</motion.div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const ApplyOurService: FC<ApplyOurServiceProps> = ({ url }) => (
<div className="apply-our-service__heading">
<Heading color="white-heading" title="Apply for our service" />
<Link className="btn btn--primary btn--large" to={url} data-gtm="get_a_quote">
Get a quote
Contact us
</Link>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const BenefitsForBusiness: FC = () => (
Start free trial
</Link>
<Link className="btn btn--outline btn--large" to="/contact-us/general" data-gtm="get_a_quote">
Get a quote
Contact us
</Link>
</AnimatedList>
);
2 changes: 1 addition & 1 deletion src/containers/LandingPage/Showcase/Showcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const Showcase: FC = () => {
to="/contact-us/general"
data-gtm="get_a_quote"
>
Get a quote
Contact us
</Link>
</div>
</motion.div>
Expand Down