Skip to content

Commit 9ca9ec9

Browse files
committed
cambio 2
1 parent 07905b7 commit 9ca9ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/LandingPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { Helmet } from "react-helmet"
55
import Layout from "../components/layout"
66
import { CustomSection, Seo, Navigation } from "../components/index"
77

8+
89
const LandingPage = ({ data, location }) => {
910
const { name, slug, parent_page, seo, body, navigation } =
1011
data?.allStrapiLandingPage?.nodes[0] || {}
11-
1212
const wrapperRef = useRef(null)
1313
const faqs = (body || [])
1414
.filter(block => block.strapi_component === "components.banner-list")

0 commit comments

Comments
 (0)