fix images
This commit is contained in:
parent
ea117f24a0
commit
aa93758105
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 |
|
|
@ -7,6 +7,9 @@ import {
|
||||||
} from "@/components/ui/card";
|
} from "@/components/ui/card";
|
||||||
import animalAssistedTherapy from "@/assets/Animal-Assisted-Therapy.png";
|
import animalAssistedTherapy from "@/assets/Animal-Assisted-Therapy.png";
|
||||||
import { Button } from "@/components/ui/button";
|
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 = () => {
|
export const ServiceSection = () => {
|
||||||
return (
|
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">
|
<Card className="bg-white border-none shadow-md hover:shadow-lg transition-all duration-300 overflow-hidden">
|
||||||
<div className="h-48 overflow-hidden">
|
<div className="h-48 overflow-hidden">
|
||||||
<img
|
<img
|
||||||
src="#"
|
src={talkTherapy}
|
||||||
alt="Talk Therapy"
|
alt="Talk Therapy"
|
||||||
className="w-full h-full object-cover object-top hover:scale-105 transition-transform duration-500"
|
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">
|
<Card className="bg-white border-none shadow-md hover:shadow-lg transition-all duration-300 overflow-hidden">
|
||||||
<div className="h-48 overflow-hidden">
|
<div className="h-48 overflow-hidden">
|
||||||
<img
|
<img
|
||||||
src="#"
|
src={relaxationTechniques}
|
||||||
alt="Relaxation Techniques"
|
alt="Relaxation Techniques"
|
||||||
className="w-full h-full object-cover object-top hover:scale-105 transition-transform duration-500"
|
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">
|
<Card className="bg-white border-none shadow-md hover:shadow-lg transition-all duration-300 overflow-hidden">
|
||||||
<div className="h-48 overflow-hidden">
|
<div className="h-48 overflow-hidden">
|
||||||
<img
|
<img
|
||||||
src="#"
|
src={generalSupportWork}
|
||||||
alt="General Support Work"
|
alt="General Support Work"
|
||||||
className="w-full h-full object-cover object-top hover:scale-105 transition-transform duration-500"
|
className="w-full h-full object-cover object-top hover:scale-105 transition-transform duration-500"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue