Skip to content

Commit f40c6d5

Browse files
brilloutclaude
andcommitted
[AI] Banner: brand lockup under the knot, drop orphan name text
THE FRAMEWORK in kicker-style mono joins the hexknot as a proper lockup; banner.jpg regenerated. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 4fe983d commit f40c6d5

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

packages/the-framework.ai/pages/banner/+Page.tsx

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default function Page() {
5252
/>
5353

5454
<div style={{ position: 'relative', flex: 1, display: 'flex', flexDirection: 'column', gap: 26 }}>
55-
<div style={{ fontSize: 21, fontWeight: 600, color: '#9da9a0', letterSpacing: '0.01em' }}>The Framework</div>
5655
<div style={{ display: 'flex', flexDirection: 'column', gap: 6 }}>
5756
<span style={{ position: 'relative', alignSelf: 'flex-start', fontSize: 40, fontWeight: 500, color: '#9da9a0' }}>
5857
Babysit AI
@@ -100,7 +99,30 @@ export default function Page() {
10099
</div>
101100
</div>
102101

103-
<img src="/assets/logo.svg" alt="" style={{ position: 'relative', width: 360, height: 408, flex: 'none' }} />
102+
{/* Brand lockup: the name lives with the mark, not as orphan text. */}
103+
<div
104+
style={{
105+
position: 'relative',
106+
flex: 'none',
107+
display: 'flex',
108+
flexDirection: 'column',
109+
alignItems: 'center',
110+
gap: 26,
111+
}}
112+
>
113+
<img src="/assets/logo.svg" alt="" style={{ width: 320, height: 363 }} />
114+
<div
115+
style={{
116+
fontFamily: mono,
117+
fontSize: 22,
118+
letterSpacing: '0.16em',
119+
textTransform: 'uppercase',
120+
color: '#a7c080',
121+
}}
122+
>
123+
The Framework
124+
</div>
125+
</div>
104126
</div>
105127
)
106128
}
-1.73 KB
Loading

0 commit comments

Comments
 (0)