diff --git a/cfgov/v1/jinja2/v1/home_page/_hardcoded_en.html b/cfgov/v1/jinja2/v1/home_page/_hardcoded_en.html index d54c67f9627..0d16db374f3 100644 --- a/cfgov/v1/jinja2/v1/home_page/_hardcoded_en.html +++ b/cfgov/v1/jinja2/v1/home_page/_hardcoded_en.html @@ -1,6 +1,6 @@ {%- set hero = { - "heading": "On your side through life’s financial moments." | safe, - "body": "We’re the Consumer Financial Protection Bureau, a U.S. government agency dedicated to making sure you are treated fairly by banks, lenders and other financial institutions.", + "heading": "Lorem ipusm dolor sit amet consectetur", + "body": "The CFPB works to create and support innovative and resilient consumer financial markets where consumers can choose the products and services that meet their individual needs.", "image": { "url": static( "apps/homepage/img/hero.jpg" ), "height": 575, @@ -10,91 +10,85 @@ "is_jumbo": true } -%} -{%- set answers_heading = "Find answers to your money questions" -%} - -{%- set topics = { - "cards": [ - { - "icon": "credit-report", - "text": "Credit reports", - "url": "/consumer-tools/credit-reports-and-scores/", - }, - { - "icon": "debt-collection", - "text": "Debt collection", - "url": "/consumer-tools/debt-collection/", - }, - { - "icon": "mortgage", - "text": "Mortgages", - "url": "/consumer-tools/mortgages/", - }, - { - "icon": "credit-card", - "text": "Credit cards", - "url": "/consumer-tools/credit-cards/", - }, - { - "icon": "arrow-right-round", - "text": "See all money topics", - "url": "/consumer-tools/", - } - ], -} -%} - {%- set highlights = [ { "img_src": static( "apps/homepage/img/putting-green_housing-counselor.png" ), "card_type": "highlight", - "heading": "Talk with an expert about your housing needs for free", - "link_text": "Find a housing counselor", - "link_url": "/find-a-housing-counselor/" + "heading": "CFPB accomplishments under Acting Director Vought", + "link_text": "Read the 2025 report", + "link_url": "/data-research/research-reports/semi-annual-report-october-2024-december-2025/" }, { "img_src": static( "apps/homepage/img/putting-green_submit-a-complaint.png" ), "card_type": "highlight", - "heading": "Submit a complaint about a financial product or service", - "link_text": "Start a complaint", - "link_url": "/complaint/" + "heading": "CFPB vision, mission, and values", + "link_text": "Read the 2026-2040 strategic plan", + "link_url": "/rules-policy/notice-opportunities-comment/open-notices/we-invite-your-feedback-on-our-draft-strategic-plan-for-fy-2026-2030/" }, ] -%} {%- set announcements = [ { - "heading": "The CFPB is standing up for you", - "content": "
The CFPB is working to save households billions of dollars a year by reducing exploitative junk fees charged by banks and financial companies.
" | safe, - "link_text": "Read about junk fees", - "link_url": "/rules-policy/junk-fees/" + "heading": "Enforcement", + "content": "Overview of the CFPB’s enforcement principles", + "links": [ + { + "link_text": "Learn about CFPB enforcement", + "link_url": "/enforcement/" + }, + { + "link_text": "Read our Enforcement principles", + "link_url": "" + } + ] } ] -%} -{%- set breakout_cards_heading = "Get help planning for future goals" -%} +{%- set breakout_cards_heading = "Help when you need it" -%} {%- set breakout_cards = [ { "card_type": "breakout", - "link_text": "Buy a house", - "link_url": "/owning-a-home/", + "link_text": "Servicemembers and veterans", + "link_url": "/consumer-tools/military-financial-lifecycle/", "img_src": static( "apps/homepage/img/key-house.png" ), }, { "card_type": "breakout", - "link_text": "Pay for college", - "link_url": "/paying-for-college/", + "link_text": "Older Americans", + "link_url": "/consumer-tools/educator-tools/resources-for-older-adults/", "img_src": static( "apps/homepage/img/graduate.png" ), }, { "card_type": "breakout", - "link_text": "Get an auto loan", - "link_url": "/consumer-tools/getting-an-auto-loan/", + "link_text": "Debanking", + "link_url": "/fair-lending/", "img_src": static( "apps/homepage/img/key-car.png" ) } ] -%} diff --git a/cfgov/v1/jinja2/v1/home_page/_hardcoded_es.html b/cfgov/v1/jinja2/v1/home_page/_hardcoded_es.html index a042376153b..7062f68347e 100644 --- a/cfgov/v1/jinja2/v1/home_page/_hardcoded_es.html +++ b/cfgov/v1/jinja2/v1/home_page/_hardcoded_es.html @@ -10,38 +10,6 @@ "is_jumbo": true } -%} -{%- set answers_heading = "Encuentre respuestas a sus preguntas sobre finanzas" -%} - -{%- set topics = { - "cards": [ - { - "icon": "credit-report", - "text": "Informes y puntajes de crédito", - "url": "/es/herramientas-del-consumidor/informes-y-puntajes-de-credito/", - }, - { - "icon": "debt-collection", - "text": "Cobro de deudas", - "url": "/es/herramientas-del-consumidor/cobro-de-deudas/", - }, - { - "icon": "money-transfer", - "text": "Transferencias de dinero", - "url": "/es/herramientas-del-consumidor/transferencias-de-dinero/", - }, - { - "icon": "bank", - "text": "Cuentas y servicios bancarios", - "url": "/es/herramientas-del-consumidor/cuentas-bancarias/", - }, - { - "icon": "arrow-right-round", - "text": "Ver todos los temas de dinero", - "url": "/es/herramientas-del-consumidor/", - } - ], -} -%} - {%- set highlights = [ @@ -65,14 +33,17 @@ { "heading": "La CFPB le protege", "content": "Parte integral de nuestra misión es defender al consumidor y asegurarnos de sea tratado de forma justa dentro del mercado financiero.
" | safe, - "link_text": "Lea nuestras publicaciones y sepa cómo trabajamos para protegerle", - "link_url": "/activity-log/?title=&language=es&from_date=&to_date=" + "links": [ + { + "link_text": "Lea nuestras publicaciones y sepa cómo trabajamos para protegerle", + "link_url": "/activity-log/?title=&language=es&from_date=&to_date=" + } + ] } ] -%} diff --git a/cfgov/v1/jinja2/v1/home_page/home_page.html b/cfgov/v1/jinja2/v1/home_page/home_page.html index f58a24bad25..dc9f43c6b91 100644 --- a/cfgov/v1/jinja2/v1/home_page/home_page.html +++ b/cfgov/v1/jinja2/v1/home_page/home_page.html @@ -59,81 +59,50 @@