Skip to content

Commit

Permalink
- change tiles order (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
EwelinaSkrzypacz authored Oct 1, 2024
1 parent a7c1881 commit ee867d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions lang/en/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"subtitle" => "We create dedicated software in the form of mobile and web applications.",
],
"tile_2" => [
"title" => "Audits of IT solutions",
"subtitle" => "We analyze the source codes of ready-made IT solutions.",
],
"tile_3" => [
"title" => "Digitization of business and processes",
"subtitle" => "We help companies in the digital transformation of their business.",
],
"tile_3" => [
"title" => "Audits of IT solutions",
"subtitle" => "We analyze the source codes of ready-made IT solutions.",
],
"tile_4" => [
"title" => "R&D projects",
"subtitle" => "We engage in a wide range of popular research topics.",
Expand Down
8 changes: 4 additions & 4 deletions lang/pl/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"subtitle" => "Tworzymy dedykowane oprogramowanie w formie aplikacji mobilnych i webowych.",
],
"tile_2" => [
"title" => "Audyty rozwiązań IT",
"subtitle" => "Analizujemy kody źródłowe gotowych rozwiązań informatycznych.",
],
"tile_3" => [
"title" => "Cyfryzacja biznesu i procesów",
"subtitle" => "Pomagamy klientom przejść przez transformację cyfrową w ich firmach.",
],
"tile_3" => [
"title" => "Audyty rozwiązań IT",
"subtitle" => "Analizujemy kody źródłowe gotowych rozwiązań informatycznych.",
],
"tile_4" => [
"title" => "Projekty B+R",
"subtitle" => "Angażujemy się w szeroki zakres popularnych zagadnień badawczych.",
Expand Down
4 changes: 2 additions & 2 deletions resources/views/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ class="client-icon h-auto w-44 m-auto grayscale hover:grayscale-0 transform tran

<x-tile title="{{ __('content.home.section_3.tile_2.title') }}"
description="{{ __('content.home.section_3.tile_2.subtitle') }}">
<x-icons.report-search accent="stroke-website-normal"/>
<x-icons.desktop-analytics accent="stroke-website-normal"/>
</x-tile>

<x-tile title="{{ __('content.home.section_3.tile_3.title') }}"
description="{{ __('content.home.section_3.tile_3.subtitle') }}">
<x-icons.desktop-analytics accent="stroke-website-normal"/>
<x-icons.report-search accent="stroke-website-normal"/>
</x-tile>
<x-tile title="{{ __('content.home.section_3.tile_4.title') }}"
description="{{ __('content.home.section_3.tile_4.subtitle') }}">
Expand Down

0 comments on commit ee867d6

Please sign in to comment.