fix images

This commit is contained in:
mark 2025-06-17 19:02:26 +08:00
parent ea117f24a0
commit aa93758105
4 changed files with 6 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -7,6 +7,9 @@ import {
} from "@/components/ui/card";
import animalAssistedTherapy from "@/assets/Animal-Assisted-Therapy.png";
import { Button } from "@/components/ui/button";
import relaxationTechniques from "@/assets/Relaxation-Techniques.png";
import talkTherapy from "@/assets/Talk-Therapy.png";
import generalSupportWork from "@/assets/General-Support-Work.png";
export const ServiceSection = () => {
return (
@ -59,7 +62,7 @@ export const ServiceSection = () => {
<Card className="bg-white border-none shadow-md hover:shadow-lg transition-all duration-300 overflow-hidden">
<div className="h-48 overflow-hidden">
<img
src="#"
src={talkTherapy}
alt="Talk Therapy"
className="w-full h-full object-cover object-top hover:scale-105 transition-transform duration-500"
/>
@ -89,7 +92,7 @@ export const ServiceSection = () => {
<Card className="bg-white border-none shadow-md hover:shadow-lg transition-all duration-300 overflow-hidden">
<div className="h-48 overflow-hidden">
<img
src="#"
src={relaxationTechniques}
alt="Relaxation Techniques"
className="w-full h-full object-cover object-top hover:scale-105 transition-transform duration-500"
/>
@ -119,7 +122,7 @@ export const ServiceSection = () => {
<Card className="bg-white border-none shadow-md hover:shadow-lg transition-all duration-300 overflow-hidden">
<div className="h-48 overflow-hidden">
<img
src="#"
src={generalSupportWork}
alt="General Support Work"
className="w-full h-full object-cover object-top hover:scale-105 transition-transform duration-500"
/>