From 38456d5610ae136fb9c0ebf9bb709d8f62551717 Mon Sep 17 00:00:00 2001
From: Ben Schellenberger
+
+
diff --git a/src/components/LayoutA.astro b/src/components/LayoutA.astro
index 34202b8..bf80933 100644
--- a/src/components/LayoutA.astro
+++ b/src/components/LayoutA.astro
@@ -4,6 +4,7 @@
* Feature bullets live inside the hero cards; no separate fire/rain detail sections.
* Card IDs serve as nav anchor targets.
*/
+import BrandLockup from './BrandLockup.astro';
import InstallPicker from './InstallPicker.astro';
interface Props { featured: 'fire' | 'rain'; }
const { featured } = Astro.props;
@@ -23,6 +24,7 @@ const { featured } = Astro.props;
Multi-repo checkpoint: discover, auto-commit optional, push backup branches with dry-run @@ -39,6 +41,7 @@ const { featured } = Astro.props;
Reverse sync: fetch and fast-forward where safe, skip risky rewrites by default, optional
diff --git a/src/components/LayoutB.astro b/src/components/LayoutB.astro
index 2dd5351..5207742 100644
--- a/src/components/LayoutB.astro
+++ b/src/components/LayoutB.astro
@@ -4,6 +4,7 @@
* Slim hero, then each CLI gets a full-width two-column row:
* left = name + description + bullets, right = install picker + CTA.
*/
+import BrandLockup from './BrandLockup.astro';
import InstallPicker from './InstallPicker.astro';
interface Props { featured: 'fire' | 'rain'; }
const { featured } = Astro.props;
@@ -22,6 +23,7 @@ const { featured } = Astro.props;
Emergency or everyday: one entrypoint for multi-repository checkpoints with dry-run, registry
@@ -45,6 +47,7 @@ const { featured } = Astro.props;
Pulls the same mental model in the opposite direction: discover local repos, fetch from remotes,
diff --git a/src/components/LayoutC.astro b/src/components/LayoutC.astro
index 607506c..940b7ad 100644
--- a/src/components/LayoutC.astro
+++ b/src/components/LayoutC.astro
@@ -4,6 +4,7 @@
* No hero cards. Each project section owns its full story:
* big heading, description, features, and install picker all in one band.
*/
+import BrandLockup from './BrandLockup.astro';
import InstallPicker from './InstallPicker.astro';
interface Props { featured: 'fire' | 'rain'; }
const { featured } = Astro.props;
@@ -22,6 +23,7 @@ const { featured } = Astro.props;
Emergency or everyday: one entrypoint for multi-repository checkpoints with dry-run, registry
@@ -45,6 +47,7 @@ const { featured } = Astro.props;
Pulls the same mental model in the opposite direction: discover local repos, fetch from remotes,
diff --git a/src/components/LayoutCurrent.astro b/src/components/LayoutCurrent.astro
index 64692d5..71fda6a 100644
--- a/src/components/LayoutCurrent.astro
+++ b/src/components/LayoutCurrent.astro
@@ -1,4 +1,5 @@
---
+import BrandLockup from './BrandLockup.astro';
import InstallPicker from './InstallPicker.astro';
interface Props { featured: 'fire' | 'rain'; }
const { featured } = Astro.props;
@@ -18,6 +19,7 @@ const { featured } = Astro.props;
Multi-repo checkpoint: discover, auto-commit optional, push backup branches with dry-run
@@ -29,6 +31,7 @@ const { featured } = Astro.props;
Reverse sync: fetch and fast-forward where safe, skip risky rewrites by default, optional
@@ -45,6 +48,7 @@ const { featured } = Astro.props;
Emergency or everyday: one entrypoint for multi-repository checkpoints with dry-run, registry
@@ -60,6 +64,7 @@ const { featured } = Astro.props;
Pulls the same mental model in the opposite direction: discover local repos, fetch from remotes,
diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro
index 4aad277..da59aef 100644
--- a/src/layouts/BaseLayout.astro
+++ b/src/layouts/BaseLayout.astro
@@ -1,5 +1,6 @@
---
import '../styles/global.css';
+import BrandLockup from '../components/BrandLockup.astro';
interface Props {
title: string;
@@ -76,7 +77,10 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
Skip to content
git-fire
git-rain
git-fire
git-rain
git-fire
git-rain
git-fire
git-rain