We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc63ea2 commit 07905b7Copy full SHA for 07905b7
src/templates/LandingPage.js
@@ -10,8 +10,6 @@ const LandingPage = ({ data, location }) => {
10
data?.allStrapiLandingPage?.nodes[0] || {}
11
12
const wrapperRef = useRef(null)
13
-
14
- // ---- FAQs (MISMA LÓGICA QUE ESPAÑOL) ----
15
const faqs = (body || [])
16
.filter(block => block.strapi_component === "components.banner-list")
17
.flatMap(block =>
0 commit comments