Update documentation to clarify travel tracking features

- Revised descriptions in README and various Vue components to emphasize tracking of countries, regions, and cities.
- Updated text in the adventure log overview to reflect changes in travel history and planning functionalities.
This commit is contained in:
Sean Morley
2026-06-26 21:23:38 -04:00
parent 19f9e07c88
commit 8b100b26af
4 changed files with 4 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ Built for travelers who want to track, plan, and remember their travel experienc
<td width="50%" align="center">
<img src="brand/screenshots/countries.png" alt="World travel book with countries visited" width="100%" />
<br />
<strong>World travel</strong> — countries, regions &amp; bucket lists
<strong>World travel</strong> — countries, regions &amp; cities
</td>
<td width="50%" align="center">
<img src="brand/screenshots/trip_stats.png" alt="Trip statistics with geographic breakdown and timeline" width="100%" />

View File

@@ -19,7 +19,7 @@ const features = [
title: "Track your world travel",
summary: "See how far you've gone — and what's still on the list.",
details:
"Mark countries, regions, and cities as visited. View travel stats on your dashboard and explore your progress with maps built for bucket lists and lifetime goals.",
"Mark countries, regions, and cities as visited. View travel stats on your dashboard and explore your progress with maps built for travel planning and tracking.",
},
];
</script>

View File

@@ -41,7 +41,7 @@ const tabs = [
id: "world",
label: "World Travel",
title: "Countries & regions explorer",
desc: "Mark countries and regions as visited with interactive maps. Perfect for bucket lists and lifetime travel goals.",
desc: "Mark countries and regions as visited with interactive maps. Perfect for seeing your travel history.",
src: `${SHOT}/countries.png`,
alt: "AdventureLog countries and regions visited tracker",
},

View File

@@ -53,7 +53,7 @@ AdventureLog is a modern travel companion you run yourself. Track locations and
<span class="al-overview-feature__icon" aria-hidden="true">🌍</span>
<div class="al-overview-feature__body">
<h3>Track your world travel</h3>
<p>Countries, regions, and cities on an interactive map — stats, milestones, and bucket lists.</p>
<p>Countries, regions, and cities on an interactive map — stats, milestones, and history.</p>
</div>
</div>