diff --git a/src/app/page.jsx b/src/app/page.jsx index 02d4f96..3e6110c 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -13,21 +13,21 @@ import QuienesSomos from "@/components/layout/quienes-somos"; export default async function Home() { return ( -
- - - - - }> - - - - -
+
+ + + + + }> + + + + +
); }