Skip to content

Commit 07905b7

Browse files
committed
cambio
1 parent cc63ea2 commit 07905b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/templates/LandingPage.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ const LandingPage = ({ data, location }) => {
1010
data?.allStrapiLandingPage?.nodes[0] || {}
1111

1212
const wrapperRef = useRef(null)
13-
14-
// ---- FAQs (MISMA LÓGICA QUE ESPAÑOL) ----
1513
const faqs = (body || [])
1614
.filter(block => block.strapi_component === "components.banner-list")
1715
.flatMap(block =>

0 commit comments

Comments
 (0)