Skip to content

Commit 4c5ff3b

Browse files
committed
chore(marketing): update branding to focus on open source AI tools
- Removed "Operating Principles" section from Marketing component. - Changed Hero text to reflect new branding message. - Deleted ContactForm component and references in Footer. - Updated Layout SEO description to align with new branding focus. - Updated Header link to GitHub instead of contact form.
1 parent ecc2223 commit 4c5ff3b

6 files changed

Lines changed: 16 additions & 129 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ just dev
2424

2525
## Usage
2626

27-
| Command | Description |
28-
| :------------- | :----------------------------------- |
29-
| `just install` | Install dependencies |
30-
| `just dev` | Start local dev server |
31-
| `just build` | Build production site to `./dist/` |
32-
| `just start` | Build and preview locally |
33-
| `just lint` | Lint source files |
34-
| `just format` | Format source files |
35-
| `just deploy` | Full deploy pipeline to Cloudflare |
27+
| Command | Description |
28+
| :------------- | :--------------------------------- |
29+
| `just install` | Install dependencies |
30+
| `just dev` | Start local dev server |
31+
| `just build` | Build production site to `./dist/` |
32+
| `just start` | Build and preview locally |
33+
| `just lint` | Lint source files |
34+
| `just format` | Format source files |
35+
| `just deploy` | Full deploy pipeline to Cloudflare |
3636

3737
## Project Structure
3838

src/components/Marketing.tsx

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { StarsContainer } from './ui/StarsContainer'
33
const Marketing = () => (
44
<>
55
<Hero />
6-
<OperatingPrinciples />
76
<WhatWeAreBuilding />
87
</>
98
)
@@ -15,50 +14,13 @@ const Hero = () => (
1514
<div className="relative z-20 flex h-full justify-center px-6 pt-[50%] md:items-center md:pt-0">
1615
<div className="max-w-4xl space-y-6">
1716
<h1 className="text-4xl leading-tight font-light md:text-5xl">
18-
Thrive in a world of constant complexity.
17+
Open Source tools for AI belts
1918
</h1>
20-
<div className="space-y-4 text-lg text-gray-200">
21-
<p>
22-
We build to help people do thoughtful work in a world that rewards speed over judgement.
23-
</p>
24-
<p>Out products aim to make good decisions easier to repeat.</p>
25-
</div>
2619
</div>
2720
</div>
2821
</StarsContainer>
2922
)
3023

31-
const OperatingPrinciples = () => (
32-
<section className="bg-white px-4 py-20 text-black md:py-30">
33-
<div className="mx-auto max-w-6xl">
34-
<h2 className="mb-12 text-3xl font-bold">Our Operating Principles</h2>
35-
<div className="grid gap-8 md:grid-cols-3">
36-
<div>
37-
<h3 className="mb-4 text-xl font-semibold">Create clarity through context</h3>
38-
<p className="space-y-2 text-sm">
39-
We believe solutions fade and clear ones endure. Good decisions depend on knowing{' '}
40-
<i>why</i>, not just <i>what</i>.
41-
</p>
42-
</div>
43-
<div>
44-
<h3 className="mb-4 text-xl font-semibold">See the system</h3>
45-
<p className="space-y-2 text-sm">
46-
People operate inside forces, incentives, and constraints. We try to understand the
47-
whole before judging the parts.
48-
</p>
49-
</div>
50-
<div>
51-
<h3 className="mb-4 text-xl font-semibold">Care is part of the craft</h3>
52-
<p className="space-y-2 text-sm">
53-
Care for people, for details, and for long-term consequences is not optional. It shows
54-
up in our choices, our systems, and how we leave things better than we found them.
55-
</p>
56-
</div>
57-
</div>
58-
</div>
59-
</section>
60-
)
61-
6224
const WhatWeAreBuilding = () => {
6325
return (
6426
<section className="bg-space-purple px-6 py-16 text-white">

src/components/ui/ContactForm.tsx

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/components/ui/Footer.tsx

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,7 @@
1-
import { ContactForm } from './ContactForm'
2-
31
export const Footer = () => (
42
<footer className="bg-black px-6 py-16">
5-
<div className="mx-auto max-w-6xl">
6-
<div className="grid gap-12 md:grid-cols-2">
7-
<ContactForm />
8-
<div>
9-
<h3 className="mb-4 text-2xl font-bold">Contact</h3>
10-
<p className="mb-2 text-gray-400">Curious collaborator?</p>
11-
<p className="text-gray-400">
12-
Email us at{' '}
13-
<a
14-
href="mailto:hello@asteroidbelt.co"
15-
className="underline transition-colors hover:text-white"
16-
>
17-
hello@asteroidbelt.co
18-
</a>
19-
</p>
20-
</div>
21-
</div>
22-
23-
<div className="mt-12 flex gap-6 border-t border-gray-800 pt-8 text-sm text-gray-400">
24-
{/* <a href="/privacy" className="transition-colors hover:text-white">
25-
Privacy Policy
26-
</a> */}
27-
<p>© {new Date().getFullYear()} Asteroid Belt. All rights reserved.</p>
28-
</div>
3+
<div className="mx-auto max-w-6xl text-center">
4+
<p>© {new Date().getFullYear()} Asteroid Belt. All rights reserved.</p>
295
</div>
306
</footer>
317
)

src/components/ui/Header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export const Header = () => {
1616
</div>
1717
</a>
1818
<div className="flex justify-center gap-4 pt-6 md:pt-0">
19-
<a href="#contact" className={CTA_LINK_CLASSES}>
20-
Contact
19+
<a href="https://github.com/asteroid-belt" className={CTA_LINK_CLASSES}>
20+
GitHub
2121
</a>
2222
</div>
2323
</nav>

src/layouts/Layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { SEO } from 'astro-seo'
1414
<meta name="theme-color" content="#131313" />
1515
<SEO
1616
title="Asteroid Belt"
17-
description="Helping you adapt to an increasingly automation-driven future"
17+
description="Open Source tools for AI belts"
1818
openGraph={{
1919
basic: {
2020
title: 'Asteroid Belt',
@@ -33,7 +33,7 @@ import { SEO } from 'astro-seo'
3333
{ name: 'twitter:title', content: 'Asteroid Belt' },
3434
{
3535
name: 'twitter:description',
36-
content: 'Helping you adapt to an increasingly automation-driven future',
36+
content: 'Open Source tools for AI belts',
3737
},
3838
],
3939
}}

0 commit comments

Comments
 (0)