Skip to content

Commit

Permalink
add laravel and livewire
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatate committed Jun 25, 2024
1 parent a1bb8f5 commit b1fd028
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
2 changes: 2 additions & 0 deletions assets/images/laravel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/livewire.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import react from "./assets/images/react.svg";
import vue from "./assets/images/vue.svg";
import strapi from "./assets/images/strapi.svg";
import wordpress from "./assets/images/wordpress.svg";
import livewire from "./assets/images/livewire.svg";
import laravel from "./assets/images/laravel.svg";
// partners
import trio from "./assets/images/trio.svg";
import details from "./assets/images/details-sa.jpg";
Expand Down Expand Up @@ -132,6 +134,16 @@ export default {
image: strapi,
class: "w-48",
},
{
title: "Laravel",
image: laravel,
class: "w-48",
},
{
title: "Livewire",
image: livewire,
class: "w-48",
},
],
partners: [
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Services from "../components/home/Services.astro";
<Services title="Nos services" text="" elements={data.services} />
<Advantages />
<LogoBlock
title="Nos outils préférés"
title="Les outils maîtrisés"
text="Après avoir analysé le besoin de votre projet, nous choisirons ensemble l'outil le plus adapté pour obtenir le meilleur résultat."
elements={data.tools}
/>
Expand Down

0 comments on commit b1fd028

Please sign in to comment.