JezK
Edit File: text-two-column-prose.php
<?php /** * Text Two Column Prose (Atomic Wind) * * @package ThemeIsle */ return array( 'title' => __( 'Text Two Column Prose', 'otter-blocks' ), 'categories' => array( 'otter-blocks', 'text' ), 'description' => __( 'Editorial two-column prose section with a heading, intro, and side-by-side body text, great for our-story, about-us narrative, and long-form content blocks', 'otter-blocks' ), 'content' => '<!-- wp:atomic-wind/box {"tagName":"section","align":"full","className":"bg-white px-6 py-24"} --><section class="wp-block-atomic-wind-box alignfull bg-white px-6 py-24"><!-- wp:atomic-wind/box {"className":"mx-auto flex max-w-4xl flex-col gap-10"} --><div class="wp-block-atomic-wind-box mx-auto flex max-w-4xl flex-col gap-10"><!-- wp:atomic-wind/box {"className":"flex flex-col gap-4"} --><div class="wp-block-atomic-wind-box flex flex-col gap-4"><!-- wp:atomic-wind/text {"tagName":"span","className":"text-sm font-bold uppercase tracking-widest text-indigo-600 m-0"} --><span class="wp-block-atomic-wind-text text-sm font-bold uppercase tracking-widest text-indigo-600 m-0" data-rich-text="">Our story</span><!-- /wp:atomic-wind/text --><!-- wp:atomic-wind/text {"tagName":"h2","className":"text-4xl font-bold tracking-tight text-neutral-900 md:text-5xl m-0"} --><h2 class="wp-block-atomic-wind-text text-4xl font-bold tracking-tight text-neutral-900 md:text-5xl m-0" data-rich-text="">Why we build the way we do</h2><!-- /wp:atomic-wind/text --><!-- wp:atomic-wind/text {"tagName":"p","className":"text-xl leading-relaxed text-neutral-700 m-0"} --><p class="wp-block-atomic-wind-text text-xl leading-relaxed text-neutral-700 m-0" data-rich-text="">We believe software should get out of your way. Every decision we make starts from that single, stubborn principle — and it shapes everything from our roadmap to the words on this page.</p><!-- /wp:atomic-wind/text --></div><!-- /wp:atomic-wind/box --><!-- wp:atomic-wind/box {"className":"grid gap-10 md:grid-cols-2"} --><div class="wp-block-atomic-wind-box grid gap-10 md:grid-cols-2"><!-- wp:atomic-wind/box {"className":"flex flex-col gap-4"} --><div class="wp-block-atomic-wind-box flex flex-col gap-4"><!-- wp:atomic-wind/text {"tagName":"h3","className":"text-xl font-bold text-neutral-900 m-0"} --><h3 class="wp-block-atomic-wind-text text-xl font-bold text-neutral-900 m-0" data-rich-text="">A focus on craft</h3><!-- /wp:atomic-wind/text --><!-- wp:atomic-wind/text {"tagName":"p","className":"text-base leading-relaxed text-neutral-600 m-0"} --><p class="wp-block-atomic-wind-text text-base leading-relaxed text-neutral-600 m-0" data-rich-text="">Speed matters, but not at the cost of care. We sweat the transitions, the empty states, and the error messages nobody else reads — because those are the moments that earn trust.</p><!-- /wp:atomic-wind/text --><!-- wp:atomic-wind/text {"tagName":"p","className":"text-base leading-relaxed text-neutral-600 m-0"} --><p class="wp-block-atomic-wind-text text-base leading-relaxed text-neutral-600 m-0" data-rich-text="">That attention compounds. The result is a product that feels calm under pressure, even as it does more.</p><!-- /wp:atomic-wind/text --></div><!-- /wp:atomic-wind/box --><!-- wp:atomic-wind/box {"className":"flex flex-col gap-4"} --><div class="wp-block-atomic-wind-box flex flex-col gap-4"><!-- wp:atomic-wind/text {"tagName":"h3","className":"text-xl font-bold text-neutral-900 m-0"} --><h3 class="wp-block-atomic-wind-text text-xl font-bold text-neutral-900 m-0" data-rich-text="">Built in the open</h3><!-- /wp:atomic-wind/text --><!-- wp:atomic-wind/text {"tagName":"p","className":"text-base leading-relaxed text-neutral-600 m-0"} --><p class="wp-block-atomic-wind-text text-base leading-relaxed text-neutral-600 m-0" data-rich-text="">Our changelog is public, our roadmap is shaped by the people who use the product, and our support team sits two desks from engineering.</p><!-- /wp:atomic-wind/text --><!-- wp:atomic-wind/link {"url":"#","mode":"inner-blocks","className":"inline-flex items-center gap-1.5 text-base font-bold text-indigo-600 transition hover:gap-2.5"} --><a class="wp-block-atomic-wind-link inline-flex items-center gap-1.5 text-base font-bold text-indigo-600 transition hover:gap-2.5" href="#"><!-- wp:atomic-wind/text {"tagName":"span","className":"m-0"} --><span class="wp-block-atomic-wind-text m-0" data-rich-text="">Read the full manifesto</span><!-- /wp:atomic-wind/text --><!-- wp:atomic-wind/icon {"icon":"arrow-right","className":"size-4 m-0"} /--></a><!-- /wp:atomic-wind/link --></div><!-- /wp:atomic-wind/box --></div><!-- /wp:atomic-wind/box --></div><!-- /wp:atomic-wind/box --></section><!-- /wp:atomic-wind/box -->', );