-
Notifications
You must be signed in to change notification settings - Fork 38
Marketing audit: hero rewrite, outcome-driven feature messaging, and guides/landing integration #1924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
andrew-bierman
merged 5 commits into
main
from
copilot/update-website-messaging-structure
Mar 10, 2026
Merged
Marketing audit: hero rewrite, outcome-driven feature messaging, and guides/landing integration #1924
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5a8b0c3
Initial plan
Copilot 4c2d15c
feat: marketing improvements - hero rewrite, feature messaging, free …
Copilot a609377
fix: use consistent American English spelling across marketing copy
Copilot 2b49853
fix: resolve merge conflict with main, fix ToS link, fix American spe…
Copilot 6cb8712
Merge branch 'main' into copilot/update-website-messaging-structure
andrew-bierman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,22 +40,39 @@ export default function AboutPage() { | |
| <h1 className="text-4xl font-extrabold tracking-tight md:text-5xl">About PackRat</h1> | ||
| <p className="text-xl text-muted-foreground max-w-2xl mx-auto"> | ||
| 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. | ||
| </p> | ||
| </div> | ||
|
|
||
| {/* Mission */} | ||
| {/* Origin Story */} | ||
| <section className="space-y-4"> | ||
| <h2 className="text-2xl font-semibold tracking-tight">Our Mission</h2> | ||
| <h2 className="text-2xl font-semibold tracking-tight">Where It Started</h2> | ||
| <p className="text-muted-foreground leading-relaxed"> | ||
| 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. | ||
| </p> | ||
| <p className="text-muted-foreground leading-relaxed"> | ||
| 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. | ||
|
Comment on lines
+50
to
+59
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Keep the origin-story copy in American English. Lines 51 and 58 use 🤖 Prompt for AI Agents |
||
| </p> | ||
| <p className="text-muted-foreground leading-relaxed"> | ||
| 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. | ||
| </p> | ||
| </section> | ||
|
|
||
| {/* Mission */} | ||
| <section className="space-y-4"> | ||
| <h2 className="text-2xl font-semibold tracking-tight">Our Mission</h2> | ||
| <p className="text-muted-foreground leading-relaxed"> | ||
| 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. | ||
| </p> | ||
| </section> | ||
|
|
||
|
|
@@ -106,7 +123,7 @@ export default function AboutPage() { | |
| <p className="text-muted-foreground">Ready to hit the trails?</p> | ||
| <div className="flex flex-col sm:flex-row gap-4 justify-center"> | ||
| <Button asChild size="lg"> | ||
| <Link href="/#download">Download PackRat</Link> | ||
| <Link href="/#download">Download Free</Link> | ||
| </Button> | ||
| <Button asChild variant="outline" size="lg"> | ||
| <Link href="mailto:hello@packratai.com">Contact Us</Link> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep this CTA copy in American English.
Line 118 uses
personalised, which reintroduces British spelling into the marketing copy.personalizedwould match the rest of this PR.🤖 Prompt for AI Agents