修正
This commit is contained in:
BIN
public/images/MISSION.jpg
Normal file
BIN
public/images/MISSION.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 169 KiB |
BIN
public/images/VISION.jpg
Normal file
BIN
public/images/VISION.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 182 KiB |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user