This commit is contained in:
admin
2025-12-28 15:13:26 +09:00
parent 1dcf66ca3c
commit 9e14d4c13a
3 changed files with 2 additions and 2 deletions

BIN
public/images/MISSION.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 KiB

BIN
public/images/VISION.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

View File

@@ -61,7 +61,7 @@ import Layout from "../layouts/Layout.astro";
<div class="max-w-4xl mx-auto">
<div class="mb-12">
<img
src={`${import.meta.env.BASE_URL}images/it-business.jpg`}
src={`${import.meta.env.BASE_URL}images/MISSION.jpg`}
alt="MISSION"
class="w-32 h-32 object-cover rounded-full mx-auto mb-6 shadow-lg"
/>
@@ -72,7 +72,7 @@ import Layout from "../layouts/Layout.astro";
</div>
<div>
<img
src={`${import.meta.env.BASE_URL}images/food-business.jpg`}
src={`${import.meta.env.BASE_URL}images/VISION.jpg`}
alt="VISION"
class="w-32 h-32 object-cover rounded-full mx-auto mb-6 shadow-lg"
/>