Add Wayra background image to Work With Me section
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
740d9b7d11
commit
738b70dc94
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
|
|
@ -597,14 +597,25 @@ function AboutSection() {
|
||||||
// Work With Me Section
|
// Work With Me Section
|
||||||
function WorkWithMeSection() {
|
function WorkWithMeSection() {
|
||||||
return (
|
return (
|
||||||
<section className="section darker-section">
|
<section className="section relative overflow-hidden">
|
||||||
<div className="max-w-3xl mx-auto">
|
{/* Background Image */}
|
||||||
|
<div className="absolute inset-0 z-0">
|
||||||
|
<Image
|
||||||
|
src="/images/art/wayra-bg.webp"
|
||||||
|
alt="Wayra"
|
||||||
|
fill
|
||||||
|
className="object-cover"
|
||||||
|
/>
|
||||||
|
<div className="absolute inset-0 bg-black/70" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className="max-w-3xl mx-auto relative z-10">
|
||||||
<div className="text-center">
|
<div className="text-center">
|
||||||
<h2 className="text-4xl md:text-5xl font-light mb-6">
|
<h2 className="text-4xl md:text-5xl font-light mb-6 text-[var(--text-light)]">
|
||||||
Work With Me
|
Work With Me
|
||||||
</h2>
|
</h2>
|
||||||
<div className="divider"></div>
|
<div className="divider"></div>
|
||||||
<p className="text-lg leading-relaxed mb-16 opacity-80 max-w-2xl mx-auto">
|
<p className="text-lg leading-relaxed mb-16 opacity-80 max-w-2xl mx-auto text-[var(--text-light)]">
|
||||||
This work is for those ready to meet themselves honestly with courage,
|
This work is for those ready to meet themselves honestly with courage,
|
||||||
sensitivity and presence.
|
sensitivity and presence.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue