feat(BOOK-57): Adjusted metadata for destination pages with active seo filter

Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
Erik Tiekstra
2025-09-25 13:26:00 +00:00
parent 7714761c77
commit 9f02870647
20 changed files with 678 additions and 458 deletions

View File

@@ -13,7 +13,7 @@ export default function CityListingSkeleton() {
<SkeletonShimmer height="30px" width="200px" />
<SkeletonShimmer height="30px" width="120px" />
</div>
<ul className={styles.cityList}>
<ul className={styles.list}>
{Array.from({ length: 3 }).map((_, index) => (
<li key={index}>
<CityListingItemSkeleton />

View File

@@ -13,7 +13,7 @@ export default function HotelListingSkeleton() {
<SkeletonShimmer height="30px" width="300px" />
<SkeletonShimmer height="30px" width="100px" />
</div>
<ul className={styles.hotelList}>
<ul className={styles.list}>
{Array.from({ length: 3 }).map((_, index) => (
<li key={index}>
<HotelListingItemSkeleton />