diff --git a/resources/views/base/main.edge b/resources/views/base/main.edge index 22c9656..f10b827 100644 --- a/resources/views/base/main.edge +++ b/resources/views/base/main.edge @@ -40,6 +40,7 @@ + diff --git a/resources/views/core/paxoide.edge b/resources/views/core/paxoide.edge index 84589de..d8dfa6d 100644 --- a/resources/views/core/paxoide.edge +++ b/resources/views/core/paxoide.edge @@ -5,52 +5,50 @@ @endsection @section('seo') - + @endsection @section('content') -
- -
-
-

{{ t("ui.ide.hero.title") }}

-

{{ t("ui.ide.hero.p") }}

- {{ t("ui.ide.cta.btn") }} -
-
- - - - -
-
-

{{ t("ui.ide.block1.title") }}

-

{{ t("ui.ide.block1.p") }}

-
-
- - -
-
-

{{ t("ui.ide.block2.title") }}

-

{{ t("ui.ide.block2.p") }}

-
-
- - -
-
-

{{ t("ui.ide.block3.title") }}

-

{{ t("ui.ide.block3.p") }}

-
-
- - -
-

{{ t("ui.ide.cta.title") }}

-

{{ t("ui.ide.cta.p") }}

- {{ t("ui.ide.cta.btn") }} -
+ +
+
+

{{ t("ui.ide.hero.title") }}

+

{{ t("ui.ide.hero.p") }}

+ {{ t("ui.ide.cta.btn") }} +
+
+ + + + +
+
+

{{ t("ui.ide.block1.title") }}

+

{{ t("ui.ide.block1.p") }}

+
+
+ + +
+
+

{{ t("ui.ide.block2.title") }}

+

{{ t("ui.ide.block2.p") }}

+
+
+ + +
+
+

{{ t("ui.ide.block3.title") }}

+

{{ t("ui.ide.block3.p") }}

+
+
+ + +
+

{{ t("ui.ide.cta.title") }}

+

{{ t("ui.ide.cta.p") }}

+ {{ t("ui.ide.cta.btn") }}
@endsection