refactor(SW-96): use images from API & reduce data returned in getHotel

This commit is contained in:
Chuma McPhoy
2024-08-21 14:52:13 +02:00
parent 6456be95b2
commit 7d47994539
9 changed files with 71 additions and 56 deletions

View File

@@ -61,7 +61,7 @@ export default function FullView({
/>
<div className={styles.fullViewFooter}>
<Body color="white">{image.alt}</Body>
<Body color="white">{image.title}</Body>
</div>
</motion.div>
</AnimatePresence>