diff --git a/frontend/app/components/Contact.tsx b/frontend/app/components/Contact.tsx index 5356921..0542115 100644 --- a/frontend/app/components/Contact.tsx +++ b/frontend/app/components/Contact.tsx @@ -66,7 +66,7 @@ export default function ContactComponent() { {data?.email ? ( ) : ( -

Une erreur est survenue. Vous pouvez tout de même me contacter directement par email : Me joindre par email

+

)} diff --git a/frontend/app/components/Services.tsx b/frontend/app/components/Services.tsx index 49b98b6..e95a4e3 100644 --- a/frontend/app/components/Services.tsx +++ b/frontend/app/components/Services.tsx @@ -1,3 +1,5 @@ +import Image from "next/image"; + async function GetServices() { const res = await fetch(`${process.env.BACKEND_URL}/services`, { cache: process.env.CACHE @@ -19,7 +21,15 @@ export default async function Services() {