--- import MovieCard from './MovieCard.astro'; import movies from '../popular-movies.json'; const popularMovies = movies.results; ---