diff --git a/src/pages/comunidad.js b/src/pages/comunidad.js index d16dbc6..04c70e7 100644 --- a/src/pages/comunidad.js +++ b/src/pages/comunidad.js @@ -1,8 +1,6 @@ import React from "react"; -import Contributors from "../components/contributors/contributors"; import Layout from "../components/layout/layout"; import Maintainers from "../components/maintainers/maintainers"; -import CommunityHeroSection from "../components/community-hero-section/community-hero-section"; import SEO from "../components/seo"; const ComunidadPage = () => ( @@ -11,9 +9,9 @@ const ComunidadPage = () => ( keywords={[`gatsby`, `tailwind`, `react`, `tailwindcss`]} title="Home" /> - + {/* */} - + {/* */} ); diff --git a/src/pages/index.js b/src/pages/index.js index 5650b47..ada69d1 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -4,9 +4,11 @@ import HeroSection from "../components/hero-section/hero-section"; import CommunitySection from "../components/community-section/community-section"; import CitiesSection from "../components/cities-section/cities-section"; import EventsSection from "../components/events-section/Events"; -import Subscribe from "../components/subscribe/subscribe"; +import Contributors from "../components/contributors/contributors"; +import CommunityHeroSection from "../components/community-hero-section/community-hero-section"; import SEO from "../components/seo"; + const IndexPage = () => ( ( + + );