diff --git a/apps/guides/app/guide/[slug]/page.tsx b/apps/guides/app/guide/[slug]/page.tsx index 4f5b0890eb..d1e7708037 100644 --- a/apps/guides/app/guide/[slug]/page.tsx +++ b/apps/guides/app/guide/[slug]/page.tsx @@ -111,6 +111,26 @@ export default async function GuidePage({ params }: { params: Promise<{ slug: st + {/* Download CTA */} +
+

Ready to put this into practice?

+

+ PackRat builds your personalized packing list based on your trip, the weather, and + your gear — completely free. +

+
+ + +
+
+ {relatedPosts.length > 0 && (

Related Guides

diff --git a/apps/guides/app/page.tsx b/apps/guides/app/page.tsx index b4df3053f3..b7e40fe701 100644 --- a/apps/guides/app/page.tsx +++ b/apps/guides/app/page.tsx @@ -57,13 +57,18 @@ function HomeContent() {

Expert advice for your next outdoor adventure

- +
+ + +
diff --git a/apps/guides/components/header.tsx b/apps/guides/components/header.tsx index 61091f29d3..68ef4ae2cf 100644 --- a/apps/guides/components/header.tsx +++ b/apps/guides/components/header.tsx @@ -101,6 +101,14 @@ export default function Header() { + {/* Download CTA - desktop */} + + Download Free + + {/* Mobile menu - Apple style */} diff --git a/apps/guides/lib/config.ts b/apps/guides/lib/config.ts index 7f5ece058e..1aea15498c 100644 --- a/apps/guides/lib/config.ts +++ b/apps/guides/lib/config.ts @@ -33,6 +33,10 @@ export const navigationConfig = { title: 'Safety', href: '/?category=safety', }, + { + title: '← packratai.com', + href: 'https://packratai.com', + }, ], // Maximum number of categories to show in header maxCategories: 4, @@ -81,10 +85,11 @@ export const footerConfig = { { title: 'Company', links: [ - { title: 'About Us', href: '#' }, - { title: 'Contact', href: '#' }, - { title: 'Privacy Policy', href: '#' }, - { title: 'Terms of Service', href: '#' }, + { title: 'About Us', href: 'https://packratai.com/about' }, + { title: 'Download App', href: 'https://packratai.com/#download' }, + { title: 'Contact', href: 'mailto:hello@packratai.com' }, + { title: 'Privacy Policy', href: 'https://packratai.com/privacy-policy' }, + { title: 'Terms of Service', href: 'https://packratai.com/terms-of-service' }, ], }, ], diff --git a/apps/landing/app/about/page.tsx b/apps/landing/app/about/page.tsx index 766c753f3e..f6d9b4824c 100644 --- a/apps/landing/app/about/page.tsx +++ b/apps/landing/app/about/page.tsx @@ -40,22 +40,39 @@ export default function AboutPage() {

About PackRat

We're a team of outdoor enthusiasts on a mission to make every adventure safer, - more organized, and more enjoyable. + more organized, and more enjoyable — completely free.

- {/* Mission */} + {/* Origin Story */}
-

Our Mission

+

Where It Started

+

+ PackRat was born out of a familiar frustration: standing at the trailhead realising + you've forgotten your rain jacket, your headlamp, or (worse) your water filter. + After one too many trips cut short or made miserable by missing gear, our founder set + out to build the app they always wished existed. +

+

+ The vision was simple — an intelligent packing assistant that knows your trip, the + forecast, and your gear, and builds a personalised list so you carry exactly what you + need and nothing you don't. No more overpacking. No more forgetting essentials. +

- PackRat was born out of a simple frustration: forgetting essential gear on a camping - trip. We built the app we always wished we had — one that intelligently helps you plan, - pack, and navigate your outdoor adventures with confidence. + What started as a side project quickly grew into something the outdoor community truly + needed. Today, PackRat is used by thousands of hikers, backpackers, trail runners, and + weekend campers across the globe — and it's completely free.

+
+ + {/* Mission */} +
+

Our Mission

- Today, PackRat is used by thousands of hikers, backpackers, trail runners, and weekend - campers across the globe. Whether you're heading out for an afternoon day hike or a - week-long backcountry expedition, PackRat has you covered. + Our mission is straightforward: help more people get outside with confidence. Whether + you're heading out for an afternoon day hike or a week-long backcountry expedition, + PackRat has you covered. We believe the barrier to outdoor adventure should be as low as + possible — which is why PackRat is, and always will be, free to use.

@@ -106,7 +123,7 @@ export default function AboutPage() {

Ready to hit the trails?

+ {siteConfig.hero.socialProof && ( + + + {siteConfig.hero.socialProof} + + )} +