-moviebaaz.com- Neel Joler Kabyo -2023- Bengali... [2021]
// MovieDetailPage.jsx import useState, useEffect from "react"; import StarRating from "./StarRating"; import ReviewSection from "./ReviewSection";
Neel Joler Kabyo is a 2023 Bengali web film directed by Shihab Shaheen -MovieBaaz.com- Neel Joler Kabyo -2023- Bengali...
The story is noted for its evocative narrative, often associated with scenic "blue water" backdrops, reflecting its title which translates to "Poetry of Blue Water". Reviews from platforms like Bongo Banjo highlight its emotional depth and direction. or more information on the Neel Joler Kabyo Bengali Web Film Review! - Bongo Banjo // MovieDetailPage
export default function MovieDetailPage( slug ) movie.duration_minutes mins</p> <div className="flex items-center gap-2 my-2"> <StarRating rating=movie.moviebaaz_rating /> <span>movie.moviebaaz_rating/10 (MovieBaaz)</span> </div> <p className="mt-4">movie.description</p> movie.trailer_url && ( <div className="mt-6"> <h2 className="text-xl font-semibold">Trailer</h2> <iframe width="560" height="315" src=movie.trailer_url frameBorder="0" allowFullScreen></iframe> </div> ) </div> </div> - Bongo Banjo export default function MovieDetailPage( slug
"id": 101, "title": "Neel Joler Kabyo", "year": 2023, "language": "Bengali", "duration_minutes": 128, "moviebaaz_rating": 8.2, "description": "A poetic journey through the blue waters of rural Bengal...", "poster_url": "https://moviebaaz.com/posters/neel_joler_kabyo.jpg", "trailer_url": "https://youtube.com/embed/xyz123", "cast": [ "name": "Prosenjit Chatterjee", "role_type": "actor", "character_name": "Tapan" , "name": "Atanu Ghosh", "role_type": "director" ], "ott_links": [ "platform": "Hoichoi", "url": "https://hoichoi.tv/movie/neel-joler-kabyo" ]
. The film is a romantic drama that explores a compelling tale of love and emotions, featuring a cast that includes notable actors from the Bengali industry. Key Details Release Year : Shihab Shaheen : Romantic Drama Streaming Platform : You can watch the film on the iScreen official platform
const cast = await db.query( SELECT * FROM cast_crew WHERE movie_id = ? , [movie.id]);