style: replace hero and cta images with more professional version

This commit is contained in:
Tiago Yamamoto 2026-02-23 20:30:56 -06:00
parent a6fd2fd8a5
commit 30a77789eb
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View file

@ -247,7 +247,7 @@ function JobsContent() {
{/* Imagem de fundo Vagas.jpg sem opacidade */}
<div className="absolute inset-0 z-0">
<img
src="/Vagas.jpg"
src="/professional-work.png"
alt="Vagas"
className="object-cover w-full h-full"
style={{ position: 'absolute', inset: 0, width: '100%', height: '100%', objectPosition: 'center 10%' }}

View file

@ -244,7 +244,7 @@ export default function Home() {
<div className="absolute inset-0 z-0">
<div className="absolute right-0 top-0 h-full w-full md:w-2/3 lg:w-1/2">
<Image
src="/muie.jpeg"
src="/professional-work.png"
alt="Professional"
fill
className="object-cover object-center md:object-right opacity-40 md:opacity-100"