feat: Add travel packages page with full i18n support Closes #276 #469
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.
📄 Description
Adds a new "Travel Packages" page, accessible from the "Services" navigation dropdown. This feature displays tour packages dynamically from a JSON data source and includes full internationalization support for all languages.
🧩 Related Issue
Closes #276
📸 Evidence
[x] Manual testing steps
[x] Other evidence (logs/screenshots/etc)
Manual Testing:
Navigate to Services > Travel Packages.
Verify the page and package cards display correctly with images and text.
Use the language selector to confirm all text translates as expected.
Screenshot:



✅ TODOs
[x] Code review
🔍 Checklist before merging
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] My changes generate no new warnings or errors