diff --git a/apps/web/app/(auth)/auth/components/Testimonial.tsx b/apps/web/app/(auth)/auth/components/Testimonial.tsx index e4c14a4ffbf..37340631a8e 100644 --- a/apps/web/app/(auth)/auth/components/Testimonial.tsx +++ b/apps/web/app/(auth)/auth/components/Testimonial.tsx @@ -1,7 +1,8 @@ -import CalComLogo from "@/images/cal-logo-light.svg"; -import Peer from "@/images/peer.webp"; +// import CalComLogo from "@/images/cal-logo-light.svg"; +// import Peer from "@/images/peer.webp"; import { CheckCircle2Icon } from "lucide-react"; -import Image from "next/image"; + +// import Image from "next/image"; export const Testimonial = () => { return ( diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 276603964c4..2261f964deb 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -57,6 +57,10 @@ const nextConfig = { protocol: "https", hostname: "images.unsplash.com", }, + { + protocol: "https", + hostname: "noguesabogados.s3.eu-west-3.amazonaws.com", + } ], }, async rewrites() {