Merged in feat/SW-3443-destinations-list (pull request #2781)

feat(destinations list): SW-3443 remove hard coded response and fetch from API instead

* feat(destinations list): SW-3443 remove hard coded response and fetch from API instead


Approved-by: Erik Tiekstra
Approved-by: Matilda Landström
This commit is contained in:
Linus Flood
2025-09-11 09:14:01 +00:00
parent 3e5263bf72
commit bacec22a8a
8 changed files with 61 additions and 5740 deletions

View File

@@ -44,7 +44,9 @@ export default async function DestinationOverviewPage() {
</div>
</main>
<aside className={styles.hotelsAccordions}>
<HotelsSection />
<Suspense fallback={<SkeletonShimmer width="100%" height="458px" />}>
<HotelsSection />
</Suspense>
</aside>
<TrackingSDK pageData={tracking} />
</>