style: replace hero and cta images with more professional version
This commit is contained in:
parent
a6fd2fd8a5
commit
30a77789eb
3 changed files with 2 additions and 2 deletions
BIN
frontend/public/professional-work.png
Normal file
BIN
frontend/public/professional-work.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
|
|
@ -247,7 +247,7 @@ function JobsContent() {
|
||||||
{/* Imagem de fundo Vagas.jpg sem opacidade */}
|
{/* Imagem de fundo Vagas.jpg sem opacidade */}
|
||||||
<div className="absolute inset-0 z-0">
|
<div className="absolute inset-0 z-0">
|
||||||
<img
|
<img
|
||||||
src="/Vagas.jpg"
|
src="/professional-work.png"
|
||||||
alt="Vagas"
|
alt="Vagas"
|
||||||
className="object-cover w-full h-full"
|
className="object-cover w-full h-full"
|
||||||
style={{ position: 'absolute', inset: 0, width: '100%', height: '100%', objectPosition: 'center 10%' }}
|
style={{ position: 'absolute', inset: 0, width: '100%', height: '100%', objectPosition: 'center 10%' }}
|
||||||
|
|
|
||||||
|
|
@ -244,7 +244,7 @@ export default function Home() {
|
||||||
<div className="absolute inset-0 z-0">
|
<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">
|
<div className="absolute right-0 top-0 h-full w-full md:w-2/3 lg:w-1/2">
|
||||||
<Image
|
<Image
|
||||||
src="/muie.jpeg"
|
src="/professional-work.png"
|
||||||
alt="Professional"
|
alt="Professional"
|
||||||
fill
|
fill
|
||||||
className="object-cover object-center md:object-right opacity-40 md:opacity-100"
|
className="object-cover object-center md:object-right opacity-40 md:opacity-100"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue