Compare commits

..

No commits in common. "45359bf5d0ecd722f97288430926b9c4417bfaca" and "41699e5d0397ac46b153f00045852112d15f2118" have entirely different histories.

5 changed files with 2 additions and 19 deletions

4
package-lock.json generated
View file

@ -11,8 +11,6 @@
"@astrojs/check": "^0.9.6", "@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2", "@astrojs/tailwind": "^6.0.2",
"@biomejs/biome": "1.7.3", "@biomejs/biome": "1.7.3",
"@img/sharp-libvips-linux-x64": "^1.2.4",
"@img/sharp-linux-x64": "^0.34.5",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.13",
"@types/node": "^25.0.3", "@types/node": "^25.0.3",
"astro": "^5.17.2", "astro": "^5.17.2",
@ -1136,6 +1134,7 @@
], ],
"dev": true, "dev": true,
"license": "LGPL-3.0-or-later", "license": "LGPL-3.0-or-later",
"optional": true,
"os": [ "os": [
"linux" "linux"
], ],
@ -1301,6 +1300,7 @@
], ],
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"optional": true,
"os": [ "os": [
"linux" "linux"
], ],

View file

@ -16,8 +16,6 @@
"@astrojs/check": "^0.9.6", "@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2", "@astrojs/tailwind": "^6.0.2",
"@biomejs/biome": "1.7.3", "@biomejs/biome": "1.7.3",
"@img/sharp-libvips-linux-x64": "^1.2.4",
"@img/sharp-linux-x64": "^0.34.5",
"@tailwindcss/typography": "^0.5.13", "@tailwindcss/typography": "^0.5.13",
"@types/node": "^25.0.3", "@types/node": "^25.0.3",
"astro": "^5.17.2", "astro": "^5.17.2",

View file

@ -125,10 +125,5 @@ import logoTiqa from "../../assets/images/logo-tiqa-blanc.png";
</p> </p>
</div> </div>
<Image src={logoTiqa} alt="شعار Tiqa" class="mx-auto mt-16 mb-4" width={200} /> <Image src={logoTiqa} alt="شعار Tiqa" class="mx-auto mt-16 mb-4" width={200} />
<p class="text-center text-sm opacity-70">
<strong>SAS Tiqa</strong><br />
12, rue Fabre d'Églantine — 81 000 Albi, France<br />
811 917 871 RCS Albi
</p>
</section> </section>
</Layout> </Layout>

View file

@ -125,10 +125,5 @@ import logoTiqa from "../assets/images/logo-tiqa-blanc.png";
</p> </p>
</div> </div>
<Image src={logoTiqa} alt="Logo Tiqa" class="mx-auto mt-16 mb-4" width={200} /> <Image src={logoTiqa} alt="Logo Tiqa" class="mx-auto mt-16 mb-4" width={200} />
<p class="text-center text-sm opacity-70">
<strong>SAS Tiqa</strong><br />
12, rue Fabre d'Églantine — 81 000 Albi<br />
811 917 871 RCS Albi
</p>
</section> </section>
</Layout> </Layout>

View file

@ -125,10 +125,5 @@ import logoTiqa from "../../assets/images/logo-tiqa-blanc.png";
</p> </p>
</div> </div>
<Image src={logoTiqa} alt="Tiqa logo" class="mx-auto mt-16 mb-4" width={200} /> <Image src={logoTiqa} alt="Tiqa logo" class="mx-auto mt-16 mb-4" width={200} />
<p class="text-center text-sm opacity-70">
<strong>SAS Tiqa</strong><br />
12, rue Fabre d'Églantine — 81 000 Albi, France<br />
811 917 871 RCS Albi
</p>
</section> </section>
</Layout> </Layout>