Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed packages/landing/public/images/docs/lobu-home.png
Binary file not shown.
Binary file not shown.
12 changes: 1 addition & 11 deletions packages/landing/src/components/ArchitectureSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,8 @@ export function ArchitectureSection(props: {
return (
<section
id="architecture"
class="relative px-4 sm:px-6 max-w-[72rem] mx-auto"
class="relative px-4 sm:px-6 max-w-[72rem] mx-auto pt-10"
>
<div
class="flex items-center justify-between text-[11px] font-semibold tracking-[0.14em] uppercase pt-6 pb-3"
style={{ color: "var(--color-page-text-muted)" }}
>
<span>
<span class="opacity-60">[06]</span> <span>Architecture</span>
</span>
<span class="opacity-70">/ Gateway ↔ Workers</span>
</div>

<div
class="rounded-2xl overflow-hidden dotted-bg"
style={{
Expand Down
Loading
Loading