diff --git a/src/site/layouts/campaign_landing_page.drupal.liquid b/src/site/layouts/campaign_landing_page.drupal.liquid
index a2a435d1ce..3b4f2924d4 100644
--- a/src/site/layouts/campaign_landing_page.drupal.liquid
+++ b/src/site/layouts/campaign_landing_page.drupal.liquid
@@ -529,26 +529,26 @@
- {% if fieldRelatedOffice.entity.fieldExternalLink.title %}
- {% assign socialLinksObject = fieldRelatedOffice.entity.fieldSocialMediaLinks.platformValues | jsonToObj %}
+ {% if fieldConnectWithUs.entity.fieldExternalLink.title %}
+ {% assign socialLinksObject = fieldConnectWithUs.entity.fieldSocialMediaLinks.platformValues | jsonToObj %}
Connect with us
-
Get updates from {{ fieldRelatedOffice.entity.fieldExternalLink.title }}
+
Get updates from {{ fieldConnectWithUs.entity.fieldExternalLink.title }}
- {% if fieldRelatedOffice.entity.fieldEmailUpdatesLink.url.path and fieldRelatedOffice.entity.fieldEmailUpdatesLink.title %}
+ {% if fieldConnectWithUs.entity.fieldEmailUpdatesLink.url.path and fieldConnectWithUs.entity.fieldEmailUpdatesLink.title %}
@@ -560,7 +560,7 @@
@@ -572,7 +572,7 @@
@@ -584,7 +584,7 @@
@@ -596,7 +596,7 @@
@@ -608,7 +608,7 @@
diff --git a/src/site/layouts/landing_page.drupal.liquid b/src/site/layouts/landing_page.drupal.liquid
index 7237b006c9..78e8fefcc6 100644
--- a/src/site/layouts/landing_page.drupal.liquid
+++ b/src/site/layouts/landing_page.drupal.liquid
@@ -140,7 +140,7 @@
{% endif %}
- {% if fieldRelatedOffice != empty and fieldRelatedOffice.entity.fieldExternalLink.title != "Records benefits hub" %}
+ {% if fieldConnectWithUs != empty and fieldConnectWithUs.entity.fieldExternalLink.title != "Records benefits hub" %}
- {% if fieldRelatedOffice.entity.fieldExternalLink.url.path != empty %}
+ id="{{ fieldConnectWithUs.entity.fieldExternalLink.title | hashReference: 60 }}">
+ {% if fieldConnectWithUs.entity.fieldExternalLink.url.path != empty %}
{% endif %}
@@ -163,8 +163,8 @@
@@ -172,7 +172,7 @@
Follow us
- {% assign socialLinks = fieldRelatedOffice.entity.fieldSocialMediaLinks.platformValues | jsonToObj %}
+ {% assign socialLinks = fieldConnectWithUs.entity.fieldSocialMediaLinks.platformValues | jsonToObj %}
{% assign socialPlatforms = socialLinks | keys %}
{% for socialPlatform in socialPlatforms %}
@@ -193,7 +193,7 @@
class="vads-u-color--link-default vads-u-padding-right--0p5">
@@ -219,4 +219,4 @@
{% endif %}
{% include "src/site/includes/footer.html" %}
-{% include "src/site/includes/debug.drupal.liquid" %}
\ No newline at end of file
+{% include "src/site/includes/debug.drupal.liquid" %}
diff --git a/src/site/stages/build/drupal/graphql/landingPage.graphql.js b/src/site/stages/build/drupal/graphql/landingPage.graphql.js
index 2fcf73677f..23dbbac954 100644
--- a/src/site/stages/build/drupal/graphql/landingPage.graphql.js
+++ b/src/site/stages/build/drupal/graphql/landingPage.graphql.js
@@ -58,9 +58,9 @@ const landingPageFragment = `
date
}
fieldTeaserText
- fieldRelatedOffice {
+ fieldConnectWithUs {
entity {
- ... on NodeOffice {
+ ... on BlockContentConnectWithUs {
fieldExternalLink {
url {
path
diff --git a/src/site/stages/build/drupal/graphql/nodeCampaignLandingPage.graphql.js b/src/site/stages/build/drupal/graphql/nodeCampaignLandingPage.graphql.js
index 69641b80fc..e22e827940 100644
--- a/src/site/stages/build/drupal/graphql/nodeCampaignLandingPage.graphql.js
+++ b/src/site/stages/build/drupal/graphql/nodeCampaignLandingPage.graphql.js
@@ -323,9 +323,9 @@ const nodeCampaignLandingPage = `
... button
}
}
- fieldRelatedOffice {
+ fieldConnectWithUs {
entity {
- ... on NodeOffice {
+ ... on BlockContentConnectWithUs {
fieldExternalLink {
url {
path