Initial commit after recreate

This commit is contained in:
2026-04-11 09:21:22 +02:00
commit 02704133f4
378 changed files with 93091 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
import{j as e}from"./index-D2K-duz6.js";function m({props:t,paused:i}){const s=t,n=String(s.eyebrow??"Fullscreen split"),l=String(s.title??"One image. One idea."),a=String(s.body??"Fullscreen keeps the seam invisible."),c=String(s.imageSrc??"https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80"),r=String(s.imageAlt??l),p=s.imagePosition==="right"?"right":"left";return e.jsxs("article",{className:`fullscreen-split ${i?"fullscreen-split--paused":""} fullscreen-split--image-${p}`,children:[e.jsx("div",{className:"fullscreen-split__panel fullscreen-split__panel--image",children:e.jsx("img",{className:"fullscreen-split__image",src:c,alt:r})}),e.jsx("div",{className:"fullscreen-split__panel fullscreen-split__panel--text",children:e.jsxs("div",{className:"fullscreen-split__text",children:[e.jsx("p",{className:"fullscreen-split__eyebrow",children:n}),e.jsx("h2",{className:"fullscreen-split__title",children:l}),e.jsx("p",{className:"fullscreen-split__body",children:a})]})})]})}export{m as default};