Skip to content

Commit eec66ad

Browse files
committed
Add brochure links to landing page, remove from top nav
Made-with: Cursor
1 parent db4523d commit eec66ad

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/app/screens/LandingPage.tsx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ export function LandingPage() {
125125
See How It Works
126126
<ChevronDown className="w-5 h-5" />
127127
</button>
128+
<Link
129+
to="/brochure"
130+
className="border-2 border-[var(--neutral-300)] text-[var(--neutral-700)] px-8 py-4 rounded-lg hover:bg-[var(--neutral-50)] transition-colors font-medium text-lg flex items-center gap-2"
131+
>
132+
View Pitch Deck
133+
<ArrowRight className="w-5 h-5" />
134+
</Link>
128135
</div>
129136
</div>
130137
<div className="space-y-4">
@@ -1272,6 +1279,13 @@ export function LandingPage() {
12721279
Request Demo
12731280
<ArrowRight className="w-5 h-5" />
12741281
</button>
1282+
<Link
1283+
to="/brochure"
1284+
className="bg-transparent border-2 border-white text-white px-8 py-4 rounded-lg hover:bg-white/10 transition-colors font-bold text-lg flex items-center gap-2"
1285+
>
1286+
View Pitch Deck
1287+
<ArrowRight className="w-5 h-5" />
1288+
</Link>
12751289
<button className="bg-transparent border-2 border-white text-white px-8 py-4 rounded-lg hover:bg-white/10 transition-colors font-bold text-lg flex items-center gap-2">
12761290
Download Pilot Playbook
12771291
<FileText className="w-5 h-5" />
@@ -1319,6 +1333,11 @@ export function LandingPage() {
13191333
Staff Dashboard
13201334
</Link>
13211335
</li>
1336+
<li>
1337+
<Link to="/brochure" className="hover:text-white transition-colors">
1338+
Pitch Deck
1339+
</Link>
1340+
</li>
13221341
<li>Features</li>
13231342
<li>Accessibility</li>
13241343
</ul>

0 commit comments

Comments
 (0)